Shades of Gold #FAD210
Tints of Gold #FAD210
RGB
CMYK
RGB Variations
Color information
#FAD210 (or 0xFAD210) is known color: Gold. HEX triplet: FA, D2 and 10. RGB value is (250,210,16). Sum of RGB (Red+Green+Blue) = 250+210+16=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD210 is #052DEF. Grayscale: #C8C8C8. Windows color (decimal): -339440 or 1102586. OLE color: 1102586.
HSL color Cylindrical-coordinate representation of color #FAD210: hue angle of 49.74º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAD210 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 16 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.02 |
| HSL | 49.74º | 0.96% | 0.52% | - |
| HSV(B) | 49.74º | 0.94% | 0.98% | - |
| XYZ | 62.56 | 66.45 | 10.02 | - |
| YUV | 199.84 | 24.25 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 16 | 0 | 0.16 | 0.94 | 0.02 | 49.74 | 0.96 | 0.52 |
| Hex | FA | D2 | 10 | 0 | 10 | 5E | 2 | 32 | 60 | 34 |
| Octal | 372 | 322 | 20 | 0 | 20 | 136 | 2 | 62 | 140 | 64 |
| Binary | 11111010 | 11010010 | 10000 | 0 | 10000 | 1011110 | 10 | 110010 | 1100000 | 110100 |
Color Harmonies of #FAD210
Complementary color
Monochromatic Colors of #FAD210
Black with #FAD210
Text Example
Text Example
White with #FAD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD210; }
p { color: rgb(250,210,16); }
H1.HeaderClassName
{
color: #FAD210;
}
.AnyTagClassName
{
color: #FAD210;
}
</style>
background-color css
<style>
a { background-color: #FAD210; }
a { background-color: rgb(250,210,16); }
div.DivClassName
{
background-color: #FAD210;
}
.BgClassName
{
background-color: #FAD210;
}
</style>
border-color css
<style>
span { border-color: #FAD210; }
span { border-color: rgb(250,210,16); }
td.TdClassName
{
border-color: #FAD210;
}
.TagClassName
{
border-color: #FAD210;
}
</style>