#F0D0AC

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

Shades of Tequila #F0D0AC

Tints of Tequila #F0D0AC

Color information

#F0D0AC (or 0xF0D0AC) is unknown color: approx Tequila. HEX triplet: F0, D0 and AC. RGB value is (240,208,172). Sum of RGB (Red+Green+Blue) = 240+208+172=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D0AC is #0F2F53. Grayscale: #D5D5D5. Windows color (decimal): -995156 or 11325680. OLE color: 11325680.

HSL color Cylindrical-coordinate representation of color #F0D0AC: hue angle of 31.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0D0AC is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240208172-
CMYK00.130.280.06
HSL31.76º69.39%80.78%-
HSV(B)31.76º28.33%94.12%-
XYZ65.9466.6248.41-
YUV213.46104.6146.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=38.71%
G=33.55%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020817200.130.280.0631.7669.3980.78
HexF0D0AC0D1C6204551
Octal36032025401534640105121
Binary111100001101000010101100011011110011010000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D0AC; }

 p { color: rgb(240,208,172); }

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

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

 a { background-color: rgb(240,208,172); }

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

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

 span { border-color: rgb(240,208,172); }

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