Shades of Golden Poppy #FCC60B
Tints of Golden Poppy #FCC60B
RGB
CMYK
RGB Variations
Color information
#FCC60B (or 0xFCC60B) is known color: Golden Poppy. HEX triplet: FC, C6 and 0B. RGB value is (252,198,11). Sum of RGB (Red+Green+Blue) = 252+198+11=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC60B is #0339F4. Grayscale: #C1C1C1. Windows color (decimal): -211445 or 771836. OLE color: 771836.
HSL color Cylindrical-coordinate representation of color #FCC60B: hue angle of 46.56º 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 #FCC60B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.01 |
| HSL | 46.56º | 0.98% | 0.52% | - |
| HSV(B) | 46.56º | 0.96% | 0.99% | - |
| XYZ | 60.4 | 61.11 | 8.93 | - |
| YUV | 192.83 | 25.39 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 11 | 0 | 0.21 | 0.96 | 0.01 | 46.56 | 0.98 | 0.52 |
| Hex | FC | C6 | B | 0 | 15 | 60 | 1 | 2F | 62 | 34 |
| Octal | 374 | 306 | 13 | 0 | 25 | 140 | 1 | 57 | 142 | 64 |
| Binary | 11111100 | 11000110 | 1011 | 0 | 10101 | 1100000 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FCC60B
Complementary color
Monochromatic Colors of #FCC60B
Black with #FCC60B
Text Example
Text Example
White with #FCC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC60B; }
p { color: rgb(252,198,11); }
H1.HeaderClassName
{
color: #FCC60B;
}
.AnyTagClassName
{
color: #FCC60B;
}
</style>
background-color css
<style>
a { background-color: #FCC60B; }
a { background-color: rgb(252,198,11); }
div.DivClassName
{
background-color: #FCC60B;
}
.BgClassName
{
background-color: #FCC60B;
}
</style>
border-color css
<style>
span { border-color: #FCC60B; }
span { border-color: rgb(252,198,11); }
td.TdClassName
{
border-color: #FCC60B;
}
.TagClassName
{
border-color: #FCC60B;
}
</style>