Shades of Gold #FCD600
Tints of Gold #FCD600
RGB
CMYK
RGB Variations
Color information
#FCD600 (or 0xFCD600) is known color: Gold. HEX triplet: FC, D6 and 00. RGB value is (252,214,0). Sum of RGB (Red+Green+Blue) = 252+214+0=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD600 is #0329FF. Grayscale: #C9C9C9. Windows color (decimal): -207360 or 55036. OLE color: 55036.
HSL color Cylindrical-coordinate representation of color #FCD600: hue angle of 50.95º 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 #FCD600 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.01 |
| HSL | 50.95º | 1% | 0.49% | - |
| HSV(B) | 50.95º | 1% | 0.99% | - |
| XYZ | 64.19 | 68.79 | 9.89 | - |
| YUV | 200.97 | 14.59 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 0 | 0 | 0.15 | 1 | 0.01 | 50.95 | 1 | 0.49 |
| Hex | FC | D6 | 0 | 0 | F | 64 | 1 | 33 | 64 | 31 |
| Octal | 374 | 326 | 0 | 0 | 17 | 144 | 1 | 63 | 144 | 61 |
| Binary | 11111100 | 11010110 | 0 | 0 | 1111 | 1100100 | 1 | 110011 | 1100100 | 110001 |
Color Harmonies of #FCD600
Complementary color
Monochromatic Colors of #FCD600
Black with #FCD600
Text Example
Text Example
White with #FCD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD600; }
p { color: rgb(252,214,0); }
H1.HeaderClassName
{
color: #FCD600;
}
.AnyTagClassName
{
color: #FCD600;
}
</style>
background-color css
<style>
a { background-color: #FCD600; }
a { background-color: rgb(252,214,0); }
div.DivClassName
{
background-color: #FCD600;
}
.BgClassName
{
background-color: #FCD600;
}
</style>
border-color css
<style>
span { border-color: #FCD600; }
span { border-color: rgb(252,214,0); }
td.TdClassName
{
border-color: #FCD600;
}
.TagClassName
{
border-color: #FCD600;
}
</style>