HomeConvertersColorRGB to Hex color conversion
Color conversion

RGB to Hex color conversion

RGB to hex color code conversion.

Instant result
Result

Enter values to convert.

Inputs
Mode
Formula

RGB to Hex color conversion

Enter red, green and blue color levels (0..255) and press the Convert button:

Hex to RGB converter →

RGB to Hex color table

Color Colorname (R,G,B) Hex
Black (0,0,0) #000000
White (255,255,255) #FFFFFF
Red (255,0,0) #FF0000
Lime (0,255,0) #00FF00
Blue (0,0,255) #0000FF
Yellow (255,255,0) #FFFF00
Cyan (0,255,255) #00FFFF
Magenta (255,0,255) #FF00FF
Silver (192,192,192) #C0C0C0
Gray (128,128,128) #808080
Maroon (128,0,0) #800000
Olive (128,128,0) #808000
Green (0,128,0) #008000
Purple (128,0,128) #800080
Teal (0,128,128) #008080
Navy (0,0,128) #000080

RGB to hex conversion

  • Convert the red, green and blue color values from decimal to hex.

  • Concatenate the 3 hex values of the red, green and blue togather: RRGGBB.

Example #1

Convert red color (255,0,0) to hex color code:

R = 25510 = FF16
G = 010 = 0016
B = 010 = 0016

So the hex color code is:

Hex = FF0000

Example #2

Convert gold color (255,215,0) to hex color code:

R = 25510 = FF16
G = 21510 = D716
B = 010 = 0016

So the hex color code is:

Hex = FFD700

Hex to RGB conversion →

See also