Shades of Gold #FCD606
Tints of Gold #FCD606
RGB
CMYK
RGB Variations
Color information
#FCD606 (or 0xFCD606) is known color: Gold. HEX triplet: FC, D6 and 06. RGB value is (252,214,6). Sum of RGB (Red+Green+Blue) = 252+214+6=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 6 (2.73% from 255 or 1.27% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD606 is #0329F9. Grayscale: #CACACA. Windows color (decimal): -207354 or 448252. OLE color: 448252.
HSL color Cylindrical-coordinate representation of color #FCD606: hue angle of 50.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCD606 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 6 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.01 |
| HSL | 50.73º | 0.98% | 0.51% | - |
| HSV(B) | 50.73º | 0.98% | 0.99% | - |
| XYZ | 64.22 | 68.8 | 10.07 | - |
| YUV | 201.65 | 17.59 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 6 | 0 | 0.15 | 0.98 | 0.01 | 50.73 | 0.98 | 0.51 |
| Hex | FC | D6 | 6 | 0 | F | 62 | 1 | 33 | 62 | 33 |
| Octal | 374 | 326 | 6 | 0 | 17 | 142 | 1 | 63 | 142 | 63 |
| Binary | 11111100 | 11010110 | 110 | 0 | 1111 | 1100010 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FCD606
Complementary color
Monochromatic Colors of #FCD606
Black with #FCD606
Text Example
Text Example
White with #FCD606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD606; }
p { color: rgb(252,214,6); }
H1.HeaderClassName
{
color: #FCD606;
}
.AnyTagClassName
{
color: #FCD606;
}
</style>
background-color css
<style>
a { background-color: #FCD606; }
a { background-color: rgb(252,214,6); }
div.DivClassName
{
background-color: #FCD606;
}
.BgClassName
{
background-color: #FCD606;
}
</style>
border-color css
<style>
span { border-color: #FCD606; }
span { border-color: rgb(252,214,6); }
td.TdClassName
{
border-color: #FCD606;
}
.TagClassName
{
border-color: #FCD606;
}
</style>