Shades of Tequila #F6CF9E
Tints of Tequila #F6CF9E
RGB
CMYK
RGB Variations
Color information
#F6CF9E (or 0xF6CF9E) is known color: Tequila. HEX triplet: F6, CF and 9E. RGB value is (246,207,158). Sum of RGB (Red+Green+Blue) = 246+207+158=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CF9E is #093061. Grayscale: #D5D5D5. Windows color (decimal): -602210 or 10407926. OLE color: 10407926.
HSL color Cylindrical-coordinate representation of color #F6CF9E: hue angle of 33.41º 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 #F6CF9E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 158 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.04 |
| HSL | 33.41º | 0.83% | 0.79% | - |
| HSV(B) | 33.41º | 0.36% | 0.96% | - |
| XYZ | 66.49 | 66.69 | 41.72 | - |
| YUV | 213.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 158 | 0 | 0.16 | 0.36 | 0.04 | 33.41 | 0.83 | 0.79 |
| Hex | F6 | CF | 9E | 0 | 10 | 24 | 4 | 21 | 53 | 4F |
| Octal | 366 | 317 | 236 | 0 | 20 | 44 | 4 | 41 | 123 | 117 |
| Binary | 11110110 | 11001111 | 10011110 | 0 | 10000 | 100100 | 100 | 100001 | 1010011 | 1001111 |
Color Harmonies of #F6CF9E
Complementary color
Monochromatic Colors of #F6CF9E
Black with #F6CF9E
Text Example
Text Example
White with #F6CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CF9E; }
p { color: rgb(246,207,158); }
H1.HeaderClassName
{
color: #F6CF9E;
}
.AnyTagClassName
{
color: #F6CF9E;
}
</style>
background-color css
<style>
a { background-color: #F6CF9E; }
a { background-color: rgb(246,207,158); }
div.DivClassName
{
background-color: #F6CF9E;
}
.BgClassName
{
background-color: #F6CF9E;
}
</style>
border-color css
<style>
span { border-color: #F6CF9E; }
span { border-color: rgb(246,207,158); }
td.TdClassName
{
border-color: #F6CF9E;
}
.TagClassName
{
border-color: #F6CF9E;
}
</style>