RGB to HEX Converter
Convert RGB color values to a hex code.
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.