#F3D4A9

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

Shades of Tequila #F3D4A9

Tints of Tequila #F3D4A9

Color information

#F3D4A9 (or 0xF3D4A9) is unknown color: approx Tequila. HEX triplet: F3, D4 and A9. RGB value is (243,212,169). Sum of RGB (Red+Green+Blue) = 243+212+169=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D4A9 is #0C2B56. Grayscale: #D8D8D8. Windows color (decimal): -797527 or 11130099. OLE color: 11130099.

HSL color Cylindrical-coordinate representation of color #F3D4A9: hue angle of 34.86º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3D4A9 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243212169-
CMYK00.130.300.05
HSL34.86º75.51%80.78%-
HSV(B)34.86º30.45%95.29%-
XYZ67.6769.0147.29-
YUV216.37101.27147-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 169 (66.41% from 255) = 27.08%
R=38.94%
G=33.97%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321216900.130.300.0534.8675.5180.78
HexF3D4A90D1E5234c51
Octal36332425101536543114121
Binary111100111101010010101001011011111010110001110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D4A9; }

 p { color: rgb(243,212,169); }

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

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

 a { background-color: rgb(243,212,169); }

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

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

 span { border-color: rgb(243,212,169); }

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