Shades of Gold #FCD708
Tints of Gold #FCD708
RGB
CMYK
RGB Variations
Color information
#FCD708 (or 0xFCD708) is known color: Gold. HEX triplet: FC, D7 and 08. RGB value is (252,215,8). Sum of RGB (Red+Green+Blue) = 252+215+8=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 8 (3.52% from 255 or 1.68% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD708 is #0328F7. Grayscale: #CBCBCB. Windows color (decimal): -207096 or 579580. OLE color: 579580.
HSL color Cylindrical-coordinate representation of color #FCD708: hue angle of 50.9º 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 #FCD708 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.01 |
| HSL | 50.9º | 0.98% | 0.51% | - |
| HSV(B) | 50.9º | 0.97% | 0.99% | - |
| XYZ | 64.49 | 69.31 | 10.21 | - |
| YUV | 202.47 | 18.26 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 8 | 0 | 0.15 | 0.97 | 0.01 | 50.9 | 0.98 | 0.51 |
| Hex | FC | D7 | 8 | 0 | F | 61 | 1 | 33 | 62 | 33 |
| Octal | 374 | 327 | 10 | 0 | 17 | 141 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11010111 | 1000 | 0 | 1111 | 1100001 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD708
Complementary color
Monochromatic Colors of #FCD708
Black with #FCD708
Text Example
Text Example
White with #FCD708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD708; }
p { color: rgb(252,215,8); }
H1.HeaderClassName
{
color: #FCD708;
}
.AnyTagClassName
{
color: #FCD708;
}
</style>
background-color css
<style>
a { background-color: #FCD708; }
a { background-color: rgb(252,215,8); }
div.DivClassName
{
background-color: #FCD708;
}
.BgClassName
{
background-color: #FCD708;
}
</style>
border-color css
<style>
span { border-color: #FCD708; }
span { border-color: rgb(252,215,8); }
td.TdClassName
{
border-color: #FCD708;
}
.TagClassName
{
border-color: #FCD708;
}
</style>