Shades of Tequila #F2D19E
Tints of Tequila #F2D19E
RGB
CMYK
RGB Variations
Color information
#F2D19E (or 0xF2D19E) is known color: Tequila. HEX triplet: F2, D1 and 9E. RGB value is (242,209,158). Sum of RGB (Red+Green+Blue) = 242+209+158=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D19E is #0D2E61. Grayscale: #D5D5D5. Windows color (decimal): -863842 or 10408434. OLE color: 10408434.
HSL color Cylindrical-coordinate representation of color #F2D19E: hue angle of 36.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2D19E is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 158 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.05 |
| HSL | 36.43º | 0.76% | 0.78% | - |
| HSV(B) | 36.43º | 0.35% | 0.95% | - |
| XYZ | 65.59 | 66.95 | 41.81 | - |
| YUV | 213.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 158 | 0 | 0.14 | 0.35 | 0.05 | 36.43 | 0.76 | 0.78 |
| Hex | F2 | D1 | 9E | 0 | E | 23 | 5 | 24 | 4C | 4E |
| Octal | 362 | 321 | 236 | 0 | 16 | 43 | 5 | 44 | 114 | 116 |
| Binary | 11110010 | 11010001 | 10011110 | 0 | 1110 | 100011 | 101 | 100100 | 1001100 | 1001110 |
Color Harmonies of #F2D19E
Complementary color
Monochromatic Colors of #F2D19E
Black with #F2D19E
Text Example
Text Example
White with #F2D19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D19E; }
p { color: rgb(242,209,158); }
H1.HeaderClassName
{
color: #F2D19E;
}
.AnyTagClassName
{
color: #F2D19E;
}
</style>
background-color css
<style>
a { background-color: #F2D19E; }
a { background-color: rgb(242,209,158); }
div.DivClassName
{
background-color: #F2D19E;
}
.BgClassName
{
background-color: #F2D19E;
}
</style>
border-color css
<style>
span { border-color: #F2D19E; }
span { border-color: rgb(242,209,158); }
td.TdClassName
{
border-color: #F2D19E;
}
.TagClassName
{
border-color: #F2D19E;
}
</style>