Shades of Tequila #F2D0AA
Tints of Tequila #F2D0AA
RGB
CMYK
RGB Variations
Color information
#F2D0AA (or 0xF2D0AA) is known color: Tequila. HEX triplet: F2, D0 and AA. RGB value is (242,208,170). Sum of RGB (Red+Green+Blue) = 242+208+170=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D0AA is #0D2F55. Grayscale: #D6D6D6. Windows color (decimal): -864086 or 11194610. OLE color: 11194610.
HSL color Cylindrical-coordinate representation of color #F2D0AA: hue angle of 31.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2D0AA is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 170 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.05 |
| HSL | 31.67º | 0.73% | 0.81% | - |
| HSV(B) | 31.67º | 0.3% | 0.95% | - |
| XYZ | 66.43 | 66.89 | 47.44 | - |
| YUV | 213.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 170 | 0 | 0.14 | 0.30 | 0.05 | 31.67 | 0.73 | 0.81 |
| Hex | F2 | D0 | AA | 0 | E | 1E | 5 | 20 | 49 | 51 |
| Octal | 362 | 320 | 252 | 0 | 16 | 36 | 5 | 40 | 111 | 121 |
| Binary | 11110010 | 11010000 | 10101010 | 0 | 1110 | 11110 | 101 | 100000 | 1001001 | 1010001 |
Color Harmonies of #F2D0AA
Complementary color
Monochromatic Colors of #F2D0AA
Black with #F2D0AA
Text Example
Text Example
White with #F2D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0AA; }
p { color: rgb(242,208,170); }
H1.HeaderClassName
{
color: #F2D0AA;
}
.AnyTagClassName
{
color: #F2D0AA;
}
</style>
background-color css
<style>
a { background-color: #F2D0AA; }
a { background-color: rgb(242,208,170); }
div.DivClassName
{
background-color: #F2D0AA;
}
.BgClassName
{
background-color: #F2D0AA;
}
</style>
border-color css
<style>
span { border-color: #F2D0AA; }
span { border-color: rgb(242,208,170); }
td.TdClassName
{
border-color: #F2D0AA;
}
.TagClassName
{
border-color: #F2D0AA;
}
</style>