Shades of Tequila #F9D19F
Tints of Tequila #F9D19F
RGB
CMYK
RGB Variations
Color information
#F9D19F (or 0xF9D19F) is known color: Tequila. HEX triplet: F9, D1 and 9F. RGB value is (249,209,159). Sum of RGB (Red+Green+Blue) = 249+209+159=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D19F is #062E60. Grayscale: #D7D7D7. Windows color (decimal): -405089 or 10473977. OLE color: 10473977.
HSL color Cylindrical-coordinate representation of color #F9D19F: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9D19F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 209 | 159 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.02 |
| HSL | 33.33º | 0.88% | 0.8% | - |
| HSV(B) | 33.33º | 0.36% | 0.98% | - |
| XYZ | 68.13 | 68.24 | 42.38 | - |
| YUV | 215.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 209 | 159 | 0 | 0.16 | 0.36 | 0.02 | 33.33 | 0.88 | 0.8 |
| Hex | F9 | D1 | 9F | 0 | 10 | 24 | 2 | 21 | 58 | 50 |
| Octal | 371 | 321 | 237 | 0 | 20 | 44 | 2 | 41 | 130 | 120 |
| Binary | 11111001 | 11010001 | 10011111 | 0 | 10000 | 100100 | 10 | 100001 | 1011000 | 1010000 |
Color Harmonies of #F9D19F
Complementary color
Monochromatic Colors of #F9D19F
Black with #F9D19F
Text Example
Text Example
White with #F9D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D19F; }
p { color: rgb(249,209,159); }
H1.HeaderClassName
{
color: #F9D19F;
}
.AnyTagClassName
{
color: #F9D19F;
}
</style>
background-color css
<style>
a { background-color: #F9D19F; }
a { background-color: rgb(249,209,159); }
div.DivClassName
{
background-color: #F9D19F;
}
.BgClassName
{
background-color: #F9D19F;
}
</style>
border-color css
<style>
span { border-color: #F9D19F; }
span { border-color: rgb(249,209,159); }
td.TdClassName
{
border-color: #F9D19F;
}
.TagClassName
{
border-color: #F9D19F;
}
</style>