Shades of Tequila #F5CB9B
Tints of Tequila #F5CB9B
RGB
CMYK
RGB Variations
Color information
#F5CB9B (or 0xF5CB9B) is known color: Tequila. HEX triplet: F5, CB and 9B. RGB value is (245,203,155). Sum of RGB (Red+Green+Blue) = 245+203+155=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CB9B is #0A3464. Grayscale: #D2D2D2. Windows color (decimal): -668773 or 10210293. OLE color: 10210293.
HSL color Cylindrical-coordinate representation of color #F5CB9B: hue angle of 32º 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 #F5CB9B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 155 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.04 |
| HSL | 32º | 0.82% | 0.78% | - |
| HSV(B) | 32º | 0.37% | 0.96% | - |
| XYZ | 64.93 | 64.49 | 40.04 | - |
| YUV | 210.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 155 | 0 | 0.17 | 0.37 | 0.04 | 32 | 0.82 | 0.78 |
| Hex | F5 | CB | 9B | 0 | 11 | 25 | 4 | 20 | 52 | 4E |
| Octal | 365 | 313 | 233 | 0 | 21 | 45 | 4 | 40 | 122 | 116 |
| Binary | 11110101 | 11001011 | 10011011 | 0 | 10001 | 100101 | 100 | 100000 | 1010010 | 1001110 |
Color Harmonies of #F5CB9B
Complementary color
Monochromatic Colors of #F5CB9B
Black with #F5CB9B
Text Example
Text Example
White with #F5CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB9B; }
p { color: rgb(245,203,155); }
H1.HeaderClassName
{
color: #F5CB9B;
}
.AnyTagClassName
{
color: #F5CB9B;
}
</style>
background-color css
<style>
a { background-color: #F5CB9B; }
a { background-color: rgb(245,203,155); }
div.DivClassName
{
background-color: #F5CB9B;
}
.BgClassName
{
background-color: #F5CB9B;
}
</style>
border-color css
<style>
span { border-color: #F5CB9B; }
span { border-color: rgb(245,203,155); }
td.TdClassName
{
border-color: #F5CB9B;
}
.TagClassName
{
border-color: #F5CB9B;
}
</style>