Shades of Golden Poppy #FCC10B
Tints of Golden Poppy #FCC10B
RGB
CMYK
RGB Variations
Color information
#FCC10B (or 0xFCC10B) is known color: Golden Poppy. HEX triplet: FC, C1 and 0B. RGB value is (252,193,11). Sum of RGB (Red+Green+Blue) = 252+193+11=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC10B is #033EF4. Grayscale: #BEBEBE. Windows color (decimal): -212725 or 770556. OLE color: 770556.
HSL color Cylindrical-coordinate representation of color #FCC10B: hue angle of 45.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCC10B is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 11 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.01 |
| HSL | 45.31º | 0.98% | 0.52% | - |
| HSV(B) | 45.31º | 0.96% | 0.99% | - |
| XYZ | 59.28 | 58.86 | 8.55 | - |
| YUV | 189.89 | 27.05 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 11 | 0 | 0.23 | 0.96 | 0.01 | 45.31 | 0.98 | 0.52 |
| Hex | FC | C1 | B | 0 | 17 | 60 | 1 | 2D | 62 | 34 |
| Octal | 374 | 301 | 13 | 0 | 27 | 140 | 1 | 55 | 142 | 64 |
| Binary | 11111100 | 11000001 | 1011 | 0 | 10111 | 1100000 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FCC10B
Complementary color
Monochromatic Colors of #FCC10B
Black with #FCC10B
Text Example
Text Example
White with #FCC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC10B; }
p { color: rgb(252,193,11); }
H1.HeaderClassName
{
color: #FCC10B;
}
.AnyTagClassName
{
color: #FCC10B;
}
</style>
background-color css
<style>
a { background-color: #FCC10B; }
a { background-color: rgb(252,193,11); }
div.DivClassName
{
background-color: #FCC10B;
}
.BgClassName
{
background-color: #FCC10B;
}
</style>
border-color css
<style>
span { border-color: #FCC10B; }
span { border-color: rgb(252,193,11); }
td.TdClassName
{
border-color: #FCC10B;
}
.TagClassName
{
border-color: #FCC10B;
}
</style>