#F4D2AD

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

Shades of Tequila #F4D2AD

Tints of Tequila #F4D2AD

Color information

#F4D2AD (or 0xF4D2AD) is unknown color: approx Tequila. HEX triplet: F4, D2 and AD. RGB value is (244,210,173). Sum of RGB (Red+Green+Blue) = 244+210+173=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D2AD is #0B2D52. Grayscale: #D8D8D8. Windows color (decimal): -732499 or 11391732. OLE color: 11391732.

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

Color convert

RGB244210173-
CMYK00.140.290.04
HSL31.27º76.34%81.76%-
HSV(B)31.27º29.1%95.69%-
XYZ67.968.3449.15-
YUV215.95103.76148.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.92%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 173 (67.97% from 255) = 27.59%
R=38.92%
G=33.49%
B=27.59%

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
Decimal24421017300.140.290.0431.2776.3481.76
HexF4D2AD0E1D41f4c52
Octal36432225501635437114122
Binary11110100110100101010110101110111011001111110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D2AD; }

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

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

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

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

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

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

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

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