What is the HEX code for red orange?
The CSS color red orange in HEX format is #fd3c06. Use this value directly in CSS, SVG, and most design tools.
How do I use red orange in CSS?
To apply red orange in CSS:
- Text color: color: #fd3c06;
- Background: background-color: #fd3c06;
- Border: border-color: #fd3c06;
What are all the color format values for red orange?
| Format | Value |
|---|---|
| HEX | #fd3c06 |
| RGB | rgb(253, 60, 6) |
| HSL | hsl(13.1, 98.4%, 50.8%) |
| CMYK | cmyk(0%, 76.3%, 97.6%, 0.8%) |
How do I convert red orange to HEX?
Select red orange from the color name list in our color converter. The HEX value — #fd3c06 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does red orange belong to?
red orange belongs to the red color family. It is a medium, vivid color with HSL values: hue 13.1°, saturation 98.4%, lightness 50.8%.
How do I create lighter and darker shades of red orange?
Lighter variant (lightness 65.8%): #fe7752. Darker variant (lightness 35.8%): #b52901. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.