Top "Hex" questions

Hexadecimal (also base 16, or hex) is the base-16 positional numeral system, using the 16 symbols 0–9 and A‒F.

How do I create a random hex string that represents a color?

I'm generating some charts that need a hex string for the colors. Example: <dataseries name="ford" color="FF00FF" /&…

c# asp.net colors hex
How do I decompile a .hex file into C++ for Arduino?

I have a hex file that is to be flashed onto an Atmel chip running on an Arduino device. There …

c++ assembly hex arduino hex-editors
Why use hex?

Hey! I was looking at this code at http://www.gnu.org/software/m68hc11/examples/primes_8c-source.html I …

c++ c hex
How to convert Hex to RGB?

I am trying to use this to figure out if a color is light or dark Evaluate whether a HEX …

c# .net colors hex rgb
Can I force jQuery.css("backgroundColor") returns on hexadecimal format?

I have an element like this: <p>My text with a <strong class="highlighted">sample highlight&…

jquery rgb hex background-color
Why use hexadecimal constants?

Sometimes I see Integer constants defined in hexadecimal, instead of decimal numbers. This is a small part I took from …

java opengl decimal hex
\x Escape in Java?

I was wondering if there is a similar hex (\x) escape in Java like there is in C++. For example: …

java hex escaping
Convert two ASCII Hexadecimal Characters (Two ASCII bytes) in one byte

I want to convert two ASCII bytes to one hexadecimal byte. eg. 0x30 0x43 => 0x0C , 0x34 0x46 => 0…

c ascii hex avr-gcc
Read contents of a file as hex in C

I have a file with hex values saved as hex.txt which has 9d ff d5 3c 06 7c 0a Now …

c hex file-handling
Use vim to search by hex code

I need to clean up a file. We have an xml parser that runs on it that is failing due …

search vim hex