Shades of Golden Poppy #FCC310
Tints of Golden Poppy #FCC310
RGB
CMYK
RGB Variations
Color information
#FCC310 (or 0xFCC310) is known color: Golden Poppy. HEX triplet: FC, C3 and 10. RGB value is (252,195,16). Sum of RGB (Red+Green+Blue) = 252+195+16=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC310 is #033CEF. Grayscale: #C0C0C0. Windows color (decimal): -212208 or 1098748. OLE color: 1098748.
HSL color Cylindrical-coordinate representation of color #FCC310: hue angle of 45.51º 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 #FCC310 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 16 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.01 |
| HSL | 45.51º | 0.98% | 0.53% | - |
| HSV(B) | 45.51º | 0.94% | 0.99% | - |
| XYZ | 59.75 | 59.76 | 8.88 | - |
| YUV | 191.64 | 28.88 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 16 | 0 | 0.23 | 0.94 | 0.01 | 45.51 | 0.98 | 0.53 |
| Hex | FC | C3 | 10 | 0 | 17 | 5E | 1 | 2E | 62 | 35 |
| Octal | 374 | 303 | 20 | 0 | 27 | 136 | 1 | 56 | 142 | 65 |
| Binary | 11111100 | 11000011 | 10000 | 0 | 10111 | 1011110 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FCC310
Complementary color
Monochromatic Colors of #FCC310
Black with #FCC310
Text Example
Text Example
White with #FCC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC310; }
p { color: rgb(252,195,16); }
H1.HeaderClassName
{
color: #FCC310;
}
.AnyTagClassName
{
color: #FCC310;
}
</style>
background-color css
<style>
a { background-color: #FCC310; }
a { background-color: rgb(252,195,16); }
div.DivClassName
{
background-color: #FCC310;
}
.BgClassName
{
background-color: #FCC310;
}
</style>
border-color css
<style>
span { border-color: #FCC310; }
span { border-color: rgb(252,195,16); }
td.TdClassName
{
border-color: #FCC310;
}
.TagClassName
{
border-color: #FCC310;
}
</style>