Shades of Golden Poppy #FCC605
Tints of Golden Poppy #FCC605
RGB
CMYK
RGB Variations
Color information
#FCC605 (or 0xFCC605) is known color: Golden Poppy. HEX triplet: FC, C6 and 05. RGB value is (252,198,5). Sum of RGB (Red+Green+Blue) = 252+198+5=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC605 is #0339FA. Grayscale: #C0C0C0. Windows color (decimal): -211451 or 378620. OLE color: 378620.
HSL color Cylindrical-coordinate representation of color #FCC605: hue angle of 46.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCC605 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.01 |
| HSL | 46.88º | 0.98% | 0.5% | - |
| HSV(B) | 46.88º | 0.98% | 0.99% | - |
| XYZ | 60.37 | 61.09 | 8.75 | - |
| YUV | 192.14 | 22.39 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 5 | 0 | 0.21 | 0.98 | 0.01 | 46.88 | 0.98 | 0.5 |
| Hex | FC | C6 | 5 | 0 | 15 | 62 | 1 | 2F | 62 | 32 |
| Octal | 374 | 306 | 5 | 0 | 25 | 142 | 1 | 57 | 142 | 62 |
| Binary | 11111100 | 11000110 | 101 | 0 | 10101 | 1100010 | 1 | 101111 | 1100010 | 110010 |
Color Harmonies of #FCC605
Complementary color
Monochromatic Colors of #FCC605
Black with #FCC605
Text Example
Text Example
White with #FCC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC605; }
p { color: rgb(252,198,5); }
H1.HeaderClassName
{
color: #FCC605;
}
.AnyTagClassName
{
color: #FCC605;
}
</style>
background-color css
<style>
a { background-color: #FCC605; }
a { background-color: rgb(252,198,5); }
div.DivClassName
{
background-color: #FCC605;
}
.BgClassName
{
background-color: #FCC605;
}
</style>
border-color css
<style>
span { border-color: #FCC605; }
span { border-color: rgb(252,198,5); }
td.TdClassName
{
border-color: #FCC605;
}
.TagClassName
{
border-color: #FCC605;
}
</style>