Burnt Orange Hex Code — #CC5500
RGB, HSL, and CMYK values for Burnt Orange.
Burnt Orange Color Values
| Format | Value |
|---|---|
| HEX | #CC5500 |
| RGB | rgb(204, 85, 0) |
| HSL | hsl(25, 100%, 40%) |
| CMYK | cmyk(0%, 58%, 100%, 20%) |
Want to explore more shades? Use our Color Converter
About Burnt Orange
Color psychology: Ambition, pride.
Burnt Orange (#CC5500) is a dark shade of orange. It's commonly used in web design, graphic design, and branding where ambition, pride are desired associations.
How to Use Burnt Orange in CSS
/* Using HEX */ color: #CC5500; background-color: #CC5500; /* Using RGB */ color: rgb(204, 85, 0); /* Using HSL */ color: hsl(25, 100%, 40%);