RGB to HEX Converter

Convert RGB color values to a hex code.

Hex code #FF8800

Formula: #RRGGBB from each channel in hex

Step-by-step with your numbers:
1. Values used:
2. Red = 255 0–255
3. Green = 136 0–255
4. Blue = 0 0–255
5.
6. Hex code = #FF8800
Did we solve your problem today?

Convert red, green and blue values into a web hex color.

The math behind it

Each 0–255 channel becomes a two-digit hex value, concatenated as #RRGGBB.

Worked example

255, 136, 0 → #FF8800.

FAQ

Alpha?

Add two more hex digits (#RRGGBBAA) for transparency.