What is the HEX code for yellow orange?
The CSS color yellow orange in HEX format is #fcb001. Use this value directly in CSS, SVG, and most design tools.
How do I use yellow orange in CSS?
To apply yellow orange in CSS:
- Text color: color: #fcb001;
- Background: background-color: #fcb001;
- Border: border-color: #fcb001;
What are all the color format values for yellow orange?
| Format | Value |
|---|---|
| HEX | #fcb001 |
| RGB | rgb(252, 176, 1) |
| HSL | hsl(41.8, 99.2%, 49.6%) |
| CMYK | cmyk(0%, 30.2%, 99.6%, 1.2%) |
How do I convert yellow orange to HEX?
Select yellow orange from the color name list in our color converter. The HEX value — #fcb001 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does yellow orange belong to?
yellow orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 41.8°, saturation 99.2%, lightness 49.6%.
How do I create lighter and darker shades of yellow orange?
Lighter variant (lightness 64.6%): #fec84b. Darker variant (lightness 34.6%): #b07b01. 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.