Shades of Golden Poppy #FCC002
Tints of Golden Poppy #FCC002
RGB
CMYK
RGB Variations
Color information
#FCC002 (or 0xFCC002) is known color: Golden Poppy. HEX triplet: FC, C0 and 02. RGB value is (252,192,2). Sum of RGB (Red+Green+Blue) = 252+192+2=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC002 is #033FFD. Grayscale: #BDBDBD. Windows color (decimal): -212990 or 180476. OLE color: 180476.
HSL color Cylindrical-coordinate representation of color #FCC002: hue angle of 45.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCC002 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.01 |
| HSL | 45.6º | 0.98% | 0.5% | - |
| HSV(B) | 45.6º | 0.99% | 0.99% | - |
| XYZ | 59.01 | 58.4 | 8.22 | - |
| YUV | 188.28 | 22.88 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 2 | 0 | 0.24 | 0.99 | 0.01 | 45.6 | 0.98 | 0.5 |
| Hex | FC | C0 | 2 | 0 | 18 | 63 | 1 | 2E | 62 | 32 |
| Octal | 374 | 300 | 2 | 0 | 30 | 143 | 1 | 56 | 142 | 62 |
| Binary | 11111100 | 11000000 | 10 | 0 | 11000 | 1100011 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FCC002
Complementary color
Monochromatic Colors of #FCC002
Black with #FCC002
Text Example
Text Example
White with #FCC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC002; }
p { color: rgb(252,192,2); }
H1.HeaderClassName
{
color: #FCC002;
}
.AnyTagClassName
{
color: #FCC002;
}
</style>
background-color css
<style>
a { background-color: #FCC002; }
a { background-color: rgb(252,192,2); }
div.DivClassName
{
background-color: #FCC002;
}
.BgClassName
{
background-color: #FCC002;
}
</style>
border-color css
<style>
span { border-color: #FCC002; }
span { border-color: rgb(252,192,2); }
td.TdClassName
{
border-color: #FCC002;
}
.TagClassName
{
border-color: #FCC002;
}
</style>