Shades of Tequila #F0D0AD
Tints of Tequila #F0D0AD
RGB
CMYK
RGB Variations
Color information
#F0D0AD (or 0xF0D0AD) is known color: Tequila. HEX triplet: F0, D0 and AD. RGB value is (240,208,173). Sum of RGB (Red+Green+Blue) = 240+208+173=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D0AD is #0F2F52. Grayscale: #D5D5D5. Windows color (decimal): -995155 or 11391216. OLE color: 11391216.
HSL color Cylindrical-coordinate representation of color #F0D0AD: hue angle of 31.34º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0D0AD is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 173 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.06 |
| HSL | 31.34º | 0.69% | 0.81% | - |
| HSV(B) | 31.34º | 0.28% | 0.94% | - |
| XYZ | 66.03 | 66.65 | 48.92 | - |
| YUV | 213.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 173 | 0 | 0.13 | 0.28 | 0.06 | 31.34 | 0.69 | 0.81 |
| Hex | F0 | D0 | AD | 0 | D | 1C | 6 | 1F | 45 | 51 |
| Octal | 360 | 320 | 255 | 0 | 15 | 34 | 6 | 37 | 105 | 121 |
| Binary | 11110000 | 11010000 | 10101101 | 0 | 1101 | 11100 | 110 | 11111 | 1000101 | 1010001 |
Color Harmonies of #F0D0AD
Complementary color
Monochromatic Colors of #F0D0AD
Black with #F0D0AD
Text Example
Text Example
White with #F0D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0AD; }
p { color: rgb(240,208,173); }
H1.HeaderClassName
{
color: #F0D0AD;
}
.AnyTagClassName
{
color: #F0D0AD;
}
</style>
background-color css
<style>
a { background-color: #F0D0AD; }
a { background-color: rgb(240,208,173); }
div.DivClassName
{
background-color: #F0D0AD;
}
.BgClassName
{
background-color: #F0D0AD;
}
</style>
border-color css
<style>
span { border-color: #F0D0AD; }
span { border-color: rgb(240,208,173); }
td.TdClassName
{
border-color: #F0D0AD;
}
.TagClassName
{
border-color: #F0D0AD;
}
</style>