#F8D4A7

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

Shades of Tequila #F8D4A7

Tints of Tequila #F8D4A7

Color information

#F8D4A7 (or 0xF8D4A7) is unknown color: approx Tequila. HEX triplet: F8, D4 and A7. RGB value is (248,212,167). Sum of RGB (Red+Green+Blue) = 248+212+167=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 167 (65.62% from 255 or 26.63% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D4A7 is #072B58. Grayscale: #D9D9D9. Windows color (decimal): -469849 or 10999032. OLE color: 10999032.

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

Color convert

RGB248212167-
CMYK00.150.330.03
HSL33.33º85.26%81.37%-
HSV(B)33.33º32.66%97.25%-
XYZ69.2369.8346.39-
YUV217.6399.43149.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.55%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 167 (65.62% from 255) = 26.63%
R=39.55%
G=33.81%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821216700.150.330.0333.3385.2681.37
HexF8D4A70F213215551
Octal37032424701741341125121
Binary111110001101010010100111011111000011110000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D4A7; }

 p { color: rgb(248,212,167); }

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

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

 a { background-color: rgb(248,212,167); }

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

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

 span { border-color: rgb(248,212,167); }

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