Shades of Gold #FCD312
Tints of Gold #FCD312
RGB
CMYK
RGB Variations
Color information
#FCD312 (or 0xFCD312) is known color: Gold. HEX triplet: FC, D3 and 12. RGB value is (252,211,18). Sum of RGB (Red+Green+Blue) = 252+211+18=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD312 is #032CED. Grayscale: #CACACA. Windows color (decimal): -208110 or 1233916. OLE color: 1233916.
HSL color Cylindrical-coordinate representation of color #FCD312: hue angle of 49.49º 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 #FCD312 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 18 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.01 |
| HSL | 49.49º | 0.98% | 0.53% | - |
| HSV(B) | 49.49º | 0.93% | 0.99% | - |
| XYZ | 63.55 | 67.33 | 10.22 | - |
| YUV | 201.26 | 24.58 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 18 | 0 | 0.16 | 0.93 | 0.01 | 49.49 | 0.98 | 0.53 |
| Hex | FC | D3 | 12 | 0 | 10 | 5D | 1 | 31 | 62 | 35 |
| Octal | 374 | 323 | 22 | 0 | 20 | 135 | 1 | 61 | 142 | 65 |
| Binary | 11111100 | 11010011 | 10010 | 0 | 10000 | 1011101 | 1 | 110001 | 1100010 | 110101 |
Color Harmonies of #FCD312
Complementary color
Monochromatic Colors of #FCD312
Black with #FCD312
Text Example
Text Example
White with #FCD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD312; }
p { color: rgb(252,211,18); }
H1.HeaderClassName
{
color: #FCD312;
}
.AnyTagClassName
{
color: #FCD312;
}
</style>
background-color css
<style>
a { background-color: #FCD312; }
a { background-color: rgb(252,211,18); }
div.DivClassName
{
background-color: #FCD312;
}
.BgClassName
{
background-color: #FCD312;
}
</style>
border-color css
<style>
span { border-color: #FCD312; }
span { border-color: rgb(252,211,18); }
td.TdClassName
{
border-color: #FCD312;
}
.TagClassName
{
border-color: #FCD312;
}
</style>