Convert RGB color values to HEX color codes with live preview.
| Input | Output |
|---|---|
| rgb(255,128,0) | #FF8000 |
| rgb(0,0,0) | #000000 |
| rgb(255,255,255) | #FFFFFF |
A six-digit hexadecimal representation of RGB values, widely used in web design (CSS).
Yes — the swatch next to the result updates live.
They are clamped to the valid 0–255 range.