Shades of Golden Poppy #FCC202
Tints of Golden Poppy #FCC202
RGB
CMYK
RGB Variations
Color information
#FCC202 (or 0xFCC202) is known color: Golden Poppy. HEX triplet: FC, C2 and 02. RGB value is (252,194,2). Sum of RGB (Red+Green+Blue) = 252+194+2=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC202 is #033DFD. Grayscale: #BEBEBE. Windows color (decimal): -212478 or 180988. OLE color: 180988.
HSL color Cylindrical-coordinate representation of color #FCC202: hue angle of 46.08º 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 #FCC202 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.01 |
| HSL | 46.08º | 0.98% | 0.5% | - |
| HSV(B) | 46.08º | 0.99% | 0.99% | - |
| XYZ | 59.45 | 59.28 | 8.37 | - |
| YUV | 189.45 | 22.22 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 2 | 0 | 0.23 | 0.99 | 0.01 | 46.08 | 0.98 | 0.5 |
| Hex | FC | C2 | 2 | 0 | 17 | 63 | 1 | 2E | 62 | 32 |
| Octal | 374 | 302 | 2 | 0 | 27 | 143 | 1 | 56 | 142 | 62 |
| Binary | 11111100 | 11000010 | 10 | 0 | 10111 | 1100011 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FCC202
Complementary color
Monochromatic Colors of #FCC202
Black with #FCC202
Text Example
Text Example
White with #FCC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC202; }
p { color: rgb(252,194,2); }
H1.HeaderClassName
{
color: #FCC202;
}
.AnyTagClassName
{
color: #FCC202;
}
</style>
background-color css
<style>
a { background-color: #FCC202; }
a { background-color: rgb(252,194,2); }
div.DivClassName
{
background-color: #FCC202;
}
.BgClassName
{
background-color: #FCC202;
}
</style>
border-color css
<style>
span { border-color: #FCC202; }
span { border-color: rgb(252,194,2); }
td.TdClassName
{
border-color: #FCC202;
}
.TagClassName
{
border-color: #FCC202;
}
</style>