#F5CD9F

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

Shades of Tequila #F5CD9F

Tints of Tequila #F5CD9F

Color information

#F5CD9F (or 0xF5CD9F) is unknown color: approx Tequila. HEX triplet: F5, CD and 9F. RGB value is (245,205,159). Sum of RGB (Red+Green+Blue) = 245+205+159=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD9F is #0A3260. Grayscale: #D3D3D3. Windows color (decimal): -668257 or 10472949. OLE color: 10472949.

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

Color convert

RGB245205159-
CMYK00.160.350.04
HSL32.09º81.13%79.22%-
HSV(B)32.09º35.1%96.08%-
XYZ65.7565.5841.99-
YUV211.7298.25151.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.23%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 159 (62.5% from 255) = 26.11%
R=40.23%
G=33.66%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520515900.160.350.0432.0981.1379.22
HexF5CD9F01023420514f
Octal36531523702043440121117
Binary11110101110011011001111101000010001110010000010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD9F; }

 p { color: rgb(245,205,159); }

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

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

 a { background-color: rgb(245,205,159); }

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

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

 span { border-color: rgb(245,205,159); }

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