Shades of Tequila #F5CCA2
Tints of Tequila #F5CCA2
RGB
CMYK
RGB Variations
Color information
#F5CCA2 (or 0xF5CCA2) is known color: Tequila. HEX triplet: F5, CC and A2. RGB value is (245,204,162). Sum of RGB (Red+Green+Blue) = 245+204+162=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CCA2 is #0A335D. Grayscale: #D3D3D3. Windows color (decimal): -668510 or 10669301. OLE color: 10669301.
HSL color Cylindrical-coordinate representation of color #F5CCA2: hue angle of 30.36º 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 #F5CCA2 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 204 | 162 | - |
CMYK | 0 | 0.17 | 0.34 | 0.04 |
HSL | 30.36º | 0.81% | 0.8% | - |
HSV(B) | 30.36º | 0.34% | 0.96% | - |
XYZ | 65.77 | 65.21 | 43.3 | - |
YUV | 211.47 | 100.08 | 151.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 204 | 162 | 0 | 0.17 | 0.34 | 0.04 | 30.36 | 0.81 | 0.8 |
Hex | F5 | CC | A2 | 0 | 11 | 22 | 4 | 1E | 51 | 50 |
Octal | 365 | 314 | 242 | 0 | 21 | 42 | 4 | 36 | 121 | 120 |
Binary | 11110101 | 11001100 | 10100010 | 0 | 10001 | 100010 | 100 | 11110 | 1010001 | 1010000 |
Color Harmonies of #F5CCA2
Complementary color
Monochromatic Colors of #F5CCA2
Black with #F5CCA2
Text Example
Text Example
White with #F5CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCA2; }
p { color: rgb(245,204,162); }
H1.HeaderClassName
{
color: #F5CCA2;
}
.AnyTagClassName
{
color: #F5CCA2;
}
</style>
background-color css
<style>
a { background-color: #F5CCA2; }
a { background-color: rgb(245,204,162); }
div.DivClassName
{
background-color: #F5CCA2;
}
.BgClassName
{
background-color: #F5CCA2;
}
</style>
border-color css
<style>
span { border-color: #F5CCA2; }
span { border-color: rgb(245,204,162); }
td.TdClassName
{
border-color: #F5CCA2;
}
.TagClassName
{
border-color: #F5CCA2;
}
</style>