Shades of Golden Poppy #FCC412
Tints of Golden Poppy #FCC412
RGB
CMYK
RGB Variations
Color information
#FCC412 (or 0xFCC412) is known color: Golden Poppy. HEX triplet: FC, C4 and 12. RGB value is (252,196,18). Sum of RGB (Red+Green+Blue) = 252+196+18=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC412 is #033BED. Grayscale: #C1C1C1. Windows color (decimal): -211950 or 1230076. OLE color: 1230076.
HSL color Cylindrical-coordinate representation of color #FCC412: hue angle of 45.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCC412 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 18 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.01 |
| HSL | 45.64º | 0.98% | 0.53% | - |
| HSV(B) | 45.64º | 0.93% | 0.99% | - |
| XYZ | 59.99 | 60.22 | 9.03 | - |
| YUV | 192.45 | 29.55 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 18 | 0 | 0.22 | 0.93 | 0.01 | 45.64 | 0.98 | 0.53 |
| Hex | FC | C4 | 12 | 0 | 16 | 5D | 1 | 2E | 62 | 35 |
| Octal | 374 | 304 | 22 | 0 | 26 | 135 | 1 | 56 | 142 | 65 |
| Binary | 11111100 | 11000100 | 10010 | 0 | 10110 | 1011101 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FCC412
Complementary color
Monochromatic Colors of #FCC412
Black with #FCC412
Text Example
Text Example
White with #FCC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC412; }
p { color: rgb(252,196,18); }
H1.HeaderClassName
{
color: #FCC412;
}
.AnyTagClassName
{
color: #FCC412;
}
</style>
background-color css
<style>
a { background-color: #FCC412; }
a { background-color: rgb(252,196,18); }
div.DivClassName
{
background-color: #FCC412;
}
.BgClassName
{
background-color: #FCC412;
}
</style>
border-color css
<style>
span { border-color: #FCC412; }
span { border-color: rgb(252,196,18); }
td.TdClassName
{
border-color: #FCC412;
}
.TagClassName
{
border-color: #FCC412;
}
</style>