Shades of Gold #FAD206
Tints of Gold #FAD206
RGB
CMYK
RGB Variations
Color information
#FAD206 (or 0xFAD206) is known color: Gold. HEX triplet: FA, D2 and 06. RGB value is (250,210,6). Sum of RGB (Red+Green+Blue) = 250+210+6=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD206 is #052DF9. Grayscale: #C7C7C7. Windows color (decimal): -339450 or 447226. OLE color: 447226.
HSL color Cylindrical-coordinate representation of color #FAD206: hue angle of 50.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAD206 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 6 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.02 |
| HSL | 50.16º | 0.96% | 0.5% | - |
| HSV(B) | 50.16º | 0.98% | 0.98% | - |
| XYZ | 62.5 | 66.43 | 9.7 | - |
| YUV | 198.7 | 19.25 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 6 | 0 | 0.16 | 0.98 | 0.02 | 50.16 | 0.96 | 0.5 |
| Hex | FA | D2 | 6 | 0 | 10 | 62 | 2 | 32 | 60 | 32 |
| Octal | 372 | 322 | 6 | 0 | 20 | 142 | 2 | 62 | 140 | 62 |
| Binary | 11111010 | 11010010 | 110 | 0 | 10000 | 1100010 | 10 | 110010 | 1100000 | 110010 |
Color Harmonies of #FAD206
Complementary color
Monochromatic Colors of #FAD206
Black with #FAD206
Text Example
Text Example
White with #FAD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD206; }
p { color: rgb(250,210,6); }
H1.HeaderClassName
{
color: #FAD206;
}
.AnyTagClassName
{
color: #FAD206;
}
</style>
background-color css
<style>
a { background-color: #FAD206; }
a { background-color: rgb(250,210,6); }
div.DivClassName
{
background-color: #FAD206;
}
.BgClassName
{
background-color: #FAD206;
}
</style>
border-color css
<style>
span { border-color: #FAD206; }
span { border-color: rgb(250,210,6); }
td.TdClassName
{
border-color: #FAD206;
}
.TagClassName
{
border-color: #FAD206;
}
</style>