Shades of Golden Poppy #FCC20D
Tints of Golden Poppy #FCC20D
RGB
CMYK
RGB Variations
Color information
#FCC20D (or 0xFCC20D) is known color: Golden Poppy. HEX triplet: FC, C2 and 0D. RGB value is (252,194,13). Sum of RGB (Red+Green+Blue) = 252+194+13=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC20D is #033DF2. Grayscale: #BFBFBF. Windows color (decimal): -212467 or 901884. OLE color: 901884.
HSL color Cylindrical-coordinate representation of color #FCC20D: hue angle of 45.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCC20D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.01 |
| HSL | 45.44º | 0.98% | 0.52% | - |
| HSV(B) | 45.44º | 0.95% | 0.99% | - |
| XYZ | 59.51 | 59.31 | 8.69 | - |
| YUV | 190.71 | 27.72 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 13 | 0 | 0.23 | 0.95 | 0.01 | 45.44 | 0.98 | 0.52 |
| Hex | FC | C2 | D | 0 | 17 | 5F | 1 | 2D | 62 | 34 |
| Octal | 374 | 302 | 15 | 0 | 27 | 137 | 1 | 55 | 142 | 64 |
| Binary | 11111100 | 11000010 | 1101 | 0 | 10111 | 1011111 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FCC20D
Complementary color
Monochromatic Colors of #FCC20D
Black with #FCC20D
Text Example
Text Example
White with #FCC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC20D; }
p { color: rgb(252,194,13); }
H1.HeaderClassName
{
color: #FCC20D;
}
.AnyTagClassName
{
color: #FCC20D;
}
</style>
background-color css
<style>
a { background-color: #FCC20D; }
a { background-color: rgb(252,194,13); }
div.DivClassName
{
background-color: #FCC20D;
}
.BgClassName
{
background-color: #FCC20D;
}
</style>
border-color css
<style>
span { border-color: #FCC20D; }
span { border-color: rgb(252,194,13); }
td.TdClassName
{
border-color: #FCC20D;
}
.TagClassName
{
border-color: #FCC20D;
}
</style>