Shades of Golden Poppy #FCC10A
Tints of Golden Poppy #FCC10A
RGB
CMYK
RGB Variations
Color information
#FCC10A (or 0xFCC10A) is known color: Golden Poppy. HEX triplet: FC, C1 and 0A. RGB value is (252,193,10). Sum of RGB (Red+Green+Blue) = 252+193+10=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC10A is #033EF5. Grayscale: #BEBEBE. Windows color (decimal): -212726 or 705020. OLE color: 705020.
HSL color Cylindrical-coordinate representation of color #FCC10A: hue angle of 45.37º 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 #FCC10A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.01 |
| HSL | 45.37º | 0.98% | 0.51% | - |
| HSV(B) | 45.37º | 0.96% | 0.99% | - |
| XYZ | 59.27 | 58.86 | 8.52 | - |
| YUV | 189.78 | 26.55 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 10 | 0 | 0.23 | 0.96 | 0.01 | 45.37 | 0.98 | 0.51 |
| Hex | FC | C1 | A | 0 | 17 | 60 | 1 | 2D | 62 | 33 |
| Octal | 374 | 301 | 12 | 0 | 27 | 140 | 1 | 55 | 142 | 63 |
| Binary | 11111100 | 11000001 | 1010 | 0 | 10111 | 1100000 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FCC10A
Complementary color
Monochromatic Colors of #FCC10A
Black with #FCC10A
Text Example
Text Example
White with #FCC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC10A; }
p { color: rgb(252,193,10); }
H1.HeaderClassName
{
color: #FCC10A;
}
.AnyTagClassName
{
color: #FCC10A;
}
</style>
background-color css
<style>
a { background-color: #FCC10A; }
a { background-color: rgb(252,193,10); }
div.DivClassName
{
background-color: #FCC10A;
}
.BgClassName
{
background-color: #FCC10A;
}
</style>
border-color css
<style>
span { border-color: #FCC10A; }
span { border-color: rgb(252,193,10); }
td.TdClassName
{
border-color: #FCC10A;
}
.TagClassName
{
border-color: #FCC10A;
}
</style>