Shades of Gold #FCD311
Tints of Gold #FCD311
RGB
CMYK
RGB Variations
Color information
#FCD311 (or 0xFCD311) is known color: Gold. HEX triplet: FC, D3 and 11. RGB value is (252,211,17). Sum of RGB (Red+Green+Blue) = 252+211+17=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD311 is #032CEE. Grayscale: #C9C9C9. Windows color (decimal): -208111 or 1168380. OLE color: 1168380.
HSL color Cylindrical-coordinate representation of color #FCD311: hue angle of 49.53º 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 #FCD311 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 17 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.01 |
| HSL | 49.53º | 0.98% | 0.53% | - |
| HSV(B) | 49.53º | 0.93% | 0.99% | - |
| XYZ | 63.54 | 67.32 | 10.18 | - |
| YUV | 201.14 | 24.08 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 17 | 0 | 0.16 | 0.93 | 0.01 | 49.53 | 0.98 | 0.53 |
| Hex | FC | D3 | 11 | 0 | 10 | 5D | 1 | 32 | 62 | 35 |
| Octal | 374 | 323 | 21 | 0 | 20 | 135 | 1 | 62 | 142 | 65 |
| Binary | 11111100 | 11010011 | 10001 | 0 | 10000 | 1011101 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FCD311
Complementary color
Monochromatic Colors of #FCD311
Black with #FCD311
Text Example
Text Example
White with #FCD311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD311; }
p { color: rgb(252,211,17); }
H1.HeaderClassName
{
color: #FCD311;
}
.AnyTagClassName
{
color: #FCD311;
}
</style>
background-color css
<style>
a { background-color: #FCD311; }
a { background-color: rgb(252,211,17); }
div.DivClassName
{
background-color: #FCD311;
}
.BgClassName
{
background-color: #FCD311;
}
</style>
border-color css
<style>
span { border-color: #FCD311; }
span { border-color: rgb(252,211,17); }
td.TdClassName
{
border-color: #FCD311;
}
.TagClassName
{
border-color: #FCD311;
}
</style>