Advertisement — 728×90
Image
Wheel Chart Names Palettes Artists
Blog Color Stories

Decimal to HEX Converter

Enter decimal RGB values or a 24-bit integer to get the equivalent HEX color code.

#FF5C3A
HEX Code
#FF5C3A
CSS rgb()
rgb(255, 92, 58)
R Channel HEX
FF
G Channel HEX
5C
B Channel HEX
3A
Decimal Integer
16734266
Advertisement
How Decimal → HEX works

Each color channel (Red, Green, Blue) is a decimal number from 0–255. Converting to base-16: divide by 16, the quotient is the first digit, the remainder is the second. For example, 255 ÷ 16 = 15 remainder 15 → FF. Three channels concatenated give the 6-digit HEX code. The full 24-bit integer is simply R×65536 + G×256 + B.

Advertisement
Hex #FF5C3A
RGB 255, 92, 58
HSL 11° 100% 61%
Copied!
#FF5C3A
rgb(255, 92, 58)
Full page →