Shades of Tequila #F5CCA1
Tints of Tequila #F5CCA1
RGB
CMYK
RGB Variations
Color information
#F5CCA1 (or 0xF5CCA1) is known color: Tequila. HEX triplet: F5, CC and A1. RGB value is (245,204,161). Sum of RGB (Red+Green+Blue) = 245+204+161=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CCA1 is #0A335E. Grayscale: #D3D3D3. Windows color (decimal): -668511 or 10603765. OLE color: 10603765.
HSL color Cylindrical-coordinate representation of color #F5CCA1: hue angle of 30.71º 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 #F5CCA1 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 161 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.04 |
| HSL | 30.71º | 0.81% | 0.8% | - |
| HSV(B) | 30.71º | 0.34% | 0.96% | - |
| XYZ | 65.68 | 65.17 | 42.84 | - |
| YUV | 211.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 161 | 0 | 0.17 | 0.34 | 0.04 | 30.71 | 0.81 | 0.8 |
| Hex | F5 | CC | A1 | 0 | 11 | 22 | 4 | 1F | 51 | 50 |
| Octal | 365 | 314 | 241 | 0 | 21 | 42 | 4 | 37 | 121 | 120 |
| Binary | 11110101 | 11001100 | 10100001 | 0 | 10001 | 100010 | 100 | 11111 | 1010001 | 1010000 |
Color Harmonies of #F5CCA1
Complementary color
Monochromatic Colors of #F5CCA1
Black with #F5CCA1
Text Example
Text Example
White with #F5CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCA1; }
p { color: rgb(245,204,161); }
H1.HeaderClassName
{
color: #F5CCA1;
}
.AnyTagClassName
{
color: #F5CCA1;
}
</style>
background-color css
<style>
a { background-color: #F5CCA1; }
a { background-color: rgb(245,204,161); }
div.DivClassName
{
background-color: #F5CCA1;
}
.BgClassName
{
background-color: #F5CCA1;
}
</style>
border-color css
<style>
span { border-color: #F5CCA1; }
span { border-color: rgb(245,204,161); }
td.TdClassName
{
border-color: #F5CCA1;
}
.TagClassName
{
border-color: #F5CCA1;
}
</style>