Shades of Tequila #F2CE9A
Tints of Tequila #F2CE9A
RGB
CMYK
RGB Variations
Color information
#F2CE9A (or 0xF2CE9A) is known color: Tequila. HEX triplet: F2, CE and 9A. RGB value is (242,206,154). Sum of RGB (Red+Green+Blue) = 242+206+154=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE9A is #0D3165. Grayscale: #D3D3D3. Windows color (decimal): -864614 or 10145522. OLE color: 10145522.
HSL color Cylindrical-coordinate representation of color #F2CE9A: hue angle of 35.45º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2CE9A is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 154 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.05 |
| HSL | 35.45º | 0.77% | 0.78% | - |
| HSV(B) | 35.45º | 0.36% | 0.95% | - |
| XYZ | 64.52 | 65.35 | 39.79 | - |
| YUV | 210.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 154 | 0 | 0.15 | 0.36 | 0.05 | 35.45 | 0.77 | 0.78 |
| Hex | F2 | CE | 9A | 0 | F | 24 | 5 | 23 | 4D | 4E |
| Octal | 362 | 316 | 232 | 0 | 17 | 44 | 5 | 43 | 115 | 116 |
| Binary | 11110010 | 11001110 | 10011010 | 0 | 1111 | 100100 | 101 | 100011 | 1001101 | 1001110 |
Color Harmonies of #F2CE9A
Complementary color
Monochromatic Colors of #F2CE9A
Black with #F2CE9A
Text Example
Text Example
White with #F2CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE9A; }
p { color: rgb(242,206,154); }
H1.HeaderClassName
{
color: #F2CE9A;
}
.AnyTagClassName
{
color: #F2CE9A;
}
</style>
background-color css
<style>
a { background-color: #F2CE9A; }
a { background-color: rgb(242,206,154); }
div.DivClassName
{
background-color: #F2CE9A;
}
.BgClassName
{
background-color: #F2CE9A;
}
</style>
border-color css
<style>
span { border-color: #F2CE9A; }
span { border-color: rgb(242,206,154); }
td.TdClassName
{
border-color: #F2CE9A;
}
.TagClassName
{
border-color: #F2CE9A;
}
</style>