What is the HEX code for orangey red?
The CSS color orangey red in HEX format is #fa4224. Use this value directly in CSS, SVG, and most design tools.
How do I use orangey red in CSS?
To apply orangey red in CSS:
- Text color: color: #fa4224;
- Background: background-color: #fa4224;
- Border: border-color: #fa4224;
What are all the color format values for orangey red?
| Format | Value |
|---|---|
| HEX | #fa4224 |
| RGB | rgb(250, 66, 36) |
| HSL | hsl(8.4, 95.5%, 56.1%) |
| CMYK | cmyk(0%, 73.6%, 85.6%, 2%) |
How do I convert orangey red to HEX?
Select orangey red from the color name list in our color converter. The HEX value — #fa4224 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does orangey red belong to?
orangey red belongs to the red color family. It is a medium, vivid color with HSL values: hue 8.4°, saturation 95.5%, lightness 56.1%.
How do I create lighter and darker shades of orangey red?
Lighter variant (lightness 71.1%): #fc836f. Darker variant (lightness 41.1%): #cd2105. 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.