Shades of Golden Poppy #FCC400
Tints of Golden Poppy #FCC400
RGB
CMYK
RGB Variations
Color information
#FCC400 (or 0xFCC400) is known color: Golden Poppy. HEX triplet: FC, C4 and 00. RGB value is (252,196,0). Sum of RGB (Red+Green+Blue) = 252+196+0=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC400 is #033BFF. Grayscale: #BFBFBF. Windows color (decimal): -211968 or 50428. OLE color: 50428.
HSL color Cylindrical-coordinate representation of color #FCC400: hue angle of 46.67º 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 #FCC400 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.01 |
| HSL | 46.67º | 1% | 0.49% | - |
| HSV(B) | 46.67º | 1% | 0.99% | - |
| XYZ | 59.88 | 60.18 | 8.46 | - |
| YUV | 190.4 | 20.55 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 0 | 0 | 0.22 | 1 | 0.01 | 46.67 | 1 | 0.49 |
| Hex | FC | C4 | 0 | 0 | 16 | 64 | 1 | 2F | 64 | 31 |
| Octal | 374 | 304 | 0 | 0 | 26 | 144 | 1 | 57 | 144 | 61 |
| Binary | 11111100 | 11000100 | 0 | 0 | 10110 | 1100100 | 1 | 101111 | 1100100 | 110001 |
Color Harmonies of #FCC400
Complementary color
Monochromatic Colors of #FCC400
Black with #FCC400
Text Example
Text Example
White with #FCC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC400; }
p { color: rgb(252,196,0); }
H1.HeaderClassName
{
color: #FCC400;
}
.AnyTagClassName
{
color: #FCC400;
}
</style>
background-color css
<style>
a { background-color: #FCC400; }
a { background-color: rgb(252,196,0); }
div.DivClassName
{
background-color: #FCC400;
}
.BgClassName
{
background-color: #FCC400;
}
</style>
border-color css
<style>
span { border-color: #FCC400; }
span { border-color: rgb(252,196,0); }
td.TdClassName
{
border-color: #FCC400;
}
.TagClassName
{
border-color: #FCC400;
}
</style>