Shades of Gold #FCD40C
Tints of Gold #FCD40C
RGB
CMYK
RGB Variations
Color information
#FCD40C (or 0xFCD40C) is known color: Gold. HEX triplet: FC, D4 and 0C. RGB value is (252,212,12). Sum of RGB (Red+Green+Blue) = 252+212+12=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD40C is #032BF3. Grayscale: #CACACA. Windows color (decimal): -207860 or 840956. OLE color: 840956.
HSL color Cylindrical-coordinate representation of color #FCD40C: hue angle of 50º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCD40C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.01 |
| HSL | 50º | 0.98% | 0.52% | - |
| HSV(B) | 50º | 0.95% | 0.99% | - |
| XYZ | 63.75 | 67.81 | 10.08 | - |
| YUV | 201.16 | 21.25 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 12 | 0 | 0.16 | 0.95 | 0.01 | 50 | 0.98 | 0.52 |
| Hex | FC | D4 | C | 0 | 10 | 5F | 1 | 32 | 62 | 34 |
| Octal | 374 | 324 | 14 | 0 | 20 | 137 | 1 | 62 | 142 | 64 |
| Binary | 11111100 | 11010100 | 1100 | 0 | 10000 | 1011111 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FCD40C
Complementary color
Monochromatic Colors of #FCD40C
Black with #FCD40C
Text Example
Text Example
White with #FCD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD40C; }
p { color: rgb(252,212,12); }
H1.HeaderClassName
{
color: #FCD40C;
}
.AnyTagClassName
{
color: #FCD40C;
}
</style>
background-color css
<style>
a { background-color: #FCD40C; }
a { background-color: rgb(252,212,12); }
div.DivClassName
{
background-color: #FCD40C;
}
.BgClassName
{
background-color: #FCD40C;
}
</style>
border-color css
<style>
span { border-color: #FCD40C; }
span { border-color: rgb(252,212,12); }
td.TdClassName
{
border-color: #FCD40C;
}
.TagClassName
{
border-color: #FCD40C;
}
</style>