Shades of Gold #FCD511
Tints of Gold #FCD511
RGB
CMYK
RGB Variations
Color information
#FCD511 (or 0xFCD511) is known color: Gold. HEX triplet: FC, D5 and 11. RGB value is (252,213,17). Sum of RGB (Red+Green+Blue) = 252+213+17=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD511 is #032AEE. Grayscale: #CBCBCB. Windows color (decimal): -207599 or 1168892. OLE color: 1168892.
HSL color Cylindrical-coordinate representation of color #FCD511: hue angle of 50.04º 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 #FCD511 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 17 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.01 |
| HSL | 50.04º | 0.98% | 0.53% | - |
| HSV(B) | 50.04º | 0.93% | 0.99% | - |
| XYZ | 64.04 | 68.32 | 10.34 | - |
| YUV | 202.32 | 23.42 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 17 | 0 | 0.15 | 0.93 | 0.01 | 50.04 | 0.98 | 0.53 |
| Hex | FC | D5 | 11 | 0 | F | 5D | 1 | 32 | 62 | 35 |
| Octal | 374 | 325 | 21 | 0 | 17 | 135 | 1 | 62 | 142 | 65 |
| Binary | 11111100 | 11010101 | 10001 | 0 | 1111 | 1011101 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FCD511
Complementary color
Monochromatic Colors of #FCD511
Black with #FCD511
Text Example
Text Example
White with #FCD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD511; }
p { color: rgb(252,213,17); }
H1.HeaderClassName
{
color: #FCD511;
}
.AnyTagClassName
{
color: #FCD511;
}
</style>
background-color css
<style>
a { background-color: #FCD511; }
a { background-color: rgb(252,213,17); }
div.DivClassName
{
background-color: #FCD511;
}
.BgClassName
{
background-color: #FCD511;
}
</style>
border-color css
<style>
span { border-color: #FCD511; }
span { border-color: rgb(252,213,17); }
td.TdClassName
{
border-color: #FCD511;
}
.TagClassName
{
border-color: #FCD511;
}
</style>