Shades of Golden Poppy #FCC112
Tints of Golden Poppy #FCC112
RGB
CMYK
RGB Variations
Color information
#FCC112 (or 0xFCC112) is known color: Golden Poppy. HEX triplet: FC, C1 and 12. RGB value is (252,193,18). Sum of RGB (Red+Green+Blue) = 252+193+18=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC112 is #033EED. Grayscale: #BFBFBF. Windows color (decimal): -212718 or 1229308. OLE color: 1229308.
HSL color Cylindrical-coordinate representation of color #FCC112: hue angle of 44.87º 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 #FCC112 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.01 |
| HSL | 44.87º | 0.98% | 0.53% | - |
| HSV(B) | 44.87º | 0.93% | 0.99% | - |
| XYZ | 59.32 | 58.88 | 8.81 | - |
| YUV | 190.69 | 30.55 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 18 | 0 | 0.23 | 0.93 | 0.01 | 44.87 | 0.98 | 0.53 |
| Hex | FC | C1 | 12 | 0 | 17 | 5D | 1 | 2D | 62 | 35 |
| Octal | 374 | 301 | 22 | 0 | 27 | 135 | 1 | 55 | 142 | 65 |
| Binary | 11111100 | 11000001 | 10010 | 0 | 10111 | 1011101 | 1 | 101101 | 1100010 | 110101 |
Color Harmonies of #FCC112
Complementary color
Monochromatic Colors of #FCC112
Black with #FCC112
Text Example
Text Example
White with #FCC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC112; }
p { color: rgb(252,193,18); }
H1.HeaderClassName
{
color: #FCC112;
}
.AnyTagClassName
{
color: #FCC112;
}
</style>
background-color css
<style>
a { background-color: #FCC112; }
a { background-color: rgb(252,193,18); }
div.DivClassName
{
background-color: #FCC112;
}
.BgClassName
{
background-color: #FCC112;
}
</style>
border-color css
<style>
span { border-color: #FCC112; }
span { border-color: rgb(252,193,18); }
td.TdClassName
{
border-color: #FCC112;
}
.TagClassName
{
border-color: #FCC112;
}
</style>