Shades of Tequila #F4D19C
Tints of Tequila #F4D19C
RGB
CMYK
RGB Variations
Color information
#F4D19C (or 0xF4D19C) is known color: Tequila. HEX triplet: F4, D1 and 9C. RGB value is (244,209,156). Sum of RGB (Red+Green+Blue) = 244+209+156=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D19C is #0B2E63. Grayscale: #D5D5D5. Windows color (decimal): -732772 or 10277364. OLE color: 10277364.
HSL color Cylindrical-coordinate representation of color #F4D19C: hue angle of 36.14º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4D19C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 156 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.04 |
| HSL | 36.14º | 0.8% | 0.78% | - |
| HSV(B) | 36.14º | 0.36% | 0.96% | - |
| XYZ | 66.11 | 67.23 | 40.95 | - |
| YUV | 213.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 156 | 0 | 0.14 | 0.36 | 0.04 | 36.14 | 0.8 | 0.78 |
| Hex | F4 | D1 | 9C | 0 | E | 24 | 4 | 24 | 50 | 4E |
| Octal | 364 | 321 | 234 | 0 | 16 | 44 | 4 | 44 | 120 | 116 |
| Binary | 11110100 | 11010001 | 10011100 | 0 | 1110 | 100100 | 100 | 100100 | 1010000 | 1001110 |
Color Harmonies of #F4D19C
Complementary color
Monochromatic Colors of #F4D19C
Black with #F4D19C
Text Example
Text Example
White with #F4D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D19C; }
p { color: rgb(244,209,156); }
H1.HeaderClassName
{
color: #F4D19C;
}
.AnyTagClassName
{
color: #F4D19C;
}
</style>
background-color css
<style>
a { background-color: #F4D19C; }
a { background-color: rgb(244,209,156); }
div.DivClassName
{
background-color: #F4D19C;
}
.BgClassName
{
background-color: #F4D19C;
}
</style>
border-color css
<style>
span { border-color: #F4D19C; }
span { border-color: rgb(244,209,156); }
td.TdClassName
{
border-color: #F4D19C;
}
.TagClassName
{
border-color: #F4D19C;
}
</style>