Shades of Gold #FCD208
Tints of Gold #FCD208
RGB
CMYK
RGB Variations
Color information
#FCD208 (or 0xFCD208) is known color: Gold. HEX triplet: FC, D2 and 08. RGB value is (252,210,8). Sum of RGB (Red+Green+Blue) = 252+210+8=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD208 is #032DF7. Grayscale: #C8C8C8. Windows color (decimal): -208376 or 578300. OLE color: 578300.
HSL color Cylindrical-coordinate representation of color #FCD208: hue angle of 49.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCD208 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 8 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.01 |
| HSL | 49.67º | 0.98% | 0.51% | - |
| HSV(B) | 49.67º | 0.97% | 0.99% | - |
| XYZ | 63.24 | 66.81 | 9.79 | - |
| YUV | 199.53 | 19.91 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 8 | 0 | 0.17 | 0.97 | 0.01 | 49.67 | 0.98 | 0.51 |
| Hex | FC | D2 | 8 | 0 | 11 | 61 | 1 | 32 | 62 | 33 |
| Octal | 374 | 322 | 10 | 0 | 21 | 141 | 1 | 62 | 142 | 63 |
| Binary | 11111100 | 11010010 | 1000 | 0 | 10001 | 1100001 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FCD208
Complementary color
Monochromatic Colors of #FCD208
Black with #FCD208
Text Example
Text Example
White with #FCD208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD208; }
p { color: rgb(252,210,8); }
H1.HeaderClassName
{
color: #FCD208;
}
.AnyTagClassName
{
color: #FCD208;
}
</style>
background-color css
<style>
a { background-color: #FCD208; }
a { background-color: rgb(252,210,8); }
div.DivClassName
{
background-color: #FCD208;
}
.BgClassName
{
background-color: #FCD208;
}
</style>
border-color css
<style>
span { border-color: #FCD208; }
span { border-color: rgb(252,210,8); }
td.TdClassName
{
border-color: #FCD208;
}
.TagClassName
{
border-color: #FCD208;
}
</style>