Shades of Golden Poppy #FCC000
Tints of Golden Poppy #FCC000
RGB
CMYK
RGB Variations
Color information
#FCC000 (or 0xFCC000) is known color: Golden Poppy. HEX triplet: FC, C0 and 00. RGB value is (252,192,0). Sum of RGB (Red+Green+Blue) = 252+192+0=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC000 is #033FFF. Grayscale: #BCBCBC. Windows color (decimal): -212992 or 49404. OLE color: 49404.
HSL color Cylindrical-coordinate representation of color #FCC000: hue angle of 45.71º 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 #FCC000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.01 |
| HSL | 45.71º | 1% | 0.49% | - |
| HSV(B) | 45.71º | 1% | 0.99% | - |
| XYZ | 58.99 | 58.39 | 8.16 | - |
| YUV | 188.05 | 21.88 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 0 | 0 | 0.24 | 1 | 0.01 | 45.71 | 1 | 0.49 |
| Hex | FC | C0 | 0 | 0 | 18 | 64 | 1 | 2E | 64 | 31 |
| Octal | 374 | 300 | 0 | 0 | 30 | 144 | 1 | 56 | 144 | 61 |
| Binary | 11111100 | 11000000 | 0 | 0 | 11000 | 1100100 | 1 | 101110 | 1100100 | 110001 |
Color Harmonies of #FCC000
Complementary color
Monochromatic Colors of #FCC000
Black with #FCC000
Text Example
Text Example
White with #FCC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC000; }
p { color: rgb(252,192,0); }
H1.HeaderClassName
{
color: #FCC000;
}
.AnyTagClassName
{
color: #FCC000;
}
</style>
background-color css
<style>
a { background-color: #FCC000; }
a { background-color: rgb(252,192,0); }
div.DivClassName
{
background-color: #FCC000;
}
.BgClassName
{
background-color: #FCC000;
}
</style>
border-color css
<style>
span { border-color: #FCC000; }
span { border-color: rgb(252,192,0); }
td.TdClassName
{
border-color: #FCC000;
}
.TagClassName
{
border-color: #FCC000;
}
</style>