Shades of Tequila #F6D0A3
Tints of Tequila #F6D0A3
RGB
CMYK
RGB Variations
Color information
#F6D0A3 (or 0xF6D0A3) is known color: Tequila. HEX triplet: F6, D0 and A3. RGB value is (246,208,163). Sum of RGB (Red+Green+Blue) = 246+208+163=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D0A3 is #092F5C. Grayscale: #D6D6D6. Windows color (decimal): -601949 or 10735862. OLE color: 10735862.
HSL color Cylindrical-coordinate representation of color #F6D0A3: hue angle of 32.53º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6D0A3 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 163 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.04 |
| HSL | 32.53º | 0.82% | 0.8% | - |
| HSV(B) | 32.53º | 0.34% | 0.96% | - |
| XYZ | 67.17 | 67.35 | 44.11 | - |
| YUV | 214.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 163 | 0 | 0.15 | 0.34 | 0.04 | 32.53 | 0.82 | 0.8 |
| Hex | F6 | D0 | A3 | 0 | F | 22 | 4 | 21 | 52 | 50 |
| Octal | 366 | 320 | 243 | 0 | 17 | 42 | 4 | 41 | 122 | 120 |
| Binary | 11110110 | 11010000 | 10100011 | 0 | 1111 | 100010 | 100 | 100001 | 1010010 | 1010000 |
Color Harmonies of #F6D0A3
Complementary color
Monochromatic Colors of #F6D0A3
Black with #F6D0A3
Text Example
Text Example
White with #F6D0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0A3; }
p { color: rgb(246,208,163); }
H1.HeaderClassName
{
color: #F6D0A3;
}
.AnyTagClassName
{
color: #F6D0A3;
}
</style>
background-color css
<style>
a { background-color: #F6D0A3; }
a { background-color: rgb(246,208,163); }
div.DivClassName
{
background-color: #F6D0A3;
}
.BgClassName
{
background-color: #F6D0A3;
}
</style>
border-color css
<style>
span { border-color: #F6D0A3; }
span { border-color: rgb(246,208,163); }
td.TdClassName
{
border-color: #F6D0A3;
}
.TagClassName
{
border-color: #F6D0A3;
}
</style>