#f8d5a3

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

Shades of Tequila #F8D5A3

Tints of Tequila #F8D5A3

Color information

#F8D5A3 (or 0xF8D5A3) is unknown color: approx Tequila. HEX triplet: F8, D5 and A3. RGB value is (248,213,163). Sum of RGB (Red+Green+Blue) = 248+213+163=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D5A3 is #072A5C. Grayscale: #DADADA. Windows color (decimal): -469597 or 10737144. OLE color: 10737144.

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

Color convert

RGB248213163-
CMYK00.140.340.03
HSL35.29º85.86%80.59%-
HSV(B)35.29º34.27%97.25%-
XYZ69.1270.1944.56-
YUV217.7697.1149.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 163 (64.06% from 255) = 26.12%
R=39.74%
G=34.13%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821316300.140.340.0335.2985.8680.59
HexF8D5A30E223235651
Octal37032524301642343126121
Binary111110001101010110100011011101000101110001110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8d5a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8d5a3; }

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

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

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

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

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

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

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

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