Shades of Tequila #F3D0AA
Tints of Tequila #F3D0AA
RGB
CMYK
RGB Variations
Color information
#F3D0AA (or 0xF3D0AA) is known color: Tequila. HEX triplet: F3, D0 and AA. RGB value is (243,208,170). Sum of RGB (Red+Green+Blue) = 243+208+170=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D0AA is #0C2F55. Grayscale: #D6D6D6. Windows color (decimal): -798550 or 11194611. OLE color: 11194611.
HSL color Cylindrical-coordinate representation of color #F3D0AA: hue angle of 31.23º degrees, saturation: 0.75, 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 #F3D0AA is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 170 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.05 |
| HSL | 31.23º | 0.75% | 0.81% | - |
| HSV(B) | 31.23º | 0.3% | 0.95% | - |
| XYZ | 66.77 | 67.07 | 47.46 | - |
| YUV | 214.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 170 | 0 | 0.14 | 0.30 | 0.05 | 31.23 | 0.75 | 0.81 |
| Hex | F3 | D0 | AA | 0 | E | 1E | 5 | 1F | 4B | 51 |
| Octal | 363 | 320 | 252 | 0 | 16 | 36 | 5 | 37 | 113 | 121 |
| Binary | 11110011 | 11010000 | 10101010 | 0 | 1110 | 11110 | 101 | 11111 | 1001011 | 1010001 |
Color Harmonies of #F3D0AA
Complementary color
Monochromatic Colors of #F3D0AA
Black with #F3D0AA
Text Example
Text Example
White with #F3D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0AA; }
p { color: rgb(243,208,170); }
H1.HeaderClassName
{
color: #F3D0AA;
}
.AnyTagClassName
{
color: #F3D0AA;
}
</style>
background-color css
<style>
a { background-color: #F3D0AA; }
a { background-color: rgb(243,208,170); }
div.DivClassName
{
background-color: #F3D0AA;
}
.BgClassName
{
background-color: #F3D0AA;
}
</style>
border-color css
<style>
span { border-color: #F3D0AA; }
span { border-color: rgb(243,208,170); }
td.TdClassName
{
border-color: #F3D0AA;
}
.TagClassName
{
border-color: #F3D0AA;
}
</style>