#F8D5A9

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

Shades of Tequila #F8D5A9

Tints of Tequila #F8D5A9

Color information

#F8D5A9 (or 0xF8D5A9) is unknown color: approx Tequila. HEX triplet: F8, D5 and A9. RGB value is (248,213,169). Sum of RGB (Red+Green+Blue) = 248+213+169=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D5A9 is #072A56. Grayscale: #DADADA. Windows color (decimal): -469591 or 11130360. OLE color: 11130360.

HSL color Cylindrical-coordinate representation of color #F8D5A9: hue angle of 33.42º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8D5A9 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB248213169-
CMYK00.140.320.03
HSL33.42º84.95%81.76%-
HSV(B)33.42º31.85%97.25%-
XYZ69.6770.4147.45-
YUV218.45100.1149.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 169 (66.41% from 255) = 26.83%
R=39.37%
G=33.81%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821316900.140.320.0333.4284.9581.76
HexF8D5A90E203215552
Octal37032525101640341125122
Binary111110001101010110101001011101000001110000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5A9; }

 p { color: rgb(248,213,169); }

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

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

 a { background-color: rgb(248,213,169); }

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

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

 span { border-color: rgb(248,213,169); }

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