Hexadecimal to Decimal
Convert a number in hexadecimal (e.g. FF) to decimal (e.g. 255).

Hexadecimal Value Decimal Value
Decimal to Hexadecimal
Converts a number in decimal (e.g. 255) to hexadecimal (e.g. FF).

Decimal Value Hexadecimal Value
Conversion Code Chart
Decimal 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Hex 0 1 2 3 4 5 6 7 8 9 A B C D E F
Binary 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111

Back to Web Color Choices