Shades of Tequila #FAD09E
Tints of Tequila #FAD09E
RGB
CMYK
RGB Variations
Color information
#FAD09E (or 0xFAD09E) is known color: Tequila. HEX triplet: FA, D0 and 9E. RGB value is (250,208,158). Sum of RGB (Red+Green+Blue) = 250+208+158=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD09E is #052F61. Grayscale: #D7D7D7. Windows color (decimal): -339810 or 10408186. OLE color: 10408186.
HSL color Cylindrical-coordinate representation of color #FAD09E: hue angle of 32.61º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAD09E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 158 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.02 |
| HSL | 32.61º | 0.9% | 0.8% | - |
| HSV(B) | 32.61º | 0.37% | 0.98% | - |
| XYZ | 68.15 | 67.9 | 41.86 | - |
| YUV | 214.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 158 | 0 | 0.17 | 0.37 | 0.02 | 32.61 | 0.9 | 0.8 |
| Hex | FA | D0 | 9E | 0 | 11 | 25 | 2 | 21 | 5A | 50 |
| Octal | 372 | 320 | 236 | 0 | 21 | 45 | 2 | 41 | 132 | 120 |
| Binary | 11111010 | 11010000 | 10011110 | 0 | 10001 | 100101 | 10 | 100001 | 1011010 | 1010000 |
Color Harmonies of #FAD09E
Complementary color
Monochromatic Colors of #FAD09E
Black with #FAD09E
Text Example
Text Example
White with #FAD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD09E; }
p { color: rgb(250,208,158); }
H1.HeaderClassName
{
color: #FAD09E;
}
.AnyTagClassName
{
color: #FAD09E;
}
</style>
background-color css
<style>
a { background-color: #FAD09E; }
a { background-color: rgb(250,208,158); }
div.DivClassName
{
background-color: #FAD09E;
}
.BgClassName
{
background-color: #FAD09E;
}
</style>
border-color css
<style>
span { border-color: #FAD09E; }
span { border-color: rgb(250,208,158); }
td.TdClassName
{
border-color: #FAD09E;
}
.TagClassName
{
border-color: #FAD09E;
}
</style>