#F8D19F

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

Shades of Tequila #F8D19F

Tints of Tequila #F8D19F

Color information

#F8D19F (or 0xF8D19F) is unknown color: approx Tequila. HEX triplet: F8, D1 and 9F. RGB value is (248,209,159). Sum of RGB (Red+Green+Blue) = 248+209+159=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D19F is #072E60. Grayscale: #D7D7D7. Windows color (decimal): -470625 or 10473976. OLE color: 10473976.

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

Color convert

RGB248209159-
CMYK00.160.360.03
HSL33.71º86.41%79.8%-
HSV(B)33.71º35.89%97.25%-
XYZ67.7768.0642.37-
YUV214.9696.42151.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 159 (62.5% from 255) = 25.81%
R=40.26%
G=33.93%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820915900.160.360.0333.7186.4179.8
HexF8D19F010243225650
Octal37032123702044342126120
Binary1111100011010001100111110100001001001110001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D19F; }

 p { color: rgb(248,209,159); }

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

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

 a { background-color: rgb(248,209,159); }

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

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

 span { border-color: rgb(248,209,159); }

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