What is the HEX code for orangey yellow?
The CSS color orangey yellow in HEX format is #fdb915. Use this value directly in CSS, SVG, and most design tools.
How do I use orangey yellow in CSS?
To apply orangey yellow in CSS:
- Text color: color: #fdb915;
- Background: background-color: #fdb915;
- Border: border-color: #fdb915;
What are all the color format values for orangey yellow?
| Format | Value |
|---|---|
| HEX | #fdb915 |
| RGB | rgb(253, 185, 21) |
| HSL | hsl(42.4, 98.3%, 53.7%) |
| CMYK | cmyk(0%, 26.9%, 91.7%, 0.8%) |
How do I convert orangey yellow to HEX?
Select orangey yellow from the color name list in our color converter. The HEX value — #fdb915 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does orangey yellow belong to?
orangey yellow belongs to the orange color family. It is a medium, vivid color with HSL values: hue 42.4°, saturation 98.3%, lightness 53.7%.
How do I create lighter and darker shades of orangey yellow?
Lighter variant (lightness 68.7%): #fed061. Darker variant (lightness 38.7%): #c48b02. 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.