Shades of Tequila #F6CE9A
Tints of Tequila #F6CE9A
RGB
CMYK
RGB Variations
Color information
#F6CE9A (or 0xF6CE9A) is known color: Tequila. HEX triplet: F6, CE and 9A. RGB value is (246,206,154). Sum of RGB (Red+Green+Blue) = 246+206+154=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CE9A is #093165. Grayscale: #D4D4D4. Windows color (decimal): -602470 or 10145526. OLE color: 10145526.
HSL color Cylindrical-coordinate representation of color #F6CE9A: hue angle of 33.91º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6CE9A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 154 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.04 |
| HSL | 33.91º | 0.84% | 0.78% | - |
| HSV(B) | 33.91º | 0.37% | 0.96% | - |
| XYZ | 65.91 | 66.07 | 39.85 | - |
| YUV | 212.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 154 | 0 | 0.16 | 0.37 | 0.04 | 33.91 | 0.84 | 0.78 |
| Hex | F6 | CE | 9A | 0 | 10 | 25 | 4 | 22 | 54 | 4E |
| Octal | 366 | 316 | 232 | 0 | 20 | 45 | 4 | 42 | 124 | 116 |
| Binary | 11110110 | 11001110 | 10011010 | 0 | 10000 | 100101 | 100 | 100010 | 1010100 | 1001110 |
Color Harmonies of #F6CE9A
Complementary color
Monochromatic Colors of #F6CE9A
Black with #F6CE9A
Text Example
Text Example
White with #F6CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE9A; }
p { color: rgb(246,206,154); }
H1.HeaderClassName
{
color: #F6CE9A;
}
.AnyTagClassName
{
color: #F6CE9A;
}
</style>
background-color css
<style>
a { background-color: #F6CE9A; }
a { background-color: rgb(246,206,154); }
div.DivClassName
{
background-color: #F6CE9A;
}
.BgClassName
{
background-color: #F6CE9A;
}
</style>
border-color css
<style>
span { border-color: #F6CE9A; }
span { border-color: rgb(246,206,154); }
td.TdClassName
{
border-color: #F6CE9A;
}
.TagClassName
{
border-color: #F6CE9A;
}
</style>