Shades of Tequila #F7CDA0
Tints of Tequila #F7CDA0
RGB
CMYK
RGB Variations
Color information
#F7CDA0 (or 0xF7CDA0) is known color: Tequila. HEX triplet: F7, CD and A0. RGB value is (247,205,160). Sum of RGB (Red+Green+Blue) = 247+205+160=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CDA0 is #08325F. Grayscale: #D4D4D4. Windows color (decimal): -537184 or 10538487. OLE color: 10538487.
HSL color Cylindrical-coordinate representation of color #F7CDA0: hue angle of 31.03º degrees, saturation: 0.84, 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 #F7CDA0 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 160 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.03 |
| HSL | 31.03º | 0.84% | 0.8% | - |
| HSV(B) | 31.03º | 0.35% | 0.97% | - |
| XYZ | 66.53 | 65.97 | 42.49 | - |
| YUV | 212.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 160 | 0 | 0.17 | 0.35 | 0.03 | 31.03 | 0.84 | 0.8 |
| Hex | F7 | CD | A0 | 0 | 11 | 23 | 3 | 1F | 54 | 50 |
| Octal | 367 | 315 | 240 | 0 | 21 | 43 | 3 | 37 | 124 | 120 |
| Binary | 11110111 | 11001101 | 10100000 | 0 | 10001 | 100011 | 11 | 11111 | 1010100 | 1010000 |
Color Harmonies of #F7CDA0
Complementary color
Monochromatic Colors of #F7CDA0
Black with #F7CDA0
Text Example
Text Example
White with #F7CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDA0; }
p { color: rgb(247,205,160); }
H1.HeaderClassName
{
color: #F7CDA0;
}
.AnyTagClassName
{
color: #F7CDA0;
}
</style>
background-color css
<style>
a { background-color: #F7CDA0; }
a { background-color: rgb(247,205,160); }
div.DivClassName
{
background-color: #F7CDA0;
}
.BgClassName
{
background-color: #F7CDA0;
}
</style>
border-color css
<style>
span { border-color: #F7CDA0; }
span { border-color: rgb(247,205,160); }
td.TdClassName
{
border-color: #F7CDA0;
}
.TagClassName
{
border-color: #F7CDA0;
}
</style>