Shades of Golden Poppy #FCC200
Tints of Golden Poppy #FCC200
RGB
CMYK
RGB Variations
Color information
#FCC200 (or 0xFCC200) is known color: Golden Poppy. HEX triplet: FC, C2 and 00. RGB value is (252,194,0). Sum of RGB (Red+Green+Blue) = 252+194+0=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC200 is #033DFF. Grayscale: #BEBEBE. Windows color (decimal): -212480 or 49916. OLE color: 49916.
HSL color Cylindrical-coordinate representation of color #FCC200: hue angle of 46.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCC200 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.01 |
| HSL | 46.19º | 1% | 0.49% | - |
| HSV(B) | 46.19º | 1% | 0.99% | - |
| XYZ | 59.44 | 59.28 | 8.31 | - |
| YUV | 189.23 | 21.22 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 0 | 0 | 0.23 | 1 | 0.01 | 46.19 | 1 | 0.49 |
| Hex | FC | C2 | 0 | 0 | 17 | 64 | 1 | 2E | 64 | 31 |
| Octal | 374 | 302 | 0 | 0 | 27 | 144 | 1 | 56 | 144 | 61 |
| Binary | 11111100 | 11000010 | 0 | 0 | 10111 | 1100100 | 1 | 101110 | 1100100 | 110001 |
Color Harmonies of #FCC200
Complementary color
Monochromatic Colors of #FCC200
Black with #FCC200
Text Example
Text Example
White with #FCC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC200; }
p { color: rgb(252,194,0); }
H1.HeaderClassName
{
color: #FCC200;
}
.AnyTagClassName
{
color: #FCC200;
}
</style>
background-color css
<style>
a { background-color: #FCC200; }
a { background-color: rgb(252,194,0); }
div.DivClassName
{
background-color: #FCC200;
}
.BgClassName
{
background-color: #FCC200;
}
</style>
border-color css
<style>
span { border-color: #FCC200; }
span { border-color: rgb(252,194,0); }
td.TdClassName
{
border-color: #FCC200;
}
.TagClassName
{
border-color: #FCC200;
}
</style>