Shades of Gold #FCD502
Tints of Gold #FCD502
RGB
CMYK
RGB Variations
Color information
#FCD502 (or 0xFCD502) is known color: Gold. HEX triplet: FC, D5 and 02. RGB value is (252,213,2). Sum of RGB (Red+Green+Blue) = 252+213+2=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD502 is #032AFD. Grayscale: #C9C9C9. Windows color (decimal): -207614 or 185852. OLE color: 185852.
HSL color Cylindrical-coordinate representation of color #FCD502: hue angle of 50.64º 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 #FCD502 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.01 |
| HSL | 50.64º | 0.98% | 0.5% | - |
| HSV(B) | 50.64º | 0.99% | 0.99% | - |
| XYZ | 63.95 | 68.29 | 9.87 | - |
| YUV | 200.61 | 15.92 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 2 | 0 | 0.15 | 0.99 | 0.01 | 50.64 | 0.98 | 0.5 |
| Hex | FC | D5 | 2 | 0 | F | 63 | 1 | 33 | 62 | 32 |
| Octal | 374 | 325 | 2 | 0 | 17 | 143 | 1 | 63 | 142 | 62 |
| Binary | 11111100 | 11010101 | 10 | 0 | 1111 | 1100011 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FCD502
Complementary color
Monochromatic Colors of #FCD502
Black with #FCD502
Text Example
Text Example
White with #FCD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD502; }
p { color: rgb(252,213,2); }
H1.HeaderClassName
{
color: #FCD502;
}
.AnyTagClassName
{
color: #FCD502;
}
</style>
background-color css
<style>
a { background-color: #FCD502; }
a { background-color: rgb(252,213,2); }
div.DivClassName
{
background-color: #FCD502;
}
.BgClassName
{
background-color: #FCD502;
}
</style>
border-color css
<style>
span { border-color: #FCD502; }
span { border-color: rgb(252,213,2); }
td.TdClassName
{
border-color: #FCD502;
}
.TagClassName
{
border-color: #FCD502;
}
</style>