RGB To Hex Color Converter

RGB to Hex Color Converter

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

Red color (R) Green color (G) Blue color (B) = Convert × Reset Swap Hex color code RGB color code HSL color code

Hex to RGB converter ►

RGB to Hex color table

Color Color

name

(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

  1. Convert the red, green and blue color values from decimal to hex.
  2. 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

  • How to convert RGB to Hex
  • Hex to RGB converter
  • Decimal to Hex converter
  • RGB color codes
  • Image conversion
  • 0 0 0 rgb to hex
  • 255 0 0 rgb to hex
  • 0 255 0 rgb to hex
  • 0 0 255 rgb to hex
  • 255 255 255 rgb to hex

Từ khóa » Html To Rgb Color Converter