Shades of Gold #FCD211
Tints of Gold #FCD211
RGB
CMYK
RGB Variations
Color information
#FCD211 (or 0xFCD211) is known color: Gold. HEX triplet: FC, D2 and 11. RGB value is (252,210,17). Sum of RGB (Red+Green+Blue) = 252+210+17=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 17 (7.03% from 255 or 3.55% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD211 is #032DEE. Grayscale: #C9C9C9. Windows color (decimal): -208367 or 1168124. OLE color: 1168124.
HSL color Cylindrical-coordinate representation of color #FCD211: hue angle of 49.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCD211 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 17 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.01 |
| HSL | 49.28º | 0.98% | 0.53% | - |
| HSV(B) | 49.28º | 0.93% | 0.99% | - |
| XYZ | 63.29 | 66.83 | 10.09 | - |
| YUV | 200.56 | 24.41 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 17 | 0 | 0.17 | 0.93 | 0.01 | 49.28 | 0.98 | 0.53 |
| Hex | FC | D2 | 11 | 0 | 11 | 5D | 1 | 31 | 62 | 35 |
| Octal | 374 | 322 | 21 | 0 | 21 | 135 | 1 | 61 | 142 | 65 |
| Binary | 11111100 | 11010010 | 10001 | 0 | 10001 | 1011101 | 1 | 110001 | 1100010 | 110101 |
Color Harmonies of #FCD211
Complementary color
Monochromatic Colors of #FCD211
Black with #FCD211
Text Example
Text Example
White with #FCD211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD211; }
p { color: rgb(252,210,17); }
H1.HeaderClassName
{
color: #FCD211;
}
.AnyTagClassName
{
color: #FCD211;
}
</style>
background-color css
<style>
a { background-color: #FCD211; }
a { background-color: rgb(252,210,17); }
div.DivClassName
{
background-color: #FCD211;
}
.BgClassName
{
background-color: #FCD211;
}
</style>
border-color css
<style>
span { border-color: #FCD211; }
span { border-color: rgb(252,210,17); }
td.TdClassName
{
border-color: #FCD211;
}
.TagClassName
{
border-color: #FCD211;
}
</style>