#F4D1AD

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

Shades of Tequila #F4D1AD

Tints of Tequila #F4D1AD

Color information

#F4D1AD (or 0xF4D1AD) is unknown color: approx Tequila. HEX triplet: F4, D1 and AD. RGB value is (244,209,173). Sum of RGB (Red+Green+Blue) = 244+209+173=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D1AD is #0B2E52. Grayscale: #D7D7D7. Windows color (decimal): -732755 or 11391476. OLE color: 11391476.

HSL color Cylindrical-coordinate representation of color #F4D1AD: hue angle of 30.42º degrees, saturation: 0.76, 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 #F4D1AD is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244209173-
CMYK00.140.290.04
HSL30.42º76.34%81.76%-
HSV(B)30.42º29.1%95.69%-
XYZ67.6567.8549.07-
YUV215.36104.1148.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.98%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=38.98%
G=33.39%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420917300.140.290.0430.4276.3481.76
HexF4D1AD0E1D41e4c52
Octal36432125501635436114122
Binary11110100110100011010110101110111011001111010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D1AD; }

 p { color: rgb(244,209,173); }

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

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

 a { background-color: rgb(244,209,173); }

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

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

 span { border-color: rgb(244,209,173); }

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