#F5CD9C

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

Shades of Tequila #F5CD9C

Tints of Tequila #F5CD9C

Color information

#F5CD9C (or 0xF5CD9C) is unknown color: approx Tequila. HEX triplet: F5, CD and 9C. RGB value is (245,205,156). Sum of RGB (Red+Green+Blue) = 245+205+156=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD9C is #0A3263. Grayscale: #D3D3D3. Windows color (decimal): -668260 or 10276341. OLE color: 10276341.

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

Color convert

RGB245205156-
CMYK00.160.360.04
HSL33.03º81.65%78.63%-
HSV(B)33.03º36.33%96.08%-
XYZ65.4965.4840.64-
YUV211.3796.75151.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=40.43%
G=33.83%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520515600.160.360.0433.0381.6578.63
HexF5CD9C01024421524f
Octal36531523402044441122117
Binary11110101110011011001110001000010010010010000110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD9C; }

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

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

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

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

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

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

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

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