Shades of Golden Poppy #FCC405
Tints of Golden Poppy #FCC405
RGB
CMYK
RGB Variations
Color information
#FCC405 (or 0xFCC405) is known color: Golden Poppy. HEX triplet: FC, C4 and 05. RGB value is (252,196,5). Sum of RGB (Red+Green+Blue) = 252+196+5=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC405 is #033BFA. Grayscale: #BFBFBF. Windows color (decimal): -211963 or 378108. OLE color: 378108.
HSL color Cylindrical-coordinate representation of color #FCC405: hue angle of 46.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCC405 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.01 |
| HSL | 46.4º | 0.98% | 0.5% | - |
| HSV(B) | 46.4º | 0.98% | 0.99% | - |
| XYZ | 59.91 | 60.19 | 8.6 | - |
| YUV | 190.97 | 23.05 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 5 | 0 | 0.22 | 0.98 | 0.01 | 46.4 | 0.98 | 0.5 |
| Hex | FC | C4 | 5 | 0 | 16 | 62 | 1 | 2E | 62 | 32 |
| Octal | 374 | 304 | 5 | 0 | 26 | 142 | 1 | 56 | 142 | 62 |
| Binary | 11111100 | 11000100 | 101 | 0 | 10110 | 1100010 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FCC405
Complementary color
Monochromatic Colors of #FCC405
Black with #FCC405
Text Example
Text Example
White with #FCC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC405; }
p { color: rgb(252,196,5); }
H1.HeaderClassName
{
color: #FCC405;
}
.AnyTagClassName
{
color: #FCC405;
}
</style>
background-color css
<style>
a { background-color: #FCC405; }
a { background-color: rgb(252,196,5); }
div.DivClassName
{
background-color: #FCC405;
}
.BgClassName
{
background-color: #FCC405;
}
</style>
border-color css
<style>
span { border-color: #FCC405; }
span { border-color: rgb(252,196,5); }
td.TdClassName
{
border-color: #FCC405;
}
.TagClassName
{
border-color: #FCC405;
}
</style>