Shades of Gold #FCD702
Tints of Gold #FCD702
RGB
CMYK
RGB Variations
Color information
#FCD702 (or 0xFCD702) is known color: Gold. HEX triplet: FC, D7 and 02. RGB value is (252,215,2). Sum of RGB (Red+Green+Blue) = 252+215+2=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD702 is #0328FD. Grayscale: #CACACA. Windows color (decimal): -207102 or 186364. OLE color: 186364.
HSL color Cylindrical-coordinate representation of color #FCD702: hue angle of 51.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCD702 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.01 |
| HSL | 51.12º | 0.98% | 0.5% | - |
| HSV(B) | 51.12º | 0.99% | 0.99% | - |
| XYZ | 64.46 | 69.3 | 10.04 | - |
| YUV | 201.78 | 15.26 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 2 | 0 | 0.15 | 0.99 | 0.01 | 51.12 | 0.98 | 0.5 |
| Hex | FC | D7 | 2 | 0 | F | 63 | 1 | 33 | 62 | 32 |
| Octal | 374 | 327 | 2 | 0 | 17 | 143 | 1 | 63 | 142 | 62 |
| Binary | 11111100 | 11010111 | 10 | 0 | 1111 | 1100011 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FCD702
Complementary color
Monochromatic Colors of #FCD702
Black with #FCD702
Text Example
Text Example
White with #FCD702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD702; }
p { color: rgb(252,215,2); }
H1.HeaderClassName
{
color: #FCD702;
}
.AnyTagClassName
{
color: #FCD702;
}
</style>
background-color css
<style>
a { background-color: #FCD702; }
a { background-color: rgb(252,215,2); }
div.DivClassName
{
background-color: #FCD702;
}
.BgClassName
{
background-color: #FCD702;
}
</style>
border-color css
<style>
span { border-color: #FCD702; }
span { border-color: rgb(252,215,2); }
td.TdClassName
{
border-color: #FCD702;
}
.TagClassName
{
border-color: #FCD702;
}
</style>