What is the HSL code for orangey red?
The CSS color orangey red in HSL format is hsl(8.4, 95.5%, 56.1%). 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: hsl(8.4, 95.5%, 56.1%);
- Background: background-color: hsl(8.4, 95.5%, 56.1%);
- Border: border-color: hsl(8.4, 95.5%, 56.1%);
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 HSL?
Select orangey red from the color name list in our color converter. The HSL value — hsl(8.4, 95.5%, 56.1%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.