Shades of Gold #FAD200
Tints of Gold #FAD200
RGB
CMYK
RGB Variations
Color information
#FAD200 (or 0xFAD200) is known color: Gold. HEX triplet: FA, D2 and 00. RGB value is (250,210,0). Sum of RGB (Red+Green+Blue) = 250+210+0=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD200 is #052DFF. Grayscale: #C6C6C6. Windows color (decimal): -339456 or 54010. OLE color: 54010.
HSL color Cylindrical-coordinate representation of color #FAD200: hue angle of 50.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAD200 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.02 |
| HSL | 50.4º | 1% | 0.49% | - |
| HSV(B) | 50.4º | 1% | 0.98% | - |
| XYZ | 62.47 | 66.42 | 9.53 | - |
| YUV | 198.02 | 16.25 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 0 | 0 | 0.16 | 1 | 0.02 | 50.4 | 1 | 0.49 |
| Hex | FA | D2 | 0 | 0 | 10 | 64 | 2 | 32 | 64 | 31 |
| Octal | 372 | 322 | 0 | 0 | 20 | 144 | 2 | 62 | 144 | 61 |
| Binary | 11111010 | 11010010 | 0 | 0 | 10000 | 1100100 | 10 | 110010 | 1100100 | 110001 |
Color Harmonies of #FAD200
Complementary color
Monochromatic Colors of #FAD200
Black with #FAD200
Text Example
Text Example
White with #FAD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD200; }
p { color: rgb(250,210,0); }
H1.HeaderClassName
{
color: #FAD200;
}
.AnyTagClassName
{
color: #FAD200;
}
</style>
background-color css
<style>
a { background-color: #FAD200; }
a { background-color: rgb(250,210,0); }
div.DivClassName
{
background-color: #FAD200;
}
.BgClassName
{
background-color: #FAD200;
}
</style>
border-color css
<style>
span { border-color: #FAD200; }
span { border-color: rgb(250,210,0); }
td.TdClassName
{
border-color: #FAD200;
}
.TagClassName
{
border-color: #FAD200;
}
</style>