Shades of Tequila #F7CFA2
Tints of Tequila #F7CFA2
RGB
CMYK
RGB Variations
Color information
#F7CFA2 (or 0xF7CFA2) is known color: Tequila. HEX triplet: F7, CF and A2. RGB value is (247,207,162). Sum of RGB (Red+Green+Blue) = 247+207+162=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CFA2 is #08305D. Grayscale: #D6D6D6. Windows color (decimal): -536670 or 10670071. OLE color: 10670071.
HSL color Cylindrical-coordinate representation of color #F7CFA2: hue angle of 31.76º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7CFA2 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 162 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.03 |
| HSL | 31.76º | 0.84% | 0.8% | - |
| HSV(B) | 31.76º | 0.34% | 0.97% | - |
| XYZ | 67.19 | 67.01 | 43.57 | - |
| YUV | 213.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 162 | 0 | 0.16 | 0.34 | 0.03 | 31.76 | 0.84 | 0.8 |
| Hex | F7 | CF | A2 | 0 | 10 | 22 | 3 | 20 | 54 | 50 |
| Octal | 367 | 317 | 242 | 0 | 20 | 42 | 3 | 40 | 124 | 120 |
| Binary | 11110111 | 11001111 | 10100010 | 0 | 10000 | 100010 | 11 | 100000 | 1010100 | 1010000 |
Color Harmonies of #F7CFA2
Complementary color
Monochromatic Colors of #F7CFA2
Black with #F7CFA2
Text Example
Text Example
White with #F7CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFA2; }
p { color: rgb(247,207,162); }
H1.HeaderClassName
{
color: #F7CFA2;
}
.AnyTagClassName
{
color: #F7CFA2;
}
</style>
background-color css
<style>
a { background-color: #F7CFA2; }
a { background-color: rgb(247,207,162); }
div.DivClassName
{
background-color: #F7CFA2;
}
.BgClassName
{
background-color: #F7CFA2;
}
</style>
border-color css
<style>
span { border-color: #F7CFA2; }
span { border-color: rgb(247,207,162); }
td.TdClassName
{
border-color: #F7CFA2;
}
.TagClassName
{
border-color: #F7CFA2;
}
</style>