Shades of Gold #FCD612
Tints of Gold #FCD612
RGB
CMYK
RGB Variations
Color information
#FCD612 (or 0xFCD612) is known color: Gold. HEX triplet: FC, D6 and 12. RGB value is (252,214,18). Sum of RGB (Red+Green+Blue) = 252+214+18=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD612 is #0329ED. Grayscale: #CBCBCB. Windows color (decimal): -207342 or 1234684. OLE color: 1234684.
HSL color Cylindrical-coordinate representation of color #FCD612: hue angle of 50.26º 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 #FCD612 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 18 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.01 |
| HSL | 50.26º | 0.98% | 0.53% | - |
| HSV(B) | 50.26º | 0.93% | 0.99% | - |
| XYZ | 64.3 | 68.83 | 10.47 | - |
| YUV | 203.02 | 23.59 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 18 | 0 | 0.15 | 0.93 | 0.01 | 50.26 | 0.98 | 0.53 |
| Hex | FC | D6 | 12 | 0 | F | 5D | 1 | 32 | 62 | 35 |
| Octal | 374 | 326 | 22 | 0 | 17 | 135 | 1 | 62 | 142 | 65 |
| Binary | 11111100 | 11010110 | 10010 | 0 | 1111 | 1011101 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FCD612
Complementary color
Monochromatic Colors of #FCD612
Black with #FCD612
Text Example
Text Example
White with #FCD612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD612; }
p { color: rgb(252,214,18); }
H1.HeaderClassName
{
color: #FCD612;
}
.AnyTagClassName
{
color: #FCD612;
}
</style>
background-color css
<style>
a { background-color: #FCD612; }
a { background-color: rgb(252,214,18); }
div.DivClassName
{
background-color: #FCD612;
}
.BgClassName
{
background-color: #FCD612;
}
</style>
border-color css
<style>
span { border-color: #FCD612; }
span { border-color: rgb(252,214,18); }
td.TdClassName
{
border-color: #FCD612;
}
.TagClassName
{
border-color: #FCD612;
}
</style>