What is the HEX code for burnt yellow?
The CSS color burnt yellow in HEX format is #d5ab09. 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: #d5ab09;
- Background: background-color: #d5ab09;
- Border: border-color: #d5ab09;
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 HEX?
Select burnt yellow from the color name list in our color converter. The HEX value — #d5ab09 — 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 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.