Shades of Golden Poppy #FCC506
Tints of Golden Poppy #FCC506
RGB
CMYK
RGB Variations
Color information
#FCC506 (or 0xFCC506) is known color: Golden Poppy. HEX triplet: FC, C5 and 06. RGB value is (252,197,6). Sum of RGB (Red+Green+Blue) = 252+197+6=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC506 is #033AF9. Grayscale: #C0C0C0. Windows color (decimal): -211706 or 443900. OLE color: 443900.
HSL color Cylindrical-coordinate representation of color #FCC506: hue angle of 46.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCC506 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 6 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.01 |
| HSL | 46.59º | 0.98% | 0.51% | - |
| HSV(B) | 46.59º | 0.98% | 0.99% | - |
| XYZ | 60.14 | 60.64 | 8.71 | - |
| YUV | 191.67 | 23.22 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 6 | 0 | 0.22 | 0.98 | 0.01 | 46.59 | 0.98 | 0.51 |
| Hex | FC | C5 | 6 | 0 | 16 | 62 | 1 | 2F | 62 | 33 |
| Octal | 374 | 305 | 6 | 0 | 26 | 142 | 1 | 57 | 142 | 63 |
| Binary | 11111100 | 11000101 | 110 | 0 | 10110 | 1100010 | 1 | 101111 | 1100010 | 110011 |
Color Harmonies of #FCC506
Complementary color
Monochromatic Colors of #FCC506
Black with #FCC506
Text Example
Text Example
White with #FCC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC506; }
p { color: rgb(252,197,6); }
H1.HeaderClassName
{
color: #FCC506;
}
.AnyTagClassName
{
color: #FCC506;
}
</style>
background-color css
<style>
a { background-color: #FCC506; }
a { background-color: rgb(252,197,6); }
div.DivClassName
{
background-color: #FCC506;
}
.BgClassName
{
background-color: #FCC506;
}
</style>
border-color css
<style>
span { border-color: #FCC506; }
span { border-color: rgb(252,197,6); }
td.TdClassName
{
border-color: #FCC506;
}
.TagClassName
{
border-color: #FCC506;
}
</style>