Shades of Golden Poppy #FCC505
Tints of Golden Poppy #FCC505
RGB
CMYK
RGB Variations
Color information
#FCC505 (or 0xFCC505) is known color: Golden Poppy. HEX triplet: FC, C5 and 05. RGB value is (252,197,5). Sum of RGB (Red+Green+Blue) = 252+197+5=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC505 is #033AFA. Grayscale: #C0C0C0. Windows color (decimal): -211707 or 378364. OLE color: 378364.
HSL color Cylindrical-coordinate representation of color #FCC505: hue angle of 46.64º 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 #FCC505 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.01 |
| HSL | 46.64º | 0.98% | 0.5% | - |
| HSV(B) | 46.64º | 0.98% | 0.99% | - |
| XYZ | 60.14 | 60.64 | 8.68 | - |
| YUV | 191.56 | 22.72 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 5 | 0 | 0.22 | 0.98 | 0.01 | 46.64 | 0.98 | 0.5 |
| Hex | FC | C5 | 5 | 0 | 16 | 62 | 1 | 2F | 62 | 32 |
| Octal | 374 | 305 | 5 | 0 | 26 | 142 | 1 | 57 | 142 | 62 |
| Binary | 11111100 | 11000101 | 101 | 0 | 10110 | 1100010 | 1 | 101111 | 1100010 | 110010 |
Color Harmonies of #FCC505
Complementary color
Monochromatic Colors of #FCC505
Black with #FCC505
Text Example
Text Example
White with #FCC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC505; }
p { color: rgb(252,197,5); }
H1.HeaderClassName
{
color: #FCC505;
}
.AnyTagClassName
{
color: #FCC505;
}
</style>
background-color css
<style>
a { background-color: #FCC505; }
a { background-color: rgb(252,197,5); }
div.DivClassName
{
background-color: #FCC505;
}
.BgClassName
{
background-color: #FCC505;
}
</style>
border-color css
<style>
span { border-color: #FCC505; }
span { border-color: rgb(252,197,5); }
td.TdClassName
{
border-color: #FCC505;
}
.TagClassName
{
border-color: #FCC505;
}
</style>