Shades of Tequila #F9CFA5
Tints of Tequila #F9CFA5
RGB
CMYK
RGB Variations
Color information
#F9CFA5 (or 0xF9CFA5) is known color: Tequila. HEX triplet: F9, CF and A5. RGB value is (249,207,165). Sum of RGB (Red+Green+Blue) = 249+207+165=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CFA5 is #06305A. Grayscale: #D6D6D6. Windows color (decimal): -405595 or 10866681. OLE color: 10866681.
HSL color Cylindrical-coordinate representation of color #F9CFA5: hue angle of 30º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9CFA5 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 165 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.02 |
| HSL | 30º | 0.88% | 0.81% | - |
| HSV(B) | 30º | 0.34% | 0.98% | - |
| XYZ | 68.17 | 67.48 | 45.03 | - |
| YUV | 214.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 165 | 0 | 0.17 | 0.34 | 0.02 | 30 | 0.88 | 0.81 |
| Hex | F9 | CF | A5 | 0 | 11 | 22 | 2 | 1E | 58 | 51 |
| Octal | 371 | 317 | 245 | 0 | 21 | 42 | 2 | 36 | 130 | 121 |
| Binary | 11111001 | 11001111 | 10100101 | 0 | 10001 | 100010 | 10 | 11110 | 1011000 | 1010001 |
Color Harmonies of #F9CFA5
Complementary color
Monochromatic Colors of #F9CFA5
Black with #F9CFA5
Text Example
Text Example
White with #F9CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFA5; }
p { color: rgb(249,207,165); }
H1.HeaderClassName
{
color: #F9CFA5;
}
.AnyTagClassName
{
color: #F9CFA5;
}
</style>
background-color css
<style>
a { background-color: #F9CFA5; }
a { background-color: rgb(249,207,165); }
div.DivClassName
{
background-color: #F9CFA5;
}
.BgClassName
{
background-color: #F9CFA5;
}
</style>
border-color css
<style>
span { border-color: #F9CFA5; }
span { border-color: rgb(249,207,165); }
td.TdClassName
{
border-color: #F9CFA5;
}
.TagClassName
{
border-color: #F9CFA5;
}
</style>