Shades of Tequila #F7CE9F
Tints of Tequila #F7CE9F
RGB
CMYK
RGB Variations
Color information
#F7CE9F (or 0xF7CE9F) is known color: Tequila. HEX triplet: F7, CE and 9F. RGB value is (247,206,159). Sum of RGB (Red+Green+Blue) = 247+206+159=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CE9F is #083160. Grayscale: #D5D5D5. Windows color (decimal): -536929 or 10473207. OLE color: 10473207.
HSL color Cylindrical-coordinate representation of color #F7CE9F: hue angle of 32.05º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7CE9F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 159 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.03 |
| HSL | 32.05º | 0.85% | 0.8% | - |
| HSV(B) | 32.05º | 0.36% | 0.97% | - |
| XYZ | 66.69 | 66.42 | 42.11 | - |
| YUV | 212.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 159 | 0 | 0.17 | 0.36 | 0.03 | 32.05 | 0.85 | 0.8 |
| Hex | F7 | CE | 9F | 0 | 11 | 24 | 3 | 20 | 55 | 50 |
| Octal | 367 | 316 | 237 | 0 | 21 | 44 | 3 | 40 | 125 | 120 |
| Binary | 11110111 | 11001110 | 10011111 | 0 | 10001 | 100100 | 11 | 100000 | 1010101 | 1010000 |
Color Harmonies of #F7CE9F
Complementary color
Monochromatic Colors of #F7CE9F
Black with #F7CE9F
Text Example
Text Example
White with #F7CE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE9F; }
p { color: rgb(247,206,159); }
H1.HeaderClassName
{
color: #F7CE9F;
}
.AnyTagClassName
{
color: #F7CE9F;
}
</style>
background-color css
<style>
a { background-color: #F7CE9F; }
a { background-color: rgb(247,206,159); }
div.DivClassName
{
background-color: #F7CE9F;
}
.BgClassName
{
background-color: #F7CE9F;
}
</style>
border-color css
<style>
span { border-color: #F7CE9F; }
span { border-color: rgb(247,206,159); }
td.TdClassName
{
border-color: #F7CE9F;
}
.TagClassName
{
border-color: #F7CE9F;
}
</style>