What is the HSL code for marigold?
The CSS color marigold in HSL format is hsl(45.4, 97.6%, 50.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use marigold in CSS?
To apply marigold in CSS:
- Text color: color: hsl(45.4, 97.6%, 50.6%);
- Background: background-color: hsl(45.4, 97.6%, 50.6%);
- Border: border-color: hsl(45.4, 97.6%, 50.6%);
What are all the color format values for marigold?
| Format | Value |
|---|---|
| HEX | #fcc006 |
| RGB | rgb(252, 192, 6) |
| HSL | hsl(45.4, 97.6%, 50.6%) |
| CMYK | cmyk(0%, 23.8%, 97.6%, 1.2%) |
How do I convert marigold to HSL?
Select marigold from the color name list in our color converter. The HSL value — hsl(45.4, 97.6%, 50.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does marigold belong to?
marigold belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 45.4°, saturation 97.6%, lightness 50.6%.
How do I create lighter and darker shades of marigold?
Lighter variant (lightness 65.6%): #fdd352. Darker variant (lightness 35.6%): #b38802. 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.