Convert HEX to RGB

How to convert HEX to RGB?

Enter a value in HEX and the converter will instantly calculate the equivalent in RGB. All conversions are done locally in your browser for maximum speed and privacy.

Common HEX to RGB conversions

HEXRGB
#ff0000rgb(255, 0, 0)
#ff8c00rgb(255, 140, 0)
#ffd700rgb(255, 215, 0)
#008000rgb(0, 128, 0)
#0000ffrgb(0, 0, 255)
#800080rgb(128, 0, 128)

What is the difference between HEX and RGB?

HEX codes represent colors as six hexadecimal digits. They are the most compact color format for CSS and HTML. RGB defines colors with red, green and blue values from 0 to 255. It is the native color model for screens and web.

See all color conversions