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