#F6D3A5

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

Shades of Tequila #F6D3A5

Tints of Tequila #F6D3A5

Color information

#F6D3A5 (or 0xF6D3A5) is unknown color: approx Tequila. HEX triplet: F6, D3 and A5. RGB value is (246,211,165). Sum of RGB (Red+Green+Blue) = 246+211+165=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D3A5 is #092C5A. Grayscale: #D8D8D8. Windows color (decimal): -601179 or 10867702. OLE color: 10867702.

HSL color Cylindrical-coordinate representation of color #F6D3A5: hue angle of 34.07º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6D3A5 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB246211165-
CMYK00.140.330.04
HSL34.07º81.82%80.59%-
HSV(B)34.07º32.93%96.47%-
XYZ68.0968.945.31-
YUV216.2299.1149.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 211 (82.81% from 255) = 33.92%
BLUE value IS 165 (64.84% from 255) = 26.53%
R=39.55%
G=33.92%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621116500.140.330.0434.0781.8280.59
HexF6D3A50E214225251
Octal36632324501641442122121
Binary1111011011010011101001010111010000110010001010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D3A5; }

 p { color: rgb(246,211,165); }

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

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

 a { background-color: rgb(246,211,165); }

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

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

 span { border-color: rgb(246,211,165); }

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