Shades of Gold #FCD713
Tints of Gold #FCD713
RGB
CMYK
RGB Variations
Color information
#FCD713 (or 0xFCD713) is known color: Gold. HEX triplet: FC, D7 and 13. RGB value is (252,215,19). Sum of RGB (Red+Green+Blue) = 252+215+19=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD713 is #0328EC. Grayscale: #CCCCCC. Windows color (decimal): -207085 or 1300476. OLE color: 1300476.
HSL color Cylindrical-coordinate representation of color #FCD713: hue angle of 50.47º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCD713 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.01 |
| HSL | 50.47º | 0.97% | 0.53% | - |
| HSV(B) | 50.47º | 0.92% | 0.99% | - |
| XYZ | 64.56 | 69.34 | 10.6 | - |
| YUV | 203.72 | 23.76 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 19 | 0 | 0.15 | 0.92 | 0.01 | 50.47 | 0.97 | 0.53 |
| Hex | FC | D7 | 13 | 0 | F | 5C | 1 | 32 | 61 | 35 |
| Octal | 374 | 327 | 23 | 0 | 17 | 134 | 1 | 62 | 141 | 65 |
| Binary | 11111100 | 11010111 | 10011 | 0 | 1111 | 1011100 | 1 | 110010 | 1100001 | 110101 |
Color Harmonies of #FCD713
Complementary color
Monochromatic Colors of #FCD713
Black with #FCD713
Text Example
Text Example
White with #FCD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD713; }
p { color: rgb(252,215,19); }
H1.HeaderClassName
{
color: #FCD713;
}
.AnyTagClassName
{
color: #FCD713;
}
</style>
background-color css
<style>
a { background-color: #FCD713; }
a { background-color: rgb(252,215,19); }
div.DivClassName
{
background-color: #FCD713;
}
.BgClassName
{
background-color: #FCD713;
}
</style>
border-color css
<style>
span { border-color: #FCD713; }
span { border-color: rgb(252,215,19); }
td.TdClassName
{
border-color: #FCD713;
}
.TagClassName
{
border-color: #FCD713;
}
</style>