Shades of Tequila #F6D19D
Tints of Tequila #F6D19D
RGB
CMYK
RGB Variations
Color information
#F6D19D (or 0xF6D19D) is known color: Tequila. HEX triplet: F6, D1 and 9D. RGB value is (246,209,157). Sum of RGB (Red+Green+Blue) = 246+209+157=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D19D is #092E62. Grayscale: #D6D6D6. Windows color (decimal): -601699 or 10342902. OLE color: 10342902.
HSL color Cylindrical-coordinate representation of color #F6D19D: hue angle of 35.06º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6D19D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 157 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.04 |
| HSL | 35.06º | 0.83% | 0.79% | - |
| HSV(B) | 35.06º | 0.36% | 0.96% | - |
| XYZ | 66.89 | 67.63 | 41.43 | - |
| YUV | 214.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 157 | 0 | 0.15 | 0.36 | 0.04 | 35.06 | 0.83 | 0.79 |
| Hex | F6 | D1 | 9D | 0 | F | 24 | 4 | 23 | 53 | 4F |
| Octal | 366 | 321 | 235 | 0 | 17 | 44 | 4 | 43 | 123 | 117 |
| Binary | 11110110 | 11010001 | 10011101 | 0 | 1111 | 100100 | 100 | 100011 | 1010011 | 1001111 |
Color Harmonies of #F6D19D
Complementary color
Monochromatic Colors of #F6D19D
Black with #F6D19D
Text Example
Text Example
White with #F6D19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D19D; }
p { color: rgb(246,209,157); }
H1.HeaderClassName
{
color: #F6D19D;
}
.AnyTagClassName
{
color: #F6D19D;
}
</style>
background-color css
<style>
a { background-color: #F6D19D; }
a { background-color: rgb(246,209,157); }
div.DivClassName
{
background-color: #F6D19D;
}
.BgClassName
{
background-color: #F6D19D;
}
</style>
border-color css
<style>
span { border-color: #F6D19D; }
span { border-color: rgb(246,209,157); }
td.TdClassName
{
border-color: #F6D19D;
}
.TagClassName
{
border-color: #F6D19D;
}
</style>