Shades of Gold #FCD610
Tints of Gold #FCD610
RGB
CMYK
RGB Variations
Color information
#FCD610 (or 0xFCD610) is known color: Gold. HEX triplet: FC, D6 and 10. RGB value is (252,214,16). Sum of RGB (Red+Green+Blue) = 252+214+16=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD610 is #0329EF. Grayscale: #CBCBCB. Windows color (decimal): -207344 or 1103612. OLE color: 1103612.
HSL color Cylindrical-coordinate representation of color #FCD610: hue angle of 50.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCD610 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 16 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.01 |
| HSL | 50.34º | 0.98% | 0.53% | - |
| HSV(B) | 50.34º | 0.94% | 0.99% | - |
| XYZ | 64.28 | 68.83 | 10.39 | - |
| YUV | 202.79 | 22.59 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 16 | 0 | 0.15 | 0.94 | 0.01 | 50.34 | 0.98 | 0.53 |
| Hex | FC | D6 | 10 | 0 | F | 5E | 1 | 32 | 62 | 35 |
| Octal | 374 | 326 | 20 | 0 | 17 | 136 | 1 | 62 | 142 | 65 |
| Binary | 11111100 | 11010110 | 10000 | 0 | 1111 | 1011110 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FCD610
Complementary color
Monochromatic Colors of #FCD610
Black with #FCD610
Text Example
Text Example
White with #FCD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD610; }
p { color: rgb(252,214,16); }
H1.HeaderClassName
{
color: #FCD610;
}
.AnyTagClassName
{
color: #FCD610;
}
</style>
background-color css
<style>
a { background-color: #FCD610; }
a { background-color: rgb(252,214,16); }
div.DivClassName
{
background-color: #FCD610;
}
.BgClassName
{
background-color: #FCD610;
}
</style>
border-color css
<style>
span { border-color: #FCD610; }
span { border-color: rgb(252,214,16); }
td.TdClassName
{
border-color: #FCD610;
}
.TagClassName
{
border-color: #FCD610;
}
</style>