Shades of Gold #FCD508
Tints of Gold #FCD508
RGB
CMYK
RGB Variations
Color information
#FCD508 (or 0xFCD508) is known color: Gold. HEX triplet: FC, D5 and 08. RGB value is (252,213,8). Sum of RGB (Red+Green+Blue) = 252+213+8=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD508 is #032AF7. Grayscale: #CACACA. Windows color (decimal): -207608 or 579068. OLE color: 579068.
HSL color Cylindrical-coordinate representation of color #FCD508: hue angle of 50.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCD508 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.01 |
| HSL | 50.41º | 0.98% | 0.51% | - |
| HSV(B) | 50.41º | 0.97% | 0.99% | - |
| XYZ | 63.98 | 68.3 | 10.04 | - |
| YUV | 201.29 | 18.92 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 8 | 0 | 0.15 | 0.97 | 0.01 | 50.41 | 0.98 | 0.51 |
| Hex | FC | D5 | 8 | 0 | F | 61 | 1 | 32 | 62 | 33 |
| Octal | 374 | 325 | 10 | 0 | 17 | 141 | 1 | 62 | 142 | 63 |
| Binary | 11111100 | 11010101 | 1000 | 0 | 1111 | 1100001 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FCD508
Complementary color
Monochromatic Colors of #FCD508
Black with #FCD508
Text Example
Text Example
White with #FCD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD508; }
p { color: rgb(252,213,8); }
H1.HeaderClassName
{
color: #FCD508;
}
.AnyTagClassName
{
color: #FCD508;
}
</style>
background-color css
<style>
a { background-color: #FCD508; }
a { background-color: rgb(252,213,8); }
div.DivClassName
{
background-color: #FCD508;
}
.BgClassName
{
background-color: #FCD508;
}
</style>
border-color css
<style>
span { border-color: #FCD508; }
span { border-color: rgb(252,213,8); }
td.TdClassName
{
border-color: #FCD508;
}
.TagClassName
{
border-color: #FCD508;
}
</style>