Shades of Gold #FAD607
Tints of Gold #FAD607
RGB
CMYK
RGB Variations
Color information
#FAD607 (or 0xFAD607) is known color: Gold. HEX triplet: FA, D6 and 07. RGB value is (250,214,7). Sum of RGB (Red+Green+Blue) = 250+214+7=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD607 is #0529F8. Grayscale: #CACACA. Windows color (decimal): -338425 or 513786. OLE color: 513786.
HSL color Cylindrical-coordinate representation of color #FAD607: hue angle of 51.11º 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 #FAD607 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.02 |
| HSL | 51.11º | 0.96% | 0.5% | - |
| HSV(B) | 51.11º | 0.97% | 0.98% | - |
| XYZ | 63.51 | 68.43 | 10.06 | - |
| YUV | 201.17 | 18.43 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 7 | 0 | 0.14 | 0.97 | 0.02 | 51.11 | 0.96 | 0.5 |
| Hex | FA | D6 | 7 | 0 | E | 61 | 2 | 33 | 60 | 32 |
| Octal | 372 | 326 | 7 | 0 | 16 | 141 | 2 | 63 | 140 | 62 |
| Binary | 11111010 | 11010110 | 111 | 0 | 1110 | 1100001 | 10 | 110011 | 1100000 | 110010 |
Color Harmonies of #FAD607
Complementary color
Monochromatic Colors of #FAD607
Black with #FAD607
Text Example
Text Example
White with #FAD607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD607; }
p { color: rgb(250,214,7); }
H1.HeaderClassName
{
color: #FAD607;
}
.AnyTagClassName
{
color: #FAD607;
}
</style>
background-color css
<style>
a { background-color: #FAD607; }
a { background-color: rgb(250,214,7); }
div.DivClassName
{
background-color: #FAD607;
}
.BgClassName
{
background-color: #FAD607;
}
</style>
border-color css
<style>
span { border-color: #FAD607; }
span { border-color: rgb(250,214,7); }
td.TdClassName
{
border-color: #FAD607;
}
.TagClassName
{
border-color: #FAD607;
}
</style>