Shades of Golden Poppy #FCC60E
Tints of Golden Poppy #FCC60E
RGB
CMYK
RGB Variations
Color information
#FCC60E (or 0xFCC60E) is known color: Golden Poppy. HEX triplet: FC, C6 and 0E. RGB value is (252,198,14). Sum of RGB (Red+Green+Blue) = 252+198+14=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC60E is #0339F1. Grayscale: #C1C1C1. Windows color (decimal): -211442 or 968444. OLE color: 968444.
HSL color Cylindrical-coordinate representation of color #FCC60E: hue angle of 46.39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCC60E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.01 |
| HSL | 46.39º | 0.98% | 0.52% | - |
| HSV(B) | 46.39º | 0.94% | 0.99% | - |
| XYZ | 60.42 | 61.12 | 9.03 | - |
| YUV | 193.17 | 26.89 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 14 | 0 | 0.21 | 0.94 | 0.01 | 46.39 | 0.98 | 0.52 |
| Hex | FC | C6 | E | 0 | 15 | 5E | 1 | 2E | 62 | 34 |
| Octal | 374 | 306 | 16 | 0 | 25 | 136 | 1 | 56 | 142 | 64 |
| Binary | 11111100 | 11000110 | 1110 | 0 | 10101 | 1011110 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FCC60E
Complementary color
Monochromatic Colors of #FCC60E
Black with #FCC60E
Text Example
Text Example
White with #FCC60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC60E; }
p { color: rgb(252,198,14); }
H1.HeaderClassName
{
color: #FCC60E;
}
.AnyTagClassName
{
color: #FCC60E;
}
</style>
background-color css
<style>
a { background-color: #FCC60E; }
a { background-color: rgb(252,198,14); }
div.DivClassName
{
background-color: #FCC60E;
}
.BgClassName
{
background-color: #FCC60E;
}
</style>
border-color css
<style>
span { border-color: #FCC60E; }
span { border-color: rgb(252,198,14); }
td.TdClassName
{
border-color: #FCC60E;
}
.TagClassName
{
border-color: #FCC60E;
}
</style>