Shades of Tequila #F3CE9D
Tints of Tequila #F3CE9D
RGB
CMYK
RGB Variations
Color information
#F3CE9D (or 0xF3CE9D) is known color: Tequila. HEX triplet: F3, CE and 9D. RGB value is (243,206,157). Sum of RGB (Red+Green+Blue) = 243+206+157=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CE9D is #0C3162. Grayscale: #D3D3D3. Windows color (decimal): -799075 or 10342131. OLE color: 10342131.
HSL color Cylindrical-coordinate representation of color #F3CE9D: hue angle of 34.19º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3CE9D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 157 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.05 |
| HSL | 34.19º | 0.78% | 0.78% | - |
| HSV(B) | 34.19º | 0.35% | 0.95% | - |
| XYZ | 65.12 | 65.63 | 41.13 | - |
| YUV | 211.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 157 | 0 | 0.15 | 0.35 | 0.05 | 34.19 | 0.78 | 0.78 |
| Hex | F3 | CE | 9D | 0 | F | 23 | 5 | 22 | 4E | 4E |
| Octal | 363 | 316 | 235 | 0 | 17 | 43 | 5 | 42 | 116 | 116 |
| Binary | 11110011 | 11001110 | 10011101 | 0 | 1111 | 100011 | 101 | 100010 | 1001110 | 1001110 |
Color Harmonies of #F3CE9D
Complementary color
Monochromatic Colors of #F3CE9D
Black with #F3CE9D
Text Example
Text Example
White with #F3CE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE9D; }
p { color: rgb(243,206,157); }
H1.HeaderClassName
{
color: #F3CE9D;
}
.AnyTagClassName
{
color: #F3CE9D;
}
</style>
background-color css
<style>
a { background-color: #F3CE9D; }
a { background-color: rgb(243,206,157); }
div.DivClassName
{
background-color: #F3CE9D;
}
.BgClassName
{
background-color: #F3CE9D;
}
</style>
border-color css
<style>
span { border-color: #F3CE9D; }
span { border-color: rgb(243,206,157); }
td.TdClassName
{
border-color: #F3CE9D;
}
.TagClassName
{
border-color: #F3CE9D;
}
</style>