Shades of Gold #FCD206
Tints of Gold #FCD206
RGB
CMYK
RGB Variations
Color information
#FCD206 (or 0xFCD206) is known color: Gold. HEX triplet: FC, D2 and 06. RGB value is (252,210,6). Sum of RGB (Red+Green+Blue) = 252+210+6=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD206 is #032DF9. Grayscale: #C8C8C8. Windows color (decimal): -208378 or 447228. OLE color: 447228.
HSL color Cylindrical-coordinate representation of color #FCD206: hue angle of 49.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCD206 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 6 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.01 |
| HSL | 49.76º | 0.98% | 0.51% | - |
| HSV(B) | 49.76º | 0.98% | 0.99% | - |
| XYZ | 63.22 | 66.8 | 9.73 | - |
| YUV | 199.3 | 18.91 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 6 | 0 | 0.17 | 0.98 | 0.01 | 49.76 | 0.98 | 0.51 |
| Hex | FC | D2 | 6 | 0 | 11 | 62 | 1 | 32 | 62 | 33 |
| Octal | 374 | 322 | 6 | 0 | 21 | 142 | 1 | 62 | 142 | 63 |
| Binary | 11111100 | 11010010 | 110 | 0 | 10001 | 1100010 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FCD206
Complementary color
Monochromatic Colors of #FCD206
Black with #FCD206
Text Example
Text Example
White with #FCD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD206; }
p { color: rgb(252,210,6); }
H1.HeaderClassName
{
color: #FCD206;
}
.AnyTagClassName
{
color: #FCD206;
}
</style>
background-color css
<style>
a { background-color: #FCD206; }
a { background-color: rgb(252,210,6); }
div.DivClassName
{
background-color: #FCD206;
}
.BgClassName
{
background-color: #FCD206;
}
</style>
border-color css
<style>
span { border-color: #FCD206; }
span { border-color: rgb(252,210,6); }
td.TdClassName
{
border-color: #FCD206;
}
.TagClassName
{
border-color: #FCD206;
}
</style>