#F5D0AD

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

Shades of Tequila #F5D0AD

Tints of Tequila #F5D0AD

Color information

#F5D0AD (or 0xF5D0AD) is unknown color: approx Tequila. HEX triplet: F5, D0 and AD. RGB value is (245,208,173). Sum of RGB (Red+Green+Blue) = 245+208+173=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D0AD is #0A2F52. Grayscale: #D7D7D7. Windows color (decimal): -667475 or 11391221. OLE color: 11391221.

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

Color convert

RGB245208173-
CMYK00.150.290.04
HSL29.17º78.26%81.96%-
HSV(B)29.17º29.39%96.08%-
XYZ67.7567.5449-
YUV215.07104.26149.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.14%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=39.14%
G=33.23%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520817300.150.290.0429.1778.2681.96
HexF5D0AD0F1D41d4e52
Octal36532025501735435116122
Binary11110101110100001010110101111111011001110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D0AD; }

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

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

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

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

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

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

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

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