Shades of Gold #FCD700
Tints of Gold #FCD700
RGB
CMYK
RGB Variations
Color information
#FCD700 (or 0xFCD700) is known color: Gold. HEX triplet: FC, D7 and 00. RGB value is (252,215,0). Sum of RGB (Red+Green+Blue) = 252+215+0=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD700 is #0328FF. Grayscale: #CACACA. Windows color (decimal): -207104 or 55292. OLE color: 55292.
HSL color Cylindrical-coordinate representation of color #FCD700: hue angle of 51.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCD700 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.01 |
| HSL | 51.19º | 1% | 0.49% | - |
| HSV(B) | 51.19º | 1% | 0.99% | - |
| XYZ | 64.45 | 69.3 | 9.98 | - |
| YUV | 201.55 | 14.26 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 0 | 0 | 0.15 | 1 | 0.01 | 51.19 | 1 | 0.49 |
| Hex | FC | D7 | 0 | 0 | F | 64 | 1 | 33 | 64 | 31 |
| Octal | 374 | 327 | 0 | 0 | 17 | 144 | 1 | 63 | 144 | 61 |
| Binary | 11111100 | 11010111 | 0 | 0 | 1111 | 1100100 | 1 | 110011 | 1100100 | 110001 |
Color Harmonies of #FCD700
Complementary color
Monochromatic Colors of #FCD700
Black with #FCD700
Text Example
Text Example
White with #FCD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD700; }
p { color: rgb(252,215,0); }
H1.HeaderClassName
{
color: #FCD700;
}
.AnyTagClassName
{
color: #FCD700;
}
</style>
background-color css
<style>
a { background-color: #FCD700; }
a { background-color: rgb(252,215,0); }
div.DivClassName
{
background-color: #FCD700;
}
.BgClassName
{
background-color: #FCD700;
}
</style>
border-color css
<style>
span { border-color: #FCD700; }
span { border-color: rgb(252,215,0); }
td.TdClassName
{
border-color: #FCD700;
}
.TagClassName
{
border-color: #FCD700;
}
</style>