Shades of Golden Poppy #FCC606
Tints of Golden Poppy #FCC606
RGB
CMYK
RGB Variations
Color information
#FCC606 (or 0xFCC606) is known color: Golden Poppy. HEX triplet: FC, C6 and 06. RGB value is (252,198,6). Sum of RGB (Red+Green+Blue) = 252+198+6=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC606 is #0339F9. Grayscale: #C1C1C1. Windows color (decimal): -211450 or 444156. OLE color: 444156.
HSL color Cylindrical-coordinate representation of color #FCC606: hue angle of 46.83º 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 #FCC606 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 6 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.01 |
| HSL | 46.83º | 0.98% | 0.51% | - |
| HSV(B) | 46.83º | 0.98% | 0.99% | - |
| XYZ | 60.37 | 61.1 | 8.78 | - |
| YUV | 192.26 | 22.89 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 6 | 0 | 0.21 | 0.98 | 0.01 | 46.83 | 0.98 | 0.51 |
| Hex | FC | C6 | 6 | 0 | 15 | 62 | 1 | 2F | 62 | 33 |
| Octal | 374 | 306 | 6 | 0 | 25 | 142 | 1 | 57 | 142 | 63 |
| Binary | 11111100 | 11000110 | 110 | 0 | 10101 | 1100010 | 1 | 101111 | 1100010 | 110011 |
Color Harmonies of #FCC606
Complementary color
Monochromatic Colors of #FCC606
Black with #FCC606
Text Example
Text Example
White with #FCC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC606; }
p { color: rgb(252,198,6); }
H1.HeaderClassName
{
color: #FCC606;
}
.AnyTagClassName
{
color: #FCC606;
}
</style>
background-color css
<style>
a { background-color: #FCC606; }
a { background-color: rgb(252,198,6); }
div.DivClassName
{
background-color: #FCC606;
}
.BgClassName
{
background-color: #FCC606;
}
</style>
border-color css
<style>
span { border-color: #FCC606; }
span { border-color: rgb(252,198,6); }
td.TdClassName
{
border-color: #FCC606;
}
.TagClassName
{
border-color: #FCC606;
}
</style>