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

RGB to HEX

Convert any RGB value to its HEX color code, along with HSL, HSV and CMYK values.

#FF5C3A
R — Red
G — Green
B — Blue
Format Value HTML / CSS
Enter RGB values above and click Convert
Advertisement

What is RGB?

RGB stands for Red, Green, Blue. Each channel ranges from 0–255. Combining all three at maximum (255,255,255) gives white; at minimum (0,0,0) gives black.

How to convert RGB to HEX?

Convert each channel (R, G, B) from decimal to a 2-digit hexadecimal value, then join them: rgb(255,92,58) → #FF5C3A

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