Shades of Gold #FAD700
Tints of Gold #FAD700
RGB
CMYK
RGB Variations
Color information
#FAD700 (or 0xFAD700) is known color: Gold. HEX triplet: FA, D7 and 00. RGB value is (250,215,0). Sum of RGB (Red+Green+Blue) = 250+215+0=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD700 is #0528FF. Grayscale: #C9C9C9. Windows color (decimal): -338176 or 55290. OLE color: 55290.
HSL color Cylindrical-coordinate representation of color #FAD700: hue angle of 51.6º 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 #FAD700 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.02 |
| HSL | 51.6º | 1% | 0.49% | - |
| HSV(B) | 51.6º | 1% | 0.98% | - |
| XYZ | 63.72 | 68.92 | 9.95 | - |
| YUV | 200.96 | 14.6 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 0 | 0 | 0.14 | 1 | 0.02 | 51.6 | 1 | 0.49 |
| Hex | FA | D7 | 0 | 0 | E | 64 | 2 | 34 | 64 | 31 |
| Octal | 372 | 327 | 0 | 0 | 16 | 144 | 2 | 64 | 144 | 61 |
| Binary | 11111010 | 11010111 | 0 | 0 | 1110 | 1100100 | 10 | 110100 | 1100100 | 110001 |
Color Harmonies of #FAD700
Complementary color
Monochromatic Colors of #FAD700
Black with #FAD700
Text Example
Text Example
White with #FAD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD700; }
p { color: rgb(250,215,0); }
H1.HeaderClassName
{
color: #FAD700;
}
.AnyTagClassName
{
color: #FAD700;
}
</style>
background-color css
<style>
a { background-color: #FAD700; }
a { background-color: rgb(250,215,0); }
div.DivClassName
{
background-color: #FAD700;
}
.BgClassName
{
background-color: #FAD700;
}
</style>
border-color css
<style>
span { border-color: #FAD700; }
span { border-color: rgb(250,215,0); }
td.TdClassName
{
border-color: #FAD700;
}
.TagClassName
{
border-color: #FAD700;
}
</style>