What is the HEX code for golden rod?
The CSS color golden rod in HEX format is #f9bc08. Use this value directly in CSS, SVG, and most design tools.
How do I use golden rod in CSS?
To apply golden rod in CSS:
- Text color: color: #f9bc08;
- Background: background-color: #f9bc08;
- Border: border-color: #f9bc08;
What are all the color format values for golden rod?
| Format | Value |
|---|---|
| HEX | #f9bc08 |
| RGB | rgb(249, 188, 8) |
| HSL | hsl(44.8, 95.3%, 50.4%) |
| CMYK | cmyk(0%, 24.5%, 96.8%, 2.4%) |
How do I convert golden rod to HEX?
Select golden rod from the color name list in our color converter. The HEX value — #f9bc08 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does golden rod belong to?
golden rod belongs to the orange color family. It is a medium, vivid color with HSL values: hue 44.8°, saturation 95.3%, lightness 50.4%.
How do I create lighter and darker shades of golden rod?
Lighter variant (lightness 65.4%): #fbd053. Darker variant (lightness 35.4%): #b08504. 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.