Shades of Gold #FCD607
Tints of Gold #FCD607
RGB
CMYK
RGB Variations
Color information
#FCD607 (or 0xFCD607) is known color: Gold. HEX triplet: FC, D6 and 07. RGB value is (252,214,7). Sum of RGB (Red+Green+Blue) = 252+214+7=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 7 (3.12% from 255 or 1.48% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD607 is #0329F8. Grayscale: #CACACA. Windows color (decimal): -207353 or 513788. OLE color: 513788.
HSL color Cylindrical-coordinate representation of color #FCD607: hue angle of 50.69º 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 #FCD607 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.01 |
| HSL | 50.69º | 0.98% | 0.51% | - |
| HSV(B) | 50.69º | 0.97% | 0.99% | - |
| XYZ | 64.23 | 68.8 | 10.1 | - |
| YUV | 201.76 | 18.09 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 7 | 0 | 0.15 | 0.97 | 0.01 | 50.69 | 0.98 | 0.51 |
| Hex | FC | D6 | 7 | 0 | F | 61 | 1 | 33 | 62 | 33 |
| Octal | 374 | 326 | 7 | 0 | 17 | 141 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11010110 | 111 | 0 | 1111 | 1100001 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD607
Complementary color
Monochromatic Colors of #FCD607
Black with #FCD607
Text Example
Text Example
White with #FCD607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD607; }
p { color: rgb(252,214,7); }
H1.HeaderClassName
{
color: #FCD607;
}
.AnyTagClassName
{
color: #FCD607;
}
</style>
background-color css
<style>
a { background-color: #FCD607; }
a { background-color: rgb(252,214,7); }
div.DivClassName
{
background-color: #FCD607;
}
.BgClassName
{
background-color: #FCD607;
}
</style>
border-color css
<style>
span { border-color: #FCD607; }
span { border-color: rgb(252,214,7); }
td.TdClassName
{
border-color: #FCD607;
}
.TagClassName
{
border-color: #FCD607;
}
</style>