Shades of Gold #FCD400
Tints of Gold #FCD400
RGB
CMYK
RGB Variations
Color information
#FCD400 (or 0xFCD400) is known color: Gold. HEX triplet: FC, D4 and 00. RGB value is (252,212,0). Sum of RGB (Red+Green+Blue) = 252+212+0=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD400 is #032BFF. Grayscale: #C8C8C8. Windows color (decimal): -207872 or 54524. OLE color: 54524.
HSL color Cylindrical-coordinate representation of color #FCD400: hue angle of 50.48º 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 #FCD400 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.01 |
| HSL | 50.48º | 1% | 0.49% | - |
| HSV(B) | 50.48º | 1% | 0.99% | - |
| XYZ | 63.69 | 67.78 | 9.73 | - |
| YUV | 199.79 | 15.25 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 0 | 0 | 0.16 | 1 | 0.01 | 50.48 | 1 | 0.49 |
| Hex | FC | D4 | 0 | 0 | 10 | 64 | 1 | 32 | 64 | 31 |
| Octal | 374 | 324 | 0 | 0 | 20 | 144 | 1 | 62 | 144 | 61 |
| Binary | 11111100 | 11010100 | 0 | 0 | 10000 | 1100100 | 1 | 110010 | 1100100 | 110001 |
Color Harmonies of #FCD400
Complementary color
Monochromatic Colors of #FCD400
Black with #FCD400
Text Example
Text Example
White with #FCD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD400; }
p { color: rgb(252,212,0); }
H1.HeaderClassName
{
color: #FCD400;
}
.AnyTagClassName
{
color: #FCD400;
}
</style>
background-color css
<style>
a { background-color: #FCD400; }
a { background-color: rgb(252,212,0); }
div.DivClassName
{
background-color: #FCD400;
}
.BgClassName
{
background-color: #FCD400;
}
</style>
border-color css
<style>
span { border-color: #FCD400; }
span { border-color: rgb(252,212,0); }
td.TdClassName
{
border-color: #FCD400;
}
.TagClassName
{
border-color: #FCD400;
}
</style>