Shades of Golden Poppy #FCC309
Tints of Golden Poppy #FCC309
RGB
CMYK
RGB Variations
Color information
#FCC309 (or 0xFCC309) is known color: Golden Poppy. HEX triplet: FC, C3 and 09. RGB value is (252,195,9). Sum of RGB (Red+Green+Blue) = 252+195+9=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC309 is #033CF6. Grayscale: #BFBFBF. Windows color (decimal): -212215 or 639996. OLE color: 639996.
HSL color Cylindrical-coordinate representation of color #FCC309: hue angle of 45.93º 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 #FCC309 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.01 |
| HSL | 45.93º | 0.98% | 0.51% | - |
| HSV(B) | 45.93º | 0.96% | 0.99% | - |
| XYZ | 59.71 | 59.75 | 8.64 | - |
| YUV | 190.84 | 25.38 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 9 | 0 | 0.23 | 0.96 | 0.01 | 45.93 | 0.98 | 0.51 |
| Hex | FC | C3 | 9 | 0 | 17 | 60 | 1 | 2E | 62 | 33 |
| Octal | 374 | 303 | 11 | 0 | 27 | 140 | 1 | 56 | 142 | 63 |
| Binary | 11111100 | 11000011 | 1001 | 0 | 10111 | 1100000 | 1 | 101110 | 1100010 | 110011 |
Color Harmonies of #FCC309
Complementary color
Monochromatic Colors of #FCC309
Black with #FCC309
Text Example
Text Example
White with #FCC309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC309; }
p { color: rgb(252,195,9); }
H1.HeaderClassName
{
color: #FCC309;
}
.AnyTagClassName
{
color: #FCC309;
}
</style>
background-color css
<style>
a { background-color: #FCC309; }
a { background-color: rgb(252,195,9); }
div.DivClassName
{
background-color: #FCC309;
}
.BgClassName
{
background-color: #FCC309;
}
</style>
border-color css
<style>
span { border-color: #FCC309; }
span { border-color: rgb(252,195,9); }
td.TdClassName
{
border-color: #FCC309;
}
.TagClassName
{
border-color: #FCC309;
}
</style>