Shades of Tequila #F5CBA1
Tints of Tequila #F5CBA1
RGB
CMYK
RGB Variations
Color information
#F5CBA1 (or 0xF5CBA1) is known color: Tequila. HEX triplet: F5, CB and A1. RGB value is (245,203,161). Sum of RGB (Red+Green+Blue) = 245+203+161=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CBA1 is #0A345E. Grayscale: #D2D2D2. Windows color (decimal): -668767 or 10603509. OLE color: 10603509.
HSL color Cylindrical-coordinate representation of color #F5CBA1: hue angle of 30º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5CBA1 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 161 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.04 |
| HSL | 30º | 0.81% | 0.8% | - |
| HSV(B) | 30º | 0.34% | 0.96% | - |
| XYZ | 65.45 | 64.7 | 42.76 | - |
| YUV | 210.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 161 | 0 | 0.17 | 0.34 | 0.04 | 30 | 0.81 | 0.8 |
| Hex | F5 | CB | A1 | 0 | 11 | 22 | 4 | 1E | 51 | 50 |
| Octal | 365 | 313 | 241 | 0 | 21 | 42 | 4 | 36 | 121 | 120 |
| Binary | 11110101 | 11001011 | 10100001 | 0 | 10001 | 100010 | 100 | 11110 | 1010001 | 1010000 |
Color Harmonies of #F5CBA1
Complementary color
Monochromatic Colors of #F5CBA1
Black with #F5CBA1
Text Example
Text Example
White with #F5CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBA1; }
p { color: rgb(245,203,161); }
H1.HeaderClassName
{
color: #F5CBA1;
}
.AnyTagClassName
{
color: #F5CBA1;
}
</style>
background-color css
<style>
a { background-color: #F5CBA1; }
a { background-color: rgb(245,203,161); }
div.DivClassName
{
background-color: #F5CBA1;
}
.BgClassName
{
background-color: #F5CBA1;
}
</style>
border-color css
<style>
span { border-color: #F5CBA1; }
span { border-color: rgb(245,203,161); }
td.TdClassName
{
border-color: #F5CBA1;
}
.TagClassName
{
border-color: #F5CBA1;
}
</style>