Shades of Tequila #F2D19F
Tints of Tequila #F2D19F
RGB
CMYK
RGB Variations
Color information
#F2D19F (or 0xF2D19F) is known color: Tequila. HEX triplet: F2, D1 and 9F. RGB value is (242,209,159). Sum of RGB (Red+Green+Blue) = 242+209+159=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D19F is #0D2E60. Grayscale: #D5D5D5. Windows color (decimal): -863841 or 10473970. OLE color: 10473970.
HSL color Cylindrical-coordinate representation of color #F2D19F: hue angle of 36.14º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2D19F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 159 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.05 |
| HSL | 36.14º | 0.76% | 0.79% | - |
| HSV(B) | 36.14º | 0.34% | 0.95% | - |
| XYZ | 65.68 | 66.98 | 42.27 | - |
| YUV | 213.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 159 | 0 | 0.14 | 0.34 | 0.05 | 36.14 | 0.76 | 0.79 |
| Hex | F2 | D1 | 9F | 0 | E | 22 | 5 | 24 | 4C | 4F |
| Octal | 362 | 321 | 237 | 0 | 16 | 42 | 5 | 44 | 114 | 117 |
| Binary | 11110010 | 11010001 | 10011111 | 0 | 1110 | 100010 | 101 | 100100 | 1001100 | 1001111 |
Color Harmonies of #F2D19F
Complementary color
Monochromatic Colors of #F2D19F
Black with #F2D19F
Text Example
Text Example
White with #F2D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D19F; }
p { color: rgb(242,209,159); }
H1.HeaderClassName
{
color: #F2D19F;
}
.AnyTagClassName
{
color: #F2D19F;
}
</style>
background-color css
<style>
a { background-color: #F2D19F; }
a { background-color: rgb(242,209,159); }
div.DivClassName
{
background-color: #F2D19F;
}
.BgClassName
{
background-color: #F2D19F;
}
</style>
border-color css
<style>
span { border-color: #F2D19F; }
span { border-color: rgb(242,209,159); }
td.TdClassName
{
border-color: #F2D19F;
}
.TagClassName
{
border-color: #F2D19F;
}
</style>