Shades of Tequila #F4CDA5
Tints of Tequila #F4CDA5
RGB
CMYK
RGB Variations
Color information
#F4CDA5 (or 0xF4CDA5) is known color: Tequila. HEX triplet: F4, CD and A5. RGB value is (244,205,165). Sum of RGB (Red+Green+Blue) = 244+205+165=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CDA5 is #0B325A. Grayscale: #D4D4D4. Windows color (decimal): -733787 or 10866164. OLE color: 10866164.
HSL color Cylindrical-coordinate representation of color #F4CDA5: hue angle of 30.38º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4CDA5 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 165 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.04 |
| HSL | 30.38º | 0.78% | 0.8% | - |
| HSV(B) | 30.38º | 0.32% | 0.96% | - |
| XYZ | 65.93 | 65.61 | 44.79 | - |
| YUV | 212.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 165 | 0 | 0.16 | 0.32 | 0.04 | 30.38 | 0.78 | 0.8 |
| Hex | F4 | CD | A5 | 0 | 10 | 20 | 4 | 1E | 4E | 50 |
| Octal | 364 | 315 | 245 | 0 | 20 | 40 | 4 | 36 | 116 | 120 |
| Binary | 11110100 | 11001101 | 10100101 | 0 | 10000 | 100000 | 100 | 11110 | 1001110 | 1010000 |
Color Harmonies of #F4CDA5
Complementary color
Monochromatic Colors of #F4CDA5
Black with #F4CDA5
Text Example
Text Example
White with #F4CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDA5; }
p { color: rgb(244,205,165); }
H1.HeaderClassName
{
color: #F4CDA5;
}
.AnyTagClassName
{
color: #F4CDA5;
}
</style>
background-color css
<style>
a { background-color: #F4CDA5; }
a { background-color: rgb(244,205,165); }
div.DivClassName
{
background-color: #F4CDA5;
}
.BgClassName
{
background-color: #F4CDA5;
}
</style>
border-color css
<style>
span { border-color: #F4CDA5; }
span { border-color: rgb(244,205,165); }
td.TdClassName
{
border-color: #F4CDA5;
}
.TagClassName
{
border-color: #F4CDA5;
}
</style>