What is the RGB code for marigold?
The CSS color marigold in RGB format is rgb(252, 192, 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: rgb(252, 192, 6);
- Background: background-color: rgb(252, 192, 6);
- Border: border-color: rgb(252, 192, 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 RGB?
Select marigold from the color name list in our color converter. The RGB value — rgb(252, 192, 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.