Shades of Tequila #F8CE9F
Tints of Tequila #F8CE9F
RGB
CMYK
RGB Variations
Color information
#F8CE9F (or 0xF8CE9F) is known color: Tequila. HEX triplet: F8, CE and 9F. RGB value is (248,206,159). Sum of RGB (Red+Green+Blue) = 248+206+159=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE9F is #073160. Grayscale: #D5D5D5. Windows color (decimal): -471393 or 10473208. OLE color: 10473208.
HSL color Cylindrical-coordinate representation of color #F8CE9F: hue angle of 31.69º degrees, saturation: 0.86, 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 #F8CE9F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 159 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.03 |
| HSL | 31.69º | 0.86% | 0.8% | - |
| HSV(B) | 31.69º | 0.36% | 0.97% | - |
| XYZ | 67.04 | 66.6 | 42.12 | - |
| YUV | 213.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 159 | 0 | 0.17 | 0.36 | 0.03 | 31.69 | 0.86 | 0.8 |
| Hex | F8 | CE | 9F | 0 | 11 | 24 | 3 | 20 | 56 | 50 |
| Octal | 370 | 316 | 237 | 0 | 21 | 44 | 3 | 40 | 126 | 120 |
| Binary | 11111000 | 11001110 | 10011111 | 0 | 10001 | 100100 | 11 | 100000 | 1010110 | 1010000 |
Color Harmonies of #F8CE9F
Complementary color
Monochromatic Colors of #F8CE9F
Black with #F8CE9F
Text Example
Text Example
White with #F8CE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE9F; }
p { color: rgb(248,206,159); }
H1.HeaderClassName
{
color: #F8CE9F;
}
.AnyTagClassName
{
color: #F8CE9F;
}
</style>
background-color css
<style>
a { background-color: #F8CE9F; }
a { background-color: rgb(248,206,159); }
div.DivClassName
{
background-color: #F8CE9F;
}
.BgClassName
{
background-color: #F8CE9F;
}
</style>
border-color css
<style>
span { border-color: #F8CE9F; }
span { border-color: rgb(248,206,159); }
td.TdClassName
{
border-color: #F8CE9F;
}
.TagClassName
{
border-color: #F8CE9F;
}
</style>