Shades of Tequila #F5D3AC
Tints of Tequila #F5D3AC
RGB
CMYK
RGB Variations
Color information
#F5D3AC (or 0xF5D3AC) is known color: Tequila. HEX triplet: F5, D3 and AC. RGB value is (245,211,172). Sum of RGB (Red+Green+Blue) = 245+211+172=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D3AC is #0A2C53. Grayscale: #D8D8D8. Windows color (decimal): -666708 or 11326453. OLE color: 11326453.
HSL color Cylindrical-coordinate representation of color #F5D3AC: hue angle of 32.05º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5D3AC is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 172 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.04 |
| HSL | 32.05º | 0.78% | 0.82% | - |
| HSV(B) | 32.05º | 0.3% | 0.96% | - |
| XYZ | 68.4 | 68.98 | 48.74 | - |
| YUV | 216.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 172 | 0 | 0.14 | 0.30 | 0.04 | 32.05 | 0.78 | 0.82 |
| Hex | F5 | D3 | AC | 0 | E | 1E | 4 | 20 | 4E | 52 |
| Octal | 365 | 323 | 254 | 0 | 16 | 36 | 4 | 40 | 116 | 122 |
| Binary | 11110101 | 11010011 | 10101100 | 0 | 1110 | 11110 | 100 | 100000 | 1001110 | 1010010 |
Color Harmonies of #F5D3AC
Complementary color
Monochromatic Colors of #F5D3AC
Black with #F5D3AC
Text Example
Text Example
White with #F5D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D3AC; }
p { color: rgb(245,211,172); }
H1.HeaderClassName
{
color: #F5D3AC;
}
.AnyTagClassName
{
color: #F5D3AC;
}
</style>
background-color css
<style>
a { background-color: #F5D3AC; }
a { background-color: rgb(245,211,172); }
div.DivClassName
{
background-color: #F5D3AC;
}
.BgClassName
{
background-color: #F5D3AC;
}
</style>
border-color css
<style>
span { border-color: #F5D3AC; }
span { border-color: rgb(245,211,172); }
td.TdClassName
{
border-color: #F5D3AC;
}
.TagClassName
{
border-color: #F5D3AC;
}
</style>