Shades of Gold #FCD500
Tints of Gold #FCD500
RGB
CMYK
RGB Variations
Color information
#FCD500 (or 0xFCD500) is known color: Gold. HEX triplet: FC, D5 and 00. RGB value is (252,213,0). Sum of RGB (Red+Green+Blue) = 252+213+0=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD500 is #032AFF. Grayscale: #C9C9C9. Windows color (decimal): -207616 or 54780. OLE color: 54780.
HSL color Cylindrical-coordinate representation of color #FCD500: hue angle of 50.71º 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 #FCD500 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.01 |
| HSL | 50.71º | 1% | 0.49% | - |
| HSV(B) | 50.71º | 1% | 0.99% | - |
| XYZ | 63.94 | 68.28 | 9.81 | - |
| YUV | 200.38 | 14.92 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 0 | 0 | 0.15 | 1 | 0.01 | 50.71 | 1 | 0.49 |
| Hex | FC | D5 | 0 | 0 | F | 64 | 1 | 33 | 64 | 31 |
| Octal | 374 | 325 | 0 | 0 | 17 | 144 | 1 | 63 | 144 | 61 |
| Binary | 11111100 | 11010101 | 0 | 0 | 1111 | 1100100 | 1 | 110011 | 1100100 | 110001 |
Color Harmonies of #FCD500
Complementary color
Monochromatic Colors of #FCD500
Black with #FCD500
Text Example
Text Example
White with #FCD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD500; }
p { color: rgb(252,213,0); }
H1.HeaderClassName
{
color: #FCD500;
}
.AnyTagClassName
{
color: #FCD500;
}
</style>
background-color css
<style>
a { background-color: #FCD500; }
a { background-color: rgb(252,213,0); }
div.DivClassName
{
background-color: #FCD500;
}
.BgClassName
{
background-color: #FCD500;
}
</style>
border-color css
<style>
span { border-color: #FCD500; }
span { border-color: rgb(252,213,0); }
td.TdClassName
{
border-color: #FCD500;
}
.TagClassName
{
border-color: #FCD500;
}
</style>