Shades of Gold #FCD20E
Tints of Gold #FCD20E
RGB
CMYK
RGB Variations
Color information
#FCD20E (or 0xFCD20E) is known color: Gold. HEX triplet: FC, D2 and 0E. RGB value is (252,210,14). Sum of RGB (Red+Green+Blue) = 252+210+14=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD20E is #032DF1. Grayscale: #C9C9C9. Windows color (decimal): -208370 or 971516. OLE color: 971516.
HSL color Cylindrical-coordinate representation of color #FCD20E: hue angle of 49.41º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCD20E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.01 |
| HSL | 49.41º | 0.98% | 0.52% | - |
| HSV(B) | 49.41º | 0.94% | 0.99% | - |
| XYZ | 63.27 | 66.82 | 9.98 | - |
| YUV | 200.21 | 22.91 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 14 | 0 | 0.17 | 0.94 | 0.01 | 49.41 | 0.98 | 0.52 |
| Hex | FC | D2 | E | 0 | 11 | 5E | 1 | 31 | 62 | 34 |
| Octal | 374 | 322 | 16 | 0 | 21 | 136 | 1 | 61 | 142 | 64 |
| Binary | 11111100 | 11010010 | 1110 | 0 | 10001 | 1011110 | 1 | 110001 | 1100010 | 110100 |
Color Harmonies of #FCD20E
Complementary color
Monochromatic Colors of #FCD20E
Black with #FCD20E
Text Example
Text Example
White with #FCD20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD20E; }
p { color: rgb(252,210,14); }
H1.HeaderClassName
{
color: #FCD20E;
}
.AnyTagClassName
{
color: #FCD20E;
}
</style>
background-color css
<style>
a { background-color: #FCD20E; }
a { background-color: rgb(252,210,14); }
div.DivClassName
{
background-color: #FCD20E;
}
.BgClassName
{
background-color: #FCD20E;
}
</style>
border-color css
<style>
span { border-color: #FCD20E; }
span { border-color: rgb(252,210,14); }
td.TdClassName
{
border-color: #FCD20E;
}
.TagClassName
{
border-color: #FCD20E;
}
</style>