Shades of Tequila #F4CC9A
Tints of Tequila #F4CC9A
RGB
CMYK
RGB Variations
Color information
#F4CC9A (or 0xF4CC9A) is known color: Tequila. HEX triplet: F4, CC and 9A. RGB value is (244,204,154). Sum of RGB (Red+Green+Blue) = 244+204+154=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CC9A is #0B3365. Grayscale: #D2D2D2. Windows color (decimal): -734054 or 10145012. OLE color: 10145012.
HSL color Cylindrical-coordinate representation of color #F4CC9A: hue angle of 33.33º 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 #F4CC9A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 154 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.04 |
| HSL | 33.33º | 0.8% | 0.78% | - |
| HSV(B) | 33.33º | 0.37% | 0.96% | - |
| XYZ | 64.73 | 64.75 | 39.66 | - |
| YUV | 210.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 154 | 0 | 0.16 | 0.37 | 0.04 | 33.33 | 0.8 | 0.78 |
| Hex | F4 | CC | 9A | 0 | 10 | 25 | 4 | 21 | 50 | 4E |
| Octal | 364 | 314 | 232 | 0 | 20 | 45 | 4 | 41 | 120 | 116 |
| Binary | 11110100 | 11001100 | 10011010 | 0 | 10000 | 100101 | 100 | 100001 | 1010000 | 1001110 |
Color Harmonies of #F4CC9A
Complementary color
Monochromatic Colors of #F4CC9A
Black with #F4CC9A
Text Example
Text Example
White with #F4CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CC9A; }
p { color: rgb(244,204,154); }
H1.HeaderClassName
{
color: #F4CC9A;
}
.AnyTagClassName
{
color: #F4CC9A;
}
</style>
background-color css
<style>
a { background-color: #F4CC9A; }
a { background-color: rgb(244,204,154); }
div.DivClassName
{
background-color: #F4CC9A;
}
.BgClassName
{
background-color: #F4CC9A;
}
</style>
border-color css
<style>
span { border-color: #F4CC9A; }
span { border-color: rgb(244,204,154); }
td.TdClassName
{
border-color: #F4CC9A;
}
.TagClassName
{
border-color: #F4CC9A;
}
</style>