What is the HSL code for faded orange?
The CSS color faded orange in HSL format is hsl(26.1, 84.5%, 62.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use faded orange in CSS?
To apply faded orange in CSS:
- Text color: color: hsl(26.1, 84.5%, 62.2%);
- Background: background-color: hsl(26.1, 84.5%, 62.2%);
- Border: border-color: hsl(26.1, 84.5%, 62.2%);
What are all the color format values for faded orange?
| Format | Value |
|---|---|
| HEX | #f0944d |
| RGB | rgb(240, 148, 77) |
| HSL | hsl(26.1, 84.5%, 62.2%) |
| CMYK | cmyk(0%, 38.3%, 67.9%, 5.9%) |
How do I convert faded orange to HSL?
Select faded orange from the color name list in our color converter. The HSL value — hsl(26.1, 84.5%, 62.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does faded orange belong to?
faded orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 26.1°, saturation 84.5%, lightness 62.2%.
How do I create lighter and darker shades of faded orange?
Lighter variant (lightness 77.2%): #f6be94. Darker variant (lightness 47.2%): #de6b13. 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.