Shades of Tequila #F2CCA0
Tints of Tequila #F2CCA0
RGB
CMYK
RGB Variations
Color information
#F2CCA0 (or 0xF2CCA0) is known color: Tequila. HEX triplet: F2, CC and A0. RGB value is (242,204,160). Sum of RGB (Red+Green+Blue) = 242+204+160=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CCA0 is #0D335F. Grayscale: #D2D2D2. Windows color (decimal): -865120 or 10538226. OLE color: 10538226.
HSL color Cylindrical-coordinate representation of color #F2CCA0: hue angle of 32.2º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2CCA0 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 160 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.05 |
| HSL | 32.2º | 0.76% | 0.79% | - |
| HSV(B) | 32.2º | 0.34% | 0.95% | - |
| XYZ | 64.56 | 64.6 | 42.32 | - |
| YUV | 210.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 160 | 0 | 0.16 | 0.34 | 0.05 | 32.2 | 0.76 | 0.79 |
| Hex | F2 | CC | A0 | 0 | 10 | 22 | 5 | 20 | 4C | 4F |
| Octal | 362 | 314 | 240 | 0 | 20 | 42 | 5 | 40 | 114 | 117 |
| Binary | 11110010 | 11001100 | 10100000 | 0 | 10000 | 100010 | 101 | 100000 | 1001100 | 1001111 |
Color Harmonies of #F2CCA0
Complementary color
Monochromatic Colors of #F2CCA0
Black with #F2CCA0
Text Example
Text Example
White with #F2CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCA0; }
p { color: rgb(242,204,160); }
H1.HeaderClassName
{
color: #F2CCA0;
}
.AnyTagClassName
{
color: #F2CCA0;
}
</style>
background-color css
<style>
a { background-color: #F2CCA0; }
a { background-color: rgb(242,204,160); }
div.DivClassName
{
background-color: #F2CCA0;
}
.BgClassName
{
background-color: #F2CCA0;
}
</style>
border-color css
<style>
span { border-color: #F2CCA0; }
span { border-color: rgb(242,204,160); }
td.TdClassName
{
border-color: #F2CCA0;
}
.TagClassName
{
border-color: #F2CCA0;
}
</style>