Shades of Gold #FCD602
Tints of Gold #FCD602
RGB
CMYK
RGB Variations
Color information
#FCD602 (or 0xFCD602) is known color: Gold. HEX triplet: FC, D6 and 02. RGB value is (252,214,2). Sum of RGB (Red+Green+Blue) = 252+214+2=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD602 is #0329FD. Grayscale: #CACACA. Windows color (decimal): -207358 or 186108. OLE color: 186108.
HSL color Cylindrical-coordinate representation of color #FCD602: hue angle of 50.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCD602 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.01 |
| HSL | 50.88º | 0.98% | 0.5% | - |
| HSV(B) | 50.88º | 0.99% | 0.99% | - |
| XYZ | 64.2 | 68.79 | 9.95 | - |
| YUV | 201.19 | 15.59 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 2 | 0 | 0.15 | 0.99 | 0.01 | 50.88 | 0.98 | 0.5 |
| Hex | FC | D6 | 2 | 0 | F | 63 | 1 | 33 | 62 | 32 |
| Octal | 374 | 326 | 2 | 0 | 17 | 143 | 1 | 63 | 142 | 62 |
| Binary | 11111100 | 11010110 | 10 | 0 | 1111 | 1100011 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FCD602
Complementary color
Monochromatic Colors of #FCD602
Black with #FCD602
Text Example
Text Example
White with #FCD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD602; }
p { color: rgb(252,214,2); }
H1.HeaderClassName
{
color: #FCD602;
}
.AnyTagClassName
{
color: #FCD602;
}
</style>
background-color css
<style>
a { background-color: #FCD602; }
a { background-color: rgb(252,214,2); }
div.DivClassName
{
background-color: #FCD602;
}
.BgClassName
{
background-color: #FCD602;
}
</style>
border-color css
<style>
span { border-color: #FCD602; }
span { border-color: rgb(252,214,2); }
td.TdClassName
{
border-color: #FCD602;
}
.TagClassName
{
border-color: #FCD602;
}
</style>