Shades of Gold #FCD512
Tints of Gold #FCD512
RGB
CMYK
RGB Variations
Color information
#FCD512 (or 0xFCD512) is known color: Gold. HEX triplet: FC, D5 and 12. RGB value is (252,213,18). Sum of RGB (Red+Green+Blue) = 252+213+18=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD512 is #032AED. Grayscale: #CBCBCB. Windows color (decimal): -207598 or 1234428. OLE color: 1234428.
HSL color Cylindrical-coordinate representation of color #FCD512: hue angle of 50º 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 #FCD512 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 18 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.01 |
| HSL | 50º | 0.98% | 0.53% | - |
| HSV(B) | 50º | 0.93% | 0.99% | - |
| XYZ | 64.05 | 68.33 | 10.39 | - |
| YUV | 202.43 | 23.92 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 18 | 0 | 0.15 | 0.93 | 0.01 | 50 | 0.98 | 0.53 |
| Hex | FC | D5 | 12 | 0 | F | 5D | 1 | 32 | 62 | 35 |
| Octal | 374 | 325 | 22 | 0 | 17 | 135 | 1 | 62 | 142 | 65 |
| Binary | 11111100 | 11010101 | 10010 | 0 | 1111 | 1011101 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FCD512
Complementary color
Monochromatic Colors of #FCD512
Black with #FCD512
Text Example
Text Example
White with #FCD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD512; }
p { color: rgb(252,213,18); }
H1.HeaderClassName
{
color: #FCD512;
}
.AnyTagClassName
{
color: #FCD512;
}
</style>
background-color css
<style>
a { background-color: #FCD512; }
a { background-color: rgb(252,213,18); }
div.DivClassName
{
background-color: #FCD512;
}
.BgClassName
{
background-color: #FCD512;
}
</style>
border-color css
<style>
span { border-color: #FCD512; }
span { border-color: rgb(252,213,18); }
td.TdClassName
{
border-color: #FCD512;
}
.TagClassName
{
border-color: #FCD512;
}
</style>