Shades of Gold #FAD407
Tints of Gold #FAD407
RGB
CMYK
RGB Variations
Color information
#FAD407 (or 0xFAD407) is known color: Gold. HEX triplet: FA, D4 and 07. RGB value is (250,212,7). Sum of RGB (Red+Green+Blue) = 250+212+7=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD407 is #052BF8. Grayscale: #C8C8C8. Windows color (decimal): -338937 or 513274. OLE color: 513274.
HSL color Cylindrical-coordinate representation of color #FAD407: hue angle of 50.62º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAD407 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.02 |
| HSL | 50.62º | 0.96% | 0.5% | - |
| HSV(B) | 50.62º | 0.97% | 0.98% | - |
| XYZ | 63.01 | 67.43 | 9.89 | - |
| YUV | 199.99 | 19.09 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 7 | 0 | 0.15 | 0.97 | 0.02 | 50.62 | 0.96 | 0.5 |
| Hex | FA | D4 | 7 | 0 | F | 61 | 2 | 33 | 60 | 32 |
| Octal | 372 | 324 | 7 | 0 | 17 | 141 | 2 | 63 | 140 | 62 |
| Binary | 11111010 | 11010100 | 111 | 0 | 1111 | 1100001 | 10 | 110011 | 1100000 | 110010 |
Color Harmonies of #FAD407
Complementary color
Monochromatic Colors of #FAD407
Black with #FAD407
Text Example
Text Example
White with #FAD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD407; }
p { color: rgb(250,212,7); }
H1.HeaderClassName
{
color: #FAD407;
}
.AnyTagClassName
{
color: #FAD407;
}
</style>
background-color css
<style>
a { background-color: #FAD407; }
a { background-color: rgb(250,212,7); }
div.DivClassName
{
background-color: #FAD407;
}
.BgClassName
{
background-color: #FAD407;
}
</style>
border-color css
<style>
span { border-color: #FAD407; }
span { border-color: rgb(250,212,7); }
td.TdClassName
{
border-color: #FAD407;
}
.TagClassName
{
border-color: #FAD407;
}
</style>