Shades of Tequila #F9D4AA
Tints of Tequila #F9D4AA
RGB
CMYK
RGB Variations
Color information
#F9D4AA (or 0xF9D4AA) is known color: Tequila. HEX triplet: F9, D4 and AA. RGB value is (249,212,170). Sum of RGB (Red+Green+Blue) = 249+212+170=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D4AA is #062B55. Grayscale: #DADADA. Windows color (decimal): -404310 or 11195641. OLE color: 11195641.
HSL color Cylindrical-coordinate representation of color #F9D4AA: hue angle of 31.9º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9D4AA is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 170 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.02 |
| HSL | 31.9º | 0.87% | 0.82% | - |
| HSV(B) | 31.9º | 0.32% | 0.98% | - |
| XYZ | 69.87 | 70.13 | 47.88 | - |
| YUV | 218.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 170 | 0 | 0.15 | 0.32 | 0.02 | 31.9 | 0.87 | 0.82 |
| Hex | F9 | D4 | AA | 0 | F | 20 | 2 | 20 | 57 | 52 |
| Octal | 371 | 324 | 252 | 0 | 17 | 40 | 2 | 40 | 127 | 122 |
| Binary | 11111001 | 11010100 | 10101010 | 0 | 1111 | 100000 | 10 | 100000 | 1010111 | 1010010 |
Color Harmonies of #F9D4AA
Complementary color
Monochromatic Colors of #F9D4AA
Black with #F9D4AA
Text Example
Text Example
White with #F9D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D4AA; }
p { color: rgb(249,212,170); }
H1.HeaderClassName
{
color: #F9D4AA;
}
.AnyTagClassName
{
color: #F9D4AA;
}
</style>
background-color css
<style>
a { background-color: #F9D4AA; }
a { background-color: rgb(249,212,170); }
div.DivClassName
{
background-color: #F9D4AA;
}
.BgClassName
{
background-color: #F9D4AA;
}
</style>
border-color css
<style>
span { border-color: #F9D4AA; }
span { border-color: rgb(249,212,170); }
td.TdClassName
{
border-color: #F9D4AA;
}
.TagClassName
{
border-color: #F9D4AA;
}
</style>