Shades of Tequila #F9CDA1
Tints of Tequila #F9CDA1
RGB
CMYK
RGB Variations
Color information
#F9CDA1 (or 0xF9CDA1) is known color: Tequila. HEX triplet: F9, CD and A1. RGB value is (249,205,161). Sum of RGB (Red+Green+Blue) = 249+205+161=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CDA1 is #06325E. Grayscale: #D5D5D5. Windows color (decimal): -406111 or 10604025. OLE color: 10604025.
HSL color Cylindrical-coordinate representation of color #F9CDA1: hue angle of 30º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9CDA1 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 161 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.02 |
| HSL | 30º | 0.88% | 0.8% | - |
| HSV(B) | 30º | 0.35% | 0.98% | - |
| XYZ | 67.33 | 66.38 | 42.98 | - |
| YUV | 213.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 161 | 0 | 0.18 | 0.35 | 0.02 | 30 | 0.88 | 0.8 |
| Hex | F9 | CD | A1 | 0 | 12 | 23 | 2 | 1E | 58 | 50 |
| Octal | 371 | 315 | 241 | 0 | 22 | 43 | 2 | 36 | 130 | 120 |
| Binary | 11111001 | 11001101 | 10100001 | 0 | 10010 | 100011 | 10 | 11110 | 1011000 | 1010000 |
Color Harmonies of #F9CDA1
Complementary color
Monochromatic Colors of #F9CDA1
Black with #F9CDA1
Text Example
Text Example
White with #F9CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDA1; }
p { color: rgb(249,205,161); }
H1.HeaderClassName
{
color: #F9CDA1;
}
.AnyTagClassName
{
color: #F9CDA1;
}
</style>
background-color css
<style>
a { background-color: #F9CDA1; }
a { background-color: rgb(249,205,161); }
div.DivClassName
{
background-color: #F9CDA1;
}
.BgClassName
{
background-color: #F9CDA1;
}
</style>
border-color css
<style>
span { border-color: #F9CDA1; }
span { border-color: rgb(249,205,161); }
td.TdClassName
{
border-color: #F9CDA1;
}
.TagClassName
{
border-color: #F9CDA1;
}
</style>