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