Shades of Gold #FCD20B
Tints of Gold #FCD20B
RGB
CMYK
RGB Variations
Color information
#FCD20B (or 0xFCD20B) is known color: Gold. HEX triplet: FC, D2 and 0B. RGB value is (252,210,11). Sum of RGB (Red+Green+Blue) = 252+210+11=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD20B is #032DF4. Grayscale: #C8C8C8. Windows color (decimal): -208373 or 774908. OLE color: 774908.
HSL color Cylindrical-coordinate representation of color #FCD20B: hue angle of 49.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCD20B is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 11 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.01 |
| HSL | 49.54º | 0.98% | 0.52% | - |
| HSV(B) | 49.54º | 0.96% | 0.99% | - |
| XYZ | 63.25 | 66.81 | 9.88 | - |
| YUV | 199.87 | 21.41 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 11 | 0 | 0.17 | 0.96 | 0.01 | 49.54 | 0.98 | 0.52 |
| Hex | FC | D2 | B | 0 | 11 | 60 | 1 | 32 | 62 | 34 |
| Octal | 374 | 322 | 13 | 0 | 21 | 140 | 1 | 62 | 142 | 64 |
| Binary | 11111100 | 11010010 | 1011 | 0 | 10001 | 1100000 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FCD20B
Complementary color
Monochromatic Colors of #FCD20B
Black with #FCD20B
Text Example
Text Example
White with #FCD20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD20B; }
p { color: rgb(252,210,11); }
H1.HeaderClassName
{
color: #FCD20B;
}
.AnyTagClassName
{
color: #FCD20B;
}
</style>
background-color css
<style>
a { background-color: #FCD20B; }
a { background-color: rgb(252,210,11); }
div.DivClassName
{
background-color: #FCD20B;
}
.BgClassName
{
background-color: #FCD20B;
}
</style>
border-color css
<style>
span { border-color: #FCD20B; }
span { border-color: rgb(252,210,11); }
td.TdClassName
{
border-color: #FCD20B;
}
.TagClassName
{
border-color: #FCD20B;
}
</style>