#F2D09C

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

Shades of Tequila #F2D09C

Tints of Tequila #F2D09C

Color information

#F2D09C (or 0xF2D09C) is unknown color: approx Tequila. HEX triplet: F2, D0 and 9C. RGB value is (242,208,156). Sum of RGB (Red+Green+Blue) = 242+208+156=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D09C is #0D2F63. Grayscale: #D4D4D4. Windows color (decimal): -864100 or 10277106. OLE color: 10277106.

HSL color Cylindrical-coordinate representation of color #F2D09C: hue angle of 36.28º 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 #F2D09C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242208156-
CMYK00.140.360.05
HSL36.28º76.79%78.04%-
HSV(B)36.28º35.54%94.9%-
XYZ65.1766.3940.83-
YUV212.2496.26149.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 208 (81.64% from 255) = 34.32%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=39.93%
G=34.32%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220815600.140.360.0536.2876.7978.04
HexF2D09C0E245244d4e
Octal36232023401644544115116
Binary1111001011010000100111000111010010010110010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D09C; }

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

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

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

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

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

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

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

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