#F5D09F

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

Shades of Tequila #F5D09F

Tints of Tequila #F5D09F

Color information

#F5D09F (or 0xF5D09F) is unknown color: approx Tequila. HEX triplet: F5, D0 and 9F. RGB value is (245,208,159). Sum of RGB (Red+Green+Blue) = 245+208+159=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D09F is #0A2F60. Grayscale: #D5D5D5. Windows color (decimal): -667489 or 10473717. OLE color: 10473717.

HSL color Cylindrical-coordinate representation of color #F5D09F: hue angle of 34.19º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5D09F is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB245208159-
CMYK00.150.350.04
HSL34.19º81.13%79.22%-
HSV(B)34.19º35.1%96.08%-
XYZ66.4767.0342.24-
YUV213.4897.26150.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.03%
GREEN value IS 208 (81.64% from 255) = 33.99%
BLUE value IS 159 (62.5% from 255) = 25.98%
R=40.03%
G=33.99%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520815900.150.350.0434.1981.1379.22
HexF5D09F0F23422514f
Octal36532023701743442121117
Binary1111010111010000100111110111110001110010001010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D09F; }

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

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

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

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

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

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

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

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