#F1D09F

Color #F1D09F Tequila (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tequila #F1D09F

Tints of Tequila #F1D09F

Color information

#F1D09F (or 0xF1D09F) is unknown color: approx Tequila. HEX triplet: F1, D0 and 9F. RGB value is (241,208,159). Sum of RGB (Red+Green+Blue) = 241+208+159=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D09F is #0E2F60. Grayscale: #D4D4D4. Windows color (decimal): -929633 or 10473713. OLE color: 10473713.

HSL color Cylindrical-coordinate representation of color #F1D09F: hue angle of 35.85º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1D09F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241208159-
CMYK00.140.340.05
HSL35.85º74.55%78.43%-
HSV(B)35.85º34.02%94.51%-
XYZ65.0966.3242.17-
YUV212.2897.93148.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 159 (62.5% from 255) = 26.15%
R=39.64%
G=34.21%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120815900.140.340.0535.8574.5578.43
HexF1D09F0E225244b4e
Octal36132023701642544113116
Binary1111000111010000100111110111010001010110010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D09F; }

 p { color: rgb(241,208,159); }

 H1.HeaderClassName
 {
   color: #F1D09F;
 }
 .AnyTagClassName
 {
   color: #F1D09F;
 }
</style>
background-color css

<style>
 a { background-color: #F1D09F; }

 a { background-color: rgb(241,208,159); }

 div.DivClassName
 {
   background-color: #F1D09F;
 }
 .BgClassName
 {
   background-color: #F1D09F;
 }
</style>
border-color css

<style>
 span { border-color: #F1D09F; }

 span { border-color: rgb(241,208,159); }

 td.TdClassName
 {
   border-color: #F1D09F;
 }
 .TagClassName
 {
   border-color: #F1D09F;
 }
</style>