What is the HSL code for burnt yellow?
The CSS color burnt yellow in HSL format is hsl(47.6, 91.9%, 43.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use burnt yellow in CSS?
To apply burnt yellow in CSS:
- Text color: color: hsl(47.6, 91.9%, 43.5%);
- Background: background-color: hsl(47.6, 91.9%, 43.5%);
- Border: border-color: hsl(47.6, 91.9%, 43.5%);
What are all the color format values for burnt yellow?
| Format | Value |
|---|---|
| HEX | #d5ab09 |
| RGB | rgb(213, 171, 9) |
| HSL | hsl(47.6, 91.9%, 43.5%) |
| CMYK | cmyk(0%, 19.7%, 95.8%, 16.5%) |
How do I convert burnt yellow to HSL?
Select burnt yellow from the color name list in our color converter. The HSL value — hsl(47.6, 91.9%, 43.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does burnt yellow belong to?
burnt yellow belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 47.6°, saturation 91.9%, lightness 43.5%.
How do I create lighter and darker shades of burnt yellow?
Lighter variant (lightness 58.5%): #f6ce34. Darker variant (lightness 28.5%): #8b7006. 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.