Shades of Tequila #F5CC9D
Tints of Tequila #F5CC9D
RGB
CMYK
RGB Variations
Color information
#F5CC9D (or 0xF5CC9D) is known color: Tequila. HEX triplet: F5, CC and 9D. RGB value is (245,204,157). Sum of RGB (Red+Green+Blue) = 245+204+157=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC9D is #0A3362. Grayscale: #D3D3D3. Windows color (decimal): -668515 or 10341621. OLE color: 10341621.
HSL color Cylindrical-coordinate representation of color #F5CC9D: hue angle of 32.05º degrees, saturation: 0.81, 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 #F5CC9D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 157 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.04 |
| HSL | 32.05º | 0.81% | 0.79% | - |
| HSV(B) | 32.05º | 0.36% | 0.96% | - |
| XYZ | 65.33 | 65.03 | 41.01 | - |
| YUV | 210.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 157 | 0 | 0.17 | 0.36 | 0.04 | 32.05 | 0.81 | 0.79 |
| Hex | F5 | CC | 9D | 0 | 11 | 24 | 4 | 20 | 51 | 4F |
| Octal | 365 | 314 | 235 | 0 | 21 | 44 | 4 | 40 | 121 | 117 |
| Binary | 11110101 | 11001100 | 10011101 | 0 | 10001 | 100100 | 100 | 100000 | 1010001 | 1001111 |
Color Harmonies of #F5CC9D
Complementary color
Monochromatic Colors of #F5CC9D
Black with #F5CC9D
Text Example
Text Example
White with #F5CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC9D; }
p { color: rgb(245,204,157); }
H1.HeaderClassName
{
color: #F5CC9D;
}
.AnyTagClassName
{
color: #F5CC9D;
}
</style>
background-color css
<style>
a { background-color: #F5CC9D; }
a { background-color: rgb(245,204,157); }
div.DivClassName
{
background-color: #F5CC9D;
}
.BgClassName
{
background-color: #F5CC9D;
}
</style>
border-color css
<style>
span { border-color: #F5CC9D; }
span { border-color: rgb(245,204,157); }
td.TdClassName
{
border-color: #F5CC9D;
}
.TagClassName
{
border-color: #F5CC9D;
}
</style>