Shades of Tequila #F8D19F
Tints of Tequila #F8D19F
RGB
CMYK
RGB Variations
Color information
#F8D19F (or 0xF8D19F) is known color: Tequila. HEX triplet: F8, D1 and 9F. RGB value is (248,209,159). Sum of RGB (Red+Green+Blue) = 248+209+159=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D19F is #072E60. Grayscale: #D7D7D7. Windows color (decimal): -470625 or 10473976. OLE color: 10473976.
HSL color Cylindrical-coordinate representation of color #F8D19F: hue angle of 33.71º 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 #F8D19F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 159 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.03 |
| HSL | 33.71º | 0.86% | 0.8% | - |
| HSV(B) | 33.71º | 0.36% | 0.97% | - |
| XYZ | 67.77 | 68.06 | 42.37 | - |
| YUV | 214.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 159 | 0 | 0.16 | 0.36 | 0.03 | 33.71 | 0.86 | 0.8 |
| Hex | F8 | D1 | 9F | 0 | 10 | 24 | 3 | 22 | 56 | 50 |
| Octal | 370 | 321 | 237 | 0 | 20 | 44 | 3 | 42 | 126 | 120 |
| Binary | 11111000 | 11010001 | 10011111 | 0 | 10000 | 100100 | 11 | 100010 | 1010110 | 1010000 |
Color Harmonies of #F8D19F
Complementary color
Monochromatic Colors of #F8D19F
Black with #F8D19F
Text Example
Text Example
White with #F8D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D19F; }
p { color: rgb(248,209,159); }
H1.HeaderClassName
{
color: #F8D19F;
}
.AnyTagClassName
{
color: #F8D19F;
}
</style>
background-color css
<style>
a { background-color: #F8D19F; }
a { background-color: rgb(248,209,159); }
div.DivClassName
{
background-color: #F8D19F;
}
.BgClassName
{
background-color: #F8D19F;
}
</style>
border-color css
<style>
span { border-color: #F8D19F; }
span { border-color: rgb(248,209,159); }
td.TdClassName
{
border-color: #F8D19F;
}
.TagClassName
{
border-color: #F8D19F;
}
</style>