Shades of Tequila #F6CE9B
Tints of Tequila #F6CE9B
RGB
CMYK
RGB Variations
Color information
#F6CE9B (or 0xF6CE9B) is known color: Tequila. HEX triplet: F6, CE and 9B. RGB value is (246,206,155). Sum of RGB (Red+Green+Blue) = 246+206+155=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CE9B is #093164. Grayscale: #D4D4D4. Windows color (decimal): -602469 or 10211062. OLE color: 10211062.
HSL color Cylindrical-coordinate representation of color #F6CE9B: hue angle of 33.63º 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 #F6CE9B is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 155 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.04 |
| HSL | 33.63º | 0.83% | 0.79% | - |
| HSV(B) | 33.63º | 0.37% | 0.96% | - |
| XYZ | 65.99 | 66.1 | 40.29 | - |
| YUV | 212.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 155 | 0 | 0.16 | 0.37 | 0.04 | 33.63 | 0.83 | 0.79 |
| Hex | F6 | CE | 9B | 0 | 10 | 25 | 4 | 22 | 53 | 4F |
| Octal | 366 | 316 | 233 | 0 | 20 | 45 | 4 | 42 | 123 | 117 |
| Binary | 11110110 | 11001110 | 10011011 | 0 | 10000 | 100101 | 100 | 100010 | 1010011 | 1001111 |
Color Harmonies of #F6CE9B
Complementary color
Monochromatic Colors of #F6CE9B
Black with #F6CE9B
Text Example
Text Example
White with #F6CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE9B; }
p { color: rgb(246,206,155); }
H1.HeaderClassName
{
color: #F6CE9B;
}
.AnyTagClassName
{
color: #F6CE9B;
}
</style>
background-color css
<style>
a { background-color: #F6CE9B; }
a { background-color: rgb(246,206,155); }
div.DivClassName
{
background-color: #F6CE9B;
}
.BgClassName
{
background-color: #F6CE9B;
}
</style>
border-color css
<style>
span { border-color: #F6CE9B; }
span { border-color: rgb(246,206,155); }
td.TdClassName
{
border-color: #F6CE9B;
}
.TagClassName
{
border-color: #F6CE9B;
}
</style>