Shades of Tequila #F8CFA0
Tints of Tequila #F8CFA0
RGB
CMYK
RGB Variations
Color information
#F8CFA0 (or 0xF8CFA0) is known color: Tequila. HEX triplet: F8, CF and A0. RGB value is (248,207,160). Sum of RGB (Red+Green+Blue) = 248+207+160=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CFA0 is #07305F. Grayscale: #D6D6D6. Windows color (decimal): -471136 or 10539000. OLE color: 10539000.
HSL color Cylindrical-coordinate representation of color #F8CFA0: hue angle of 32.05º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8CFA0 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 160 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.03 |
| HSL | 32.05º | 0.86% | 0.8% | - |
| HSV(B) | 32.05º | 0.35% | 0.97% | - |
| XYZ | 67.37 | 67.12 | 42.66 | - |
| YUV | 213.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 160 | 0 | 0.17 | 0.35 | 0.03 | 32.05 | 0.86 | 0.8 |
| Hex | F8 | CF | A0 | 0 | 11 | 23 | 3 | 20 | 56 | 50 |
| Octal | 370 | 317 | 240 | 0 | 21 | 43 | 3 | 40 | 126 | 120 |
| Binary | 11111000 | 11001111 | 10100000 | 0 | 10001 | 100011 | 11 | 100000 | 1010110 | 1010000 |
Color Harmonies of #F8CFA0
Complementary color
Monochromatic Colors of #F8CFA0
Black with #F8CFA0
Text Example
Text Example
White with #F8CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFA0; }
p { color: rgb(248,207,160); }
H1.HeaderClassName
{
color: #F8CFA0;
}
.AnyTagClassName
{
color: #F8CFA0;
}
</style>
background-color css
<style>
a { background-color: #F8CFA0; }
a { background-color: rgb(248,207,160); }
div.DivClassName
{
background-color: #F8CFA0;
}
.BgClassName
{
background-color: #F8CFA0;
}
</style>
border-color css
<style>
span { border-color: #F8CFA0; }
span { border-color: rgb(248,207,160); }
td.TdClassName
{
border-color: #F8CFA0;
}
.TagClassName
{
border-color: #F8CFA0;
}
</style>