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