Shades of Gold #FCD30A
Tints of Gold #FCD30A
RGB
CMYK
RGB Variations
Color information
#FCD30A (or 0xFCD30A) is known color: Gold. HEX triplet: FC, D3 and 0A. RGB value is (252,211,10). Sum of RGB (Red+Green+Blue) = 252+211+10=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD30A is #032CF5. Grayscale: #C9C9C9. Windows color (decimal): -208118 or 709628. OLE color: 709628.
HSL color Cylindrical-coordinate representation of color #FCD30A: hue angle of 49.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCD30A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.01 |
| HSL | 49.83º | 0.98% | 0.51% | - |
| HSV(B) | 49.83º | 0.96% | 0.99% | - |
| XYZ | 63.49 | 67.31 | 9.93 | - |
| YUV | 200.35 | 20.58 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 10 | 0 | 0.16 | 0.96 | 0.01 | 49.83 | 0.98 | 0.51 |
| Hex | FC | D3 | A | 0 | 10 | 60 | 1 | 32 | 62 | 33 |
| Octal | 374 | 323 | 12 | 0 | 20 | 140 | 1 | 62 | 142 | 63 |
| Binary | 11111100 | 11010011 | 1010 | 0 | 10000 | 1100000 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FCD30A
Complementary color
Monochromatic Colors of #FCD30A
Black with #FCD30A
Text Example
Text Example
White with #FCD30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD30A; }
p { color: rgb(252,211,10); }
H1.HeaderClassName
{
color: #FCD30A;
}
.AnyTagClassName
{
color: #FCD30A;
}
</style>
background-color css
<style>
a { background-color: #FCD30A; }
a { background-color: rgb(252,211,10); }
div.DivClassName
{
background-color: #FCD30A;
}
.BgClassName
{
background-color: #FCD30A;
}
</style>
border-color css
<style>
span { border-color: #FCD30A; }
span { border-color: rgb(252,211,10); }
td.TdClassName
{
border-color: #FCD30A;
}
.TagClassName
{
border-color: #FCD30A;
}
</style>