Shades of Golden Poppy #FCC60A
Tints of Golden Poppy #FCC60A
RGB
CMYK
RGB Variations
Color information
#FCC60A (or 0xFCC60A) is known color: Golden Poppy. HEX triplet: FC, C6 and 0A. RGB value is (252,198,10). Sum of RGB (Red+Green+Blue) = 252+198+10=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC60A is #0339F5. Grayscale: #C1C1C1. Windows color (decimal): -211446 or 706300. OLE color: 706300.
HSL color Cylindrical-coordinate representation of color #FCC60A: hue angle of 46.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCC60A is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 10 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.01 |
| HSL | 46.61º | 0.98% | 0.51% | - |
| HSV(B) | 46.61º | 0.96% | 0.99% | - |
| XYZ | 60.39 | 61.11 | 8.9 | - |
| YUV | 192.71 | 24.89 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 10 | 0 | 0.21 | 0.96 | 0.01 | 46.61 | 0.98 | 0.51 |
| Hex | FC | C6 | A | 0 | 15 | 60 | 1 | 2F | 62 | 33 |
| Octal | 374 | 306 | 12 | 0 | 25 | 140 | 1 | 57 | 142 | 63 |
| Binary | 11111100 | 11000110 | 1010 | 0 | 10101 | 1100000 | 1 | 101111 | 1100010 | 110011 |
Color Harmonies of #FCC60A
Complementary color
Monochromatic Colors of #FCC60A
Black with #FCC60A
Text Example
Text Example
White with #FCC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC60A; }
p { color: rgb(252,198,10); }
H1.HeaderClassName
{
color: #FCC60A;
}
.AnyTagClassName
{
color: #FCC60A;
}
</style>
background-color css
<style>
a { background-color: #FCC60A; }
a { background-color: rgb(252,198,10); }
div.DivClassName
{
background-color: #FCC60A;
}
.BgClassName
{
background-color: #FCC60A;
}
</style>
border-color css
<style>
span { border-color: #FCC60A; }
span { border-color: rgb(252,198,10); }
td.TdClassName
{
border-color: #FCC60A;
}
.TagClassName
{
border-color: #FCC60A;
}
</style>