Shades of Golden Poppy #FCC612
Tints of Golden Poppy #FCC612
RGB
CMYK
RGB Variations
Color information
#FCC612 (or 0xFCC612) is known color: Golden Poppy. HEX triplet: FC, C6 and 12. RGB value is (252,198,18). Sum of RGB (Red+Green+Blue) = 252+198+18=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC612 is #0339ED. Grayscale: #C2C2C2. Windows color (decimal): -211438 or 1230588. OLE color: 1230588.
HSL color Cylindrical-coordinate representation of color #FCC612: hue angle of 46.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCC612 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.01 |
| HSL | 46.15º | 0.98% | 0.53% | - |
| HSV(B) | 46.15º | 0.93% | 0.99% | - |
| XYZ | 60.45 | 61.13 | 9.19 | - |
| YUV | 193.63 | 28.89 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 18 | 0 | 0.21 | 0.93 | 0.01 | 46.15 | 0.98 | 0.53 |
| Hex | FC | C6 | 12 | 0 | 15 | 5D | 1 | 2E | 62 | 35 |
| Octal | 374 | 306 | 22 | 0 | 25 | 135 | 1 | 56 | 142 | 65 |
| Binary | 11111100 | 11000110 | 10010 | 0 | 10101 | 1011101 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FCC612
Complementary color
Monochromatic Colors of #FCC612
Black with #FCC612
Text Example
Text Example
White with #FCC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC612; }
p { color: rgb(252,198,18); }
H1.HeaderClassName
{
color: #FCC612;
}
.AnyTagClassName
{
color: #FCC612;
}
</style>
background-color css
<style>
a { background-color: #FCC612; }
a { background-color: rgb(252,198,18); }
div.DivClassName
{
background-color: #FCC612;
}
.BgClassName
{
background-color: #FCC612;
}
</style>
border-color css
<style>
span { border-color: #FCC612; }
span { border-color: rgb(252,198,18); }
td.TdClassName
{
border-color: #FCC612;
}
.TagClassName
{
border-color: #FCC612;
}
</style>