Convert HEX color codes to RGB values with live preview.
| Input | Output |
|---|---|
| #FF8000 | rgb(255, 128, 0) |
| #000000 | rgb(0, 0, 0) |
| #FFF | rgb(255, 255, 255) |
Yes — #FFF expands to #FFFFFF automatically.
Yes — the swatch next to the result updates live.
8-digit HEX with alpha is not covered here; use a dedicated RGBA tool.