Orange Hex Code — #FFA500
RGB, HSL, and CMYK values for Orange.
Orange Color Values
| Format | Value |
|---|---|
| HEX | #FFA500 |
| RGB | rgb(255, 165, 0) |
| HSL | hsl(39, 100%, 50%) |
| CMYK | cmyk(0%, 35%, 100%, 0%) |
Want to explore more shades? Use our Color Converter
About Orange
Color psychology: Enthusiasm, creativity.
Orange (#FFA500) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where enthusiasm, creativity are desired associations.
How to Use Orange in CSS
/* Using HEX */ color: #FFA500; background-color: #FFA500; /* Using RGB */ color: rgb(255, 165, 0); /* Using HSL */ color: hsl(39, 100%, 50%);