Shades of Golden Poppy #FCC10F
Tints of Golden Poppy #FCC10F
RGB
CMYK
RGB Variations
Color information
#FCC10F (or 0xFCC10F) is known color: Golden Poppy. HEX triplet: FC, C1 and 0F. RGB value is (252,193,15). Sum of RGB (Red+Green+Blue) = 252+193+15=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC10F is #033EF0. Grayscale: #BFBFBF. Windows color (decimal): -212721 or 1032700. OLE color: 1032700.
HSL color Cylindrical-coordinate representation of color #FCC10F: hue angle of 45.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCC10F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.01 |
| HSL | 45.06º | 0.98% | 0.52% | - |
| HSV(B) | 45.06º | 0.94% | 0.99% | - |
| XYZ | 59.3 | 58.87 | 8.69 | - |
| YUV | 190.35 | 29.05 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 15 | 0 | 0.23 | 0.94 | 0.01 | 45.06 | 0.98 | 0.52 |
| Hex | FC | C1 | F | 0 | 17 | 5E | 1 | 2D | 62 | 34 |
| Octal | 374 | 301 | 17 | 0 | 27 | 136 | 1 | 55 | 142 | 64 |
| Binary | 11111100 | 11000001 | 1111 | 0 | 10111 | 1011110 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FCC10F
Complementary color
Monochromatic Colors of #FCC10F
Black with #FCC10F
Text Example
Text Example
White with #FCC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC10F; }
p { color: rgb(252,193,15); }
H1.HeaderClassName
{
color: #FCC10F;
}
.AnyTagClassName
{
color: #FCC10F;
}
</style>
background-color css
<style>
a { background-color: #FCC10F; }
a { background-color: rgb(252,193,15); }
div.DivClassName
{
background-color: #FCC10F;
}
.BgClassName
{
background-color: #FCC10F;
}
</style>
border-color css
<style>
span { border-color: #FCC10F; }
span { border-color: rgb(252,193,15); }
td.TdClassName
{
border-color: #FCC10F;
}
.TagClassName
{
border-color: #FCC10F;
}
</style>