Shades of Tequila #F6D09C
Tints of Tequila #F6D09C
RGB
CMYK
RGB Variations
Color information
#F6D09C (or 0xF6D09C) is known color: Tequila. HEX triplet: F6, D0 and 9C. RGB value is (246,208,156). Sum of RGB (Red+Green+Blue) = 246+208+156=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D09C is #092F63. Grayscale: #D5D5D5. Windows color (decimal): -601956 or 10277110. OLE color: 10277110.
HSL color Cylindrical-coordinate representation of color #F6D09C: hue angle of 34.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6D09C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 156 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.04 |
| HSL | 34.67º | 0.83% | 0.79% | - |
| HSV(B) | 34.67º | 0.37% | 0.96% | - |
| XYZ | 66.56 | 67.1 | 40.9 | - |
| YUV | 213.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 156 | 0 | 0.15 | 0.37 | 0.04 | 34.67 | 0.83 | 0.79 |
| Hex | F6 | D0 | 9C | 0 | F | 25 | 4 | 23 | 53 | 4F |
| Octal | 366 | 320 | 234 | 0 | 17 | 45 | 4 | 43 | 123 | 117 |
| Binary | 11110110 | 11010000 | 10011100 | 0 | 1111 | 100101 | 100 | 100011 | 1010011 | 1001111 |
Color Harmonies of #F6D09C
Complementary color
Monochromatic Colors of #F6D09C
Black with #F6D09C
Text Example
Text Example
White with #F6D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D09C; }
p { color: rgb(246,208,156); }
H1.HeaderClassName
{
color: #F6D09C;
}
.AnyTagClassName
{
color: #F6D09C;
}
</style>
background-color css
<style>
a { background-color: #F6D09C; }
a { background-color: rgb(246,208,156); }
div.DivClassName
{
background-color: #F6D09C;
}
.BgClassName
{
background-color: #F6D09C;
}
</style>
border-color css
<style>
span { border-color: #F6D09C; }
span { border-color: rgb(246,208,156); }
td.TdClassName
{
border-color: #F6D09C;
}
.TagClassName
{
border-color: #F6D09C;
}
</style>