Shades of Gold #FCD70E
Tints of Gold #FCD70E
RGB
CMYK
RGB Variations
Color information
#FCD70E (or 0xFCD70E) is known color: Gold. HEX triplet: FC, D7 and 0E. RGB value is (252,215,14). Sum of RGB (Red+Green+Blue) = 252+215+14=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD70E is #0328F1. Grayscale: #CBCBCB. Windows color (decimal): -207090 or 972796. OLE color: 972796.
HSL color Cylindrical-coordinate representation of color #FCD70E: hue angle of 50.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCD70E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.01 |
| HSL | 50.67º | 0.98% | 0.52% | - |
| HSV(B) | 50.67º | 0.94% | 0.99% | - |
| XYZ | 64.52 | 69.33 | 10.4 | - |
| YUV | 203.15 | 21.26 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 14 | 0 | 0.15 | 0.94 | 0.01 | 50.67 | 0.98 | 0.52 |
| Hex | FC | D7 | E | 0 | F | 5E | 1 | 33 | 62 | 34 |
| Octal | 374 | 327 | 16 | 0 | 17 | 136 | 1 | 63 | 142 | 64 |
| Binary | 11111100 | 11010111 | 1110 | 0 | 1111 | 1011110 | 1 | 110011 | 1100010 | 110100 |
Color Harmonies of #FCD70E
Complementary color
Monochromatic Colors of #FCD70E
Black with #FCD70E
Text Example
Text Example
White with #FCD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD70E; }
p { color: rgb(252,215,14); }
H1.HeaderClassName
{
color: #FCD70E;
}
.AnyTagClassName
{
color: #FCD70E;
}
</style>
background-color css
<style>
a { background-color: #FCD70E; }
a { background-color: rgb(252,215,14); }
div.DivClassName
{
background-color: #FCD70E;
}
.BgClassName
{
background-color: #FCD70E;
}
</style>
border-color css
<style>
span { border-color: #FCD70E; }
span { border-color: rgb(252,215,14); }
td.TdClassName
{
border-color: #FCD70E;
}
.TagClassName
{
border-color: #FCD70E;
}
</style>