Shades of Gold #FCD60A
Tints of Gold #FCD60A
RGB
CMYK
RGB Variations
Color information
#FCD60A (or 0xFCD60A) is known color: Gold. HEX triplet: FC, D6 and 0A. RGB value is (252,214,10). Sum of RGB (Red+Green+Blue) = 252+214+10=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD60A is #0329F5. Grayscale: #CACACA. Windows color (decimal): -207350 or 710396. OLE color: 710396.
HSL color Cylindrical-coordinate representation of color #FCD60A: hue angle of 50.58º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCD60A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 10 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.01 |
| HSL | 50.58º | 0.98% | 0.51% | - |
| HSV(B) | 50.58º | 0.96% | 0.99% | - |
| XYZ | 64.25 | 68.81 | 10.18 | - |
| YUV | 202.11 | 19.59 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 10 | 0 | 0.15 | 0.96 | 0.01 | 50.58 | 0.98 | 0.51 |
| Hex | FC | D6 | A | 0 | F | 60 | 1 | 33 | 62 | 33 |
| Octal | 374 | 326 | 12 | 0 | 17 | 140 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11010110 | 1010 | 0 | 1111 | 1100000 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD60A
Complementary color
Monochromatic Colors of #FCD60A
Black with #FCD60A
Text Example
Text Example
White with #FCD60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD60A; }
p { color: rgb(252,214,10); }
H1.HeaderClassName
{
color: #FCD60A;
}
.AnyTagClassName
{
color: #FCD60A;
}
</style>
background-color css
<style>
a { background-color: #FCD60A; }
a { background-color: rgb(252,214,10); }
div.DivClassName
{
background-color: #FCD60A;
}
.BgClassName
{
background-color: #FCD60A;
}
</style>
border-color css
<style>
span { border-color: #FCD60A; }
span { border-color: rgb(252,214,10); }
td.TdClassName
{
border-color: #FCD60A;
}
.TagClassName
{
border-color: #FCD60A;
}
</style>