Orange (#FFA500) to RGB
Convert the orange hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.
#FFA500 = rgb(255, 165, 0)
Color Values
| Hex | #FFA500 |
| RGB | rgb(255, 165, 0) |
| Red | 255 |
| Green | 165 |
| Blue | 0 |
Convert Any Hex Color
✅ RGB Value: rgb(255, 165, 0)
Frequently Asked Questions
What is the RGB value of Orange?
Orange (#FFA500) is rgb(255, 165, 0) in RGB.
What is the hex code for Orange?
The hex code for Orange is #FFA500, which is rgb(255, 165, 0) in RGB.
How do I use Orange in CSS?
In CSS you can use either form interchangeably: color: #FFA500; or color: rgb(255, 165, 0);