Shades of Tequila #F6CC9E
Tints of Tequila #F6CC9E
RGB
CMYK
RGB Variations
Color information
#F6CC9E (or 0xF6CC9E) is known color: Tequila. HEX triplet: F6, CC and 9E. RGB value is (246,204,158). Sum of RGB (Red+Green+Blue) = 246+204+158=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CC9E is #093361. Grayscale: #D3D3D3. Windows color (decimal): -602978 or 10407158. OLE color: 10407158.
HSL color Cylindrical-coordinate representation of color #F6CC9E: hue angle of 31.36º 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 #F6CC9E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 158 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.04 |
| HSL | 31.36º | 0.83% | 0.79% | - |
| HSV(B) | 31.36º | 0.36% | 0.96% | - |
| XYZ | 65.77 | 65.25 | 41.48 | - |
| YUV | 211.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 158 | 0 | 0.17 | 0.36 | 0.04 | 31.36 | 0.83 | 0.79 |
| Hex | F6 | CC | 9E | 0 | 11 | 24 | 4 | 1F | 53 | 4F |
| Octal | 366 | 314 | 236 | 0 | 21 | 44 | 4 | 37 | 123 | 117 |
| Binary | 11110110 | 11001100 | 10011110 | 0 | 10001 | 100100 | 100 | 11111 | 1010011 | 1001111 |
Color Harmonies of #F6CC9E
Complementary color
Monochromatic Colors of #F6CC9E
Black with #F6CC9E
Text Example
Text Example
White with #F6CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CC9E; }
p { color: rgb(246,204,158); }
H1.HeaderClassName
{
color: #F6CC9E;
}
.AnyTagClassName
{
color: #F6CC9E;
}
</style>
background-color css
<style>
a { background-color: #F6CC9E; }
a { background-color: rgb(246,204,158); }
div.DivClassName
{
background-color: #F6CC9E;
}
.BgClassName
{
background-color: #F6CC9E;
}
</style>
border-color css
<style>
span { border-color: #F6CC9E; }
span { border-color: rgb(246,204,158); }
td.TdClassName
{
border-color: #F6CC9E;
}
.TagClassName
{
border-color: #F6CC9E;
}
</style>