Shades of Tequila #F4CD9A
Tints of Tequila #F4CD9A
RGB
CMYK
RGB Variations
Color information
#F4CD9A (or 0xF4CD9A) is known color: Tequila. HEX triplet: F4, CD and 9A. RGB value is (244,205,154). Sum of RGB (Red+Green+Blue) = 244+205+154=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CD9A is #0B3265. Grayscale: #D3D3D3. Windows color (decimal): -733798 or 10145268. OLE color: 10145268.
HSL color Cylindrical-coordinate representation of color #F4CD9A: hue angle of 34º degrees, saturation: 0.8, 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 #F4CD9A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 154 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.04 |
| HSL | 34º | 0.8% | 0.78% | - |
| HSV(B) | 34º | 0.37% | 0.96% | - |
| XYZ | 64.97 | 65.23 | 39.74 | - |
| YUV | 210.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 154 | 0 | 0.16 | 0.37 | 0.04 | 34 | 0.8 | 0.78 |
| Hex | F4 | CD | 9A | 0 | 10 | 25 | 4 | 22 | 50 | 4E |
| Octal | 364 | 315 | 232 | 0 | 20 | 45 | 4 | 42 | 120 | 116 |
| Binary | 11110100 | 11001101 | 10011010 | 0 | 10000 | 100101 | 100 | 100010 | 1010000 | 1001110 |
Color Harmonies of #F4CD9A
Complementary color
Monochromatic Colors of #F4CD9A
Black with #F4CD9A
Text Example
Text Example
White with #F4CD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CD9A; }
p { color: rgb(244,205,154); }
H1.HeaderClassName
{
color: #F4CD9A;
}
.AnyTagClassName
{
color: #F4CD9A;
}
</style>
background-color css
<style>
a { background-color: #F4CD9A; }
a { background-color: rgb(244,205,154); }
div.DivClassName
{
background-color: #F4CD9A;
}
.BgClassName
{
background-color: #F4CD9A;
}
</style>
border-color css
<style>
span { border-color: #F4CD9A; }
span { border-color: rgb(244,205,154); }
td.TdClassName
{
border-color: #F4CD9A;
}
.TagClassName
{
border-color: #F4CD9A;
}
</style>