Shades of Golden Poppy #FCC705
Tints of Golden Poppy #FCC705
RGB
CMYK
RGB Variations
Color information
#FCC705 (or 0xFCC705) is known color: Golden Poppy. HEX triplet: FC, C7 and 05. RGB value is (252,199,5). Sum of RGB (Red+Green+Blue) = 252+199+5=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC705 is #0338FA. Grayscale: #C1C1C1. Windows color (decimal): -211195 or 378876. OLE color: 378876.
HSL color Cylindrical-coordinate representation of color #FCC705: hue angle of 47.13º 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 #FCC705 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.01 |
| HSL | 47.13º | 0.98% | 0.5% | - |
| HSV(B) | 47.13º | 0.98% | 0.99% | - |
| XYZ | 60.6 | 61.55 | 8.83 | - |
| YUV | 192.73 | 22.06 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 5 | 0 | 0.21 | 0.98 | 0.01 | 47.13 | 0.98 | 0.5 |
| Hex | FC | C7 | 5 | 0 | 15 | 62 | 1 | 2F | 62 | 32 |
| Octal | 374 | 307 | 5 | 0 | 25 | 142 | 1 | 57 | 142 | 62 |
| Binary | 11111100 | 11000111 | 101 | 0 | 10101 | 1100010 | 1 | 101111 | 1100010 | 110010 |
Color Harmonies of #FCC705
Complementary color
Monochromatic Colors of #FCC705
Black with #FCC705
Text Example
Text Example
White with #FCC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC705; }
p { color: rgb(252,199,5); }
H1.HeaderClassName
{
color: #FCC705;
}
.AnyTagClassName
{
color: #FCC705;
}
</style>
background-color css
<style>
a { background-color: #FCC705; }
a { background-color: rgb(252,199,5); }
div.DivClassName
{
background-color: #FCC705;
}
.BgClassName
{
background-color: #FCC705;
}
</style>
border-color css
<style>
span { border-color: #FCC705; }
span { border-color: rgb(252,199,5); }
td.TdClassName
{
border-color: #FCC705;
}
.TagClassName
{
border-color: #FCC705;
}
</style>