Shades of Tequila #F5D1A5
Tints of Tequila #F5D1A5
RGB
CMYK
RGB Variations
Color information
#F5D1A5 (or 0xF5D1A5) is known color: Tequila. HEX triplet: F5, D1 and A5. RGB value is (245,209,165). Sum of RGB (Red+Green+Blue) = 245+209+165=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D1A5 is #0A2E5A. Grayscale: #D6D6D6. Windows color (decimal): -667227 or 10867189. OLE color: 10867189.
HSL color Cylindrical-coordinate representation of color #F5D1A5: hue angle of 33º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5D1A5 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 165 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.04 |
| HSL | 33º | 0.8% | 0.8% | - |
| HSV(B) | 33º | 0.33% | 0.96% | - |
| XYZ | 67.25 | 67.73 | 45.13 | - |
| YUV | 214.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 165 | 0 | 0.15 | 0.33 | 0.04 | 33 | 0.8 | 0.8 |
| Hex | F5 | D1 | A5 | 0 | F | 21 | 4 | 21 | 50 | 50 |
| Octal | 365 | 321 | 245 | 0 | 17 | 41 | 4 | 41 | 120 | 120 |
| Binary | 11110101 | 11010001 | 10100101 | 0 | 1111 | 100001 | 100 | 100001 | 1010000 | 1010000 |
Color Harmonies of #F5D1A5
Complementary color
Monochromatic Colors of #F5D1A5
Black with #F5D1A5
Text Example
Text Example
White with #F5D1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1A5; }
p { color: rgb(245,209,165); }
H1.HeaderClassName
{
color: #F5D1A5;
}
.AnyTagClassName
{
color: #F5D1A5;
}
</style>
background-color css
<style>
a { background-color: #F5D1A5; }
a { background-color: rgb(245,209,165); }
div.DivClassName
{
background-color: #F5D1A5;
}
.BgClassName
{
background-color: #F5D1A5;
}
</style>
border-color css
<style>
span { border-color: #F5D1A5; }
span { border-color: rgb(245,209,165); }
td.TdClassName
{
border-color: #F5D1A5;
}
.TagClassName
{
border-color: #F5D1A5;
}
</style>