#FAD09F

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

Shades of Tequila #FAD09F

Tints of Tequila #FAD09F

Color information

#FAD09F (or 0xFAD09F) is unknown color: approx Tequila. HEX triplet: FA, D0 and 9F. RGB value is (250,208,159). Sum of RGB (Red+Green+Blue) = 250+208+159=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD09F is #052F60. Grayscale: #D7D7D7. Windows color (decimal): -339809 or 10473722. OLE color: 10473722.

HSL color Cylindrical-coordinate representation of color #FAD09F: hue angle of 32.31º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAD09F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250208159-
CMYK00.170.360.02
HSL32.31º90.1%80.2%-
HSV(B)32.31º36.4%98.04%-
XYZ68.2467.9442.32-
YUV214.9796.41152.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 159 (62.5% from 255) = 25.77%
R=40.52%
G=33.71%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020815900.170.360.0232.3190.180.2
HexFAD09F011242205a50
Octal37232023702144240132120
Binary1111101011010000100111110100011001001010000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD09F; }

 p { color: rgb(250,208,159); }

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

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

 a { background-color: rgb(250,208,159); }

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

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

 span { border-color: rgb(250,208,159); }

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