#F2D09F

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

Shades of Tequila #F2D09F

Tints of Tequila #F2D09F

Color information

#F2D09F (or 0xF2D09F) is unknown color: approx Tequila. HEX triplet: F2, D0 and 9F. RGB value is (242,208,159). Sum of RGB (Red+Green+Blue) = 242+208+159=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D09F is #0D2F60. Grayscale: #D4D4D4. Windows color (decimal): -864097 or 10473714. OLE color: 10473714.

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

Color convert

RGB242208159-
CMYK00.140.340.05
HSL35.42º76.15%78.63%-
HSV(B)35.42º34.3%94.9%-
XYZ65.4366.4942.19-
YUV212.5897.76148.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 159 (62.5% from 255) = 26.11%
R=39.74%
G=34.15%
B=26.11%

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
Decimal24220815900.140.340.0535.4276.1578.63
HexF2D09F0E225234c4f
Octal36232023701642543114117
Binary1111001011010000100111110111010001010110001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D09F; }

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

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

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

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

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

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

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

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