Shades of Tequila #F5CB9C
Tints of Tequila #F5CB9C
RGB
CMYK
RGB Variations
Color information
#F5CB9C (or 0xF5CB9C) is known color: Tequila. HEX triplet: F5, CB and 9C. RGB value is (245,203,156). Sum of RGB (Red+Green+Blue) = 245+203+156=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CB9C is #0A3463. Grayscale: #D2D2D2. Windows color (decimal): -668772 or 10275829. OLE color: 10275829.
HSL color Cylindrical-coordinate representation of color #F5CB9C: hue angle of 31.69º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5CB9C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 156 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.04 |
| HSL | 31.69º | 0.82% | 0.79% | - |
| HSV(B) | 31.69º | 0.36% | 0.96% | - |
| XYZ | 65.01 | 64.52 | 40.48 | - |
| YUV | 210.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 156 | 0 | 0.17 | 0.36 | 0.04 | 31.69 | 0.82 | 0.79 |
| Hex | F5 | CB | 9C | 0 | 11 | 24 | 4 | 20 | 52 | 4F |
| Octal | 365 | 313 | 234 | 0 | 21 | 44 | 4 | 40 | 122 | 117 |
| Binary | 11110101 | 11001011 | 10011100 | 0 | 10001 | 100100 | 100 | 100000 | 1010010 | 1001111 |
Color Harmonies of #F5CB9C
Complementary color
Monochromatic Colors of #F5CB9C
Black with #F5CB9C
Text Example
Text Example
White with #F5CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB9C; }
p { color: rgb(245,203,156); }
H1.HeaderClassName
{
color: #F5CB9C;
}
.AnyTagClassName
{
color: #F5CB9C;
}
</style>
background-color css
<style>
a { background-color: #F5CB9C; }
a { background-color: rgb(245,203,156); }
div.DivClassName
{
background-color: #F5CB9C;
}
.BgClassName
{
background-color: #F5CB9C;
}
</style>
border-color css
<style>
span { border-color: #F5CB9C; }
span { border-color: rgb(245,203,156); }
td.TdClassName
{
border-color: #F5CB9C;
}
.TagClassName
{
border-color: #F5CB9C;
}
</style>