Shades of Golden Poppy #FCC406
Tints of Golden Poppy #FCC406
RGB
CMYK
RGB Variations
Color information
#FCC406 (or 0xFCC406) is known color: Golden Poppy. HEX triplet: FC, C4 and 06. RGB value is (252,196,6). Sum of RGB (Red+Green+Blue) = 252+196+6=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 6 (2.73% from 255 or 1.32% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC406 is #033BF9. Grayscale: #BFBFBF. Windows color (decimal): -211962 or 443644. OLE color: 443644.
HSL color Cylindrical-coordinate representation of color #FCC406: hue angle of 46.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCC406 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 6 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.01 |
| HSL | 46.34º | 0.98% | 0.51% | - |
| HSV(B) | 46.34º | 0.98% | 0.99% | - |
| XYZ | 59.92 | 60.19 | 8.63 | - |
| YUV | 191.08 | 23.55 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 6 | 0 | 0.22 | 0.98 | 0.01 | 46.34 | 0.98 | 0.51 |
| Hex | FC | C4 | 6 | 0 | 16 | 62 | 1 | 2E | 62 | 33 |
| Octal | 374 | 304 | 6 | 0 | 26 | 142 | 1 | 56 | 142 | 63 |
| Binary | 11111100 | 11000100 | 110 | 0 | 10110 | 1100010 | 1 | 101110 | 1100010 | 110011 |
Color Harmonies of #FCC406
Complementary color
Monochromatic Colors of #FCC406
Black with #FCC406
Text Example
Text Example
White with #FCC406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC406; }
p { color: rgb(252,196,6); }
H1.HeaderClassName
{
color: #FCC406;
}
.AnyTagClassName
{
color: #FCC406;
}
</style>
background-color css
<style>
a { background-color: #FCC406; }
a { background-color: rgb(252,196,6); }
div.DivClassName
{
background-color: #FCC406;
}
.BgClassName
{
background-color: #FCC406;
}
</style>
border-color css
<style>
span { border-color: #FCC406; }
span { border-color: rgb(252,196,6); }
td.TdClassName
{
border-color: #FCC406;
}
.TagClassName
{
border-color: #FCC406;
}
</style>