Shades of Tequila #F7CFA5
Tints of Tequila #F7CFA5
RGB
CMYK
RGB Variations
Color information
#F7CFA5 (or 0xF7CFA5) is known color: Tequila. HEX triplet: F7, CF and A5. RGB value is (247,207,165). Sum of RGB (Red+Green+Blue) = 247+207+165=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CFA5 is #08305A. Grayscale: #D6D6D6. Windows color (decimal): -536667 or 10866679. OLE color: 10866679.
HSL color Cylindrical-coordinate representation of color #F7CFA5: hue angle of 30.73º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7CFA5 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 165 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.03 |
| HSL | 30.73º | 0.84% | 0.81% | - |
| HSV(B) | 30.73º | 0.33% | 0.97% | - |
| XYZ | 67.46 | 67.12 | 45 | - |
| YUV | 214.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 165 | 0 | 0.16 | 0.33 | 0.03 | 30.73 | 0.84 | 0.81 |
| Hex | F7 | CF | A5 | 0 | 10 | 21 | 3 | 1F | 54 | 51 |
| Octal | 367 | 317 | 245 | 0 | 20 | 41 | 3 | 37 | 124 | 121 |
| Binary | 11110111 | 11001111 | 10100101 | 0 | 10000 | 100001 | 11 | 11111 | 1010100 | 1010001 |
Color Harmonies of #F7CFA5
Complementary color
Monochromatic Colors of #F7CFA5
Black with #F7CFA5
Text Example
Text Example
White with #F7CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFA5; }
p { color: rgb(247,207,165); }
H1.HeaderClassName
{
color: #F7CFA5;
}
.AnyTagClassName
{
color: #F7CFA5;
}
</style>
background-color css
<style>
a { background-color: #F7CFA5; }
a { background-color: rgb(247,207,165); }
div.DivClassName
{
background-color: #F7CFA5;
}
.BgClassName
{
background-color: #F7CFA5;
}
</style>
border-color css
<style>
span { border-color: #F7CFA5; }
span { border-color: rgb(247,207,165); }
td.TdClassName
{
border-color: #F7CFA5;
}
.TagClassName
{
border-color: #F7CFA5;
}
</style>