Shades of Golden Poppy #FCC610
Tints of Golden Poppy #FCC610
RGB
CMYK
RGB Variations
Color information
#FCC610 (or 0xFCC610) is known color: Golden Poppy. HEX triplet: FC, C6 and 10. RGB value is (252,198,16). Sum of RGB (Red+Green+Blue) = 252+198+16=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC610 is #0339EF. Grayscale: #C2C2C2. Windows color (decimal): -211440 or 1099516. OLE color: 1099516.
HSL color Cylindrical-coordinate representation of color #FCC610: hue angle of 46.27º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCC610 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 16 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.01 |
| HSL | 46.27º | 0.98% | 0.53% | - |
| HSV(B) | 46.27º | 0.94% | 0.99% | - |
| XYZ | 60.43 | 61.12 | 9.1 | - |
| YUV | 193.4 | 27.89 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 16 | 0 | 0.21 | 0.94 | 0.01 | 46.27 | 0.98 | 0.53 |
| Hex | FC | C6 | 10 | 0 | 15 | 5E | 1 | 2E | 62 | 35 |
| Octal | 374 | 306 | 20 | 0 | 25 | 136 | 1 | 56 | 142 | 65 |
| Binary | 11111100 | 11000110 | 10000 | 0 | 10101 | 1011110 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FCC610
Complementary color
Monochromatic Colors of #FCC610
Black with #FCC610
Text Example
Text Example
White with #FCC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC610; }
p { color: rgb(252,198,16); }
H1.HeaderClassName
{
color: #FCC610;
}
.AnyTagClassName
{
color: #FCC610;
}
</style>
background-color css
<style>
a { background-color: #FCC610; }
a { background-color: rgb(252,198,16); }
div.DivClassName
{
background-color: #FCC610;
}
.BgClassName
{
background-color: #FCC610;
}
</style>
border-color css
<style>
span { border-color: #FCC610; }
span { border-color: rgb(252,198,16); }
td.TdClassName
{
border-color: #FCC610;
}
.TagClassName
{
border-color: #FCC610;
}
</style>