Shades of Tequila #F7D29D
Tints of Tequila #F7D29D
RGB
CMYK
RGB Variations
Color information
#F7D29D (or 0xF7D29D) is known color: Tequila. HEX triplet: F7, D2 and 9D. RGB value is (247,210,157). Sum of RGB (Red+Green+Blue) = 247+210+157=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D29D is #082D62. Grayscale: #D7D7D7. Windows color (decimal): -535907 or 10343159. OLE color: 10343159.
HSL color Cylindrical-coordinate representation of color #F7D29D: hue angle of 35.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7D29D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 157 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.03 |
| HSL | 35.33º | 0.85% | 0.79% | - |
| HSV(B) | 35.33º | 0.36% | 0.97% | - |
| XYZ | 67.49 | 68.3 | 41.52 | - |
| YUV | 215.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 157 | 0 | 0.15 | 0.36 | 0.03 | 35.33 | 0.85 | 0.79 |
| Hex | F7 | D2 | 9D | 0 | F | 24 | 3 | 23 | 55 | 4F |
| Octal | 367 | 322 | 235 | 0 | 17 | 44 | 3 | 43 | 125 | 117 |
| Binary | 11110111 | 11010010 | 10011101 | 0 | 1111 | 100100 | 11 | 100011 | 1010101 | 1001111 |
Color Harmonies of #F7D29D
Complementary color
Monochromatic Colors of #F7D29D
Black with #F7D29D
Text Example
Text Example
White with #F7D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D29D; }
p { color: rgb(247,210,157); }
H1.HeaderClassName
{
color: #F7D29D;
}
.AnyTagClassName
{
color: #F7D29D;
}
</style>
background-color css
<style>
a { background-color: #F7D29D; }
a { background-color: rgb(247,210,157); }
div.DivClassName
{
background-color: #F7D29D;
}
.BgClassName
{
background-color: #F7D29D;
}
</style>
border-color css
<style>
span { border-color: #F7D29D; }
span { border-color: rgb(247,210,157); }
td.TdClassName
{
border-color: #F7D29D;
}
.TagClassName
{
border-color: #F7D29D;
}
</style>