What is the HSL code for sunny yellow?
The CSS color sunny yellow in HSL format is hsl(58.4, 100%, 54.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use sunny yellow in CSS?
To apply sunny yellow in CSS:
- Text color: color: hsl(58.4, 100%, 54.5%);
- Background: background-color: hsl(58.4, 100%, 54.5%);
- Border: border-color: hsl(58.4, 100%, 54.5%);
What are all the color format values for sunny yellow?
| Format | Value |
|---|---|
| HEX | #fff917 |
| RGB | rgb(255, 249, 23) |
| HSL | hsl(58.4, 100%, 54.5%) |
| CMYK | cmyk(0%, 2.4%, 91%, 0%) |
How do I convert sunny yellow to HSL?
Select sunny yellow from the color name list in our color converter. The HSL value — hsl(58.4, 100%, 54.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sunny yellow belong to?
sunny yellow belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 58.4°, saturation 100%, lightness 54.5%.
How do I create lighter and darker shades of sunny yellow?
Lighter variant (lightness 69.5%): #fffb63. Darker variant (lightness 39.5%): #c9c400. 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.