Shades of Tequila #F5D09A
Tints of Tequila #F5D09A
RGB
CMYK
RGB Variations
Color information
#F5D09A (or 0xF5D09A) is known color: Tequila. HEX triplet: F5, D0 and 9A. RGB value is (245,208,154). Sum of RGB (Red+Green+Blue) = 245+208+154=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D09A is #0A2F65. Grayscale: #D5D5D5. Windows color (decimal): -667494 or 10146037. OLE color: 10146037.
HSL color Cylindrical-coordinate representation of color #F5D09A: hue angle of 35.6º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5D09A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 154 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.04 |
| HSL | 35.6º | 0.82% | 0.78% | - |
| HSV(B) | 35.6º | 0.37% | 0.96% | - |
| XYZ | 66.04 | 66.86 | 40 | - |
| YUV | 212.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 154 | 0 | 0.15 | 0.37 | 0.04 | 35.6 | 0.82 | 0.78 |
| Hex | F5 | D0 | 9A | 0 | F | 25 | 4 | 24 | 52 | 4E |
| Octal | 365 | 320 | 232 | 0 | 17 | 45 | 4 | 44 | 122 | 116 |
| Binary | 11110101 | 11010000 | 10011010 | 0 | 1111 | 100101 | 100 | 100100 | 1010010 | 1001110 |
Color Harmonies of #F5D09A
Complementary color
Monochromatic Colors of #F5D09A
Black with #F5D09A
Text Example
Text Example
White with #F5D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D09A; }
p { color: rgb(245,208,154); }
H1.HeaderClassName
{
color: #F5D09A;
}
.AnyTagClassName
{
color: #F5D09A;
}
</style>
background-color css
<style>
a { background-color: #F5D09A; }
a { background-color: rgb(245,208,154); }
div.DivClassName
{
background-color: #F5D09A;
}
.BgClassName
{
background-color: #F5D09A;
}
</style>
border-color css
<style>
span { border-color: #F5D09A; }
span { border-color: rgb(245,208,154); }
td.TdClassName
{
border-color: #F5D09A;
}
.TagClassName
{
border-color: #F5D09A;
}
</style>