Shades of Tequila #F6D19C
Tints of Tequila #F6D19C
RGB
CMYK
RGB Variations
Color information
#F6D19C (or 0xF6D19C) is known color: Tequila. HEX triplet: F6, D1 and 9C. RGB value is (246,209,156). Sum of RGB (Red+Green+Blue) = 246+209+156=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D19C is #092E63. Grayscale: #D6D6D6. Windows color (decimal): -601700 or 10277366. OLE color: 10277366.
HSL color Cylindrical-coordinate representation of color #F6D19C: hue angle of 35.33º 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 #F6D19C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 156 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.04 |
| HSL | 35.33º | 0.83% | 0.79% | - |
| HSV(B) | 35.33º | 0.37% | 0.96% | - |
| XYZ | 66.81 | 67.59 | 40.98 | - |
| YUV | 214.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 156 | 0 | 0.15 | 0.37 | 0.04 | 35.33 | 0.83 | 0.79 |
| Hex | F6 | D1 | 9C | 0 | F | 25 | 4 | 23 | 53 | 4F |
| Octal | 366 | 321 | 234 | 0 | 17 | 45 | 4 | 43 | 123 | 117 |
| Binary | 11110110 | 11010001 | 10011100 | 0 | 1111 | 100101 | 100 | 100011 | 1010011 | 1001111 |
Color Harmonies of #F6D19C
Complementary color
Monochromatic Colors of #F6D19C
Black with #F6D19C
Text Example
Text Example
White with #F6D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D19C; }
p { color: rgb(246,209,156); }
H1.HeaderClassName
{
color: #F6D19C;
}
.AnyTagClassName
{
color: #F6D19C;
}
</style>
background-color css
<style>
a { background-color: #F6D19C; }
a { background-color: rgb(246,209,156); }
div.DivClassName
{
background-color: #F6D19C;
}
.BgClassName
{
background-color: #F6D19C;
}
</style>
border-color css
<style>
span { border-color: #F6D19C; }
span { border-color: rgb(246,209,156); }
td.TdClassName
{
border-color: #F6D19C;
}
.TagClassName
{
border-color: #F6D19C;
}
</style>