#F0CCA1

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

Shades of Tequila #F0CCA1

Tints of Tequila #F0CCA1

Color information

#F0CCA1 (or 0xF0CCA1) is unknown color: approx Tequila. HEX triplet: F0, CC and A1. RGB value is (240,204,161). Sum of RGB (Red+Green+Blue) = 240+204+161=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCA1 is #0F335E. Grayscale: #D2D2D2. Windows color (decimal): -996191 or 10603760. OLE color: 10603760.

HSL color Cylindrical-coordinate representation of color #F0CCA1: hue angle of 32.66º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0CCA1 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240204161-
CMYK00.150.330.06
HSL32.66º72.48%78.63%-
HSV(B)32.66º32.92%94.12%-
XYZ63.9664.2842.76-
YUV209.86100.43149.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 161 (63.28% from 255) = 26.61%
R=39.67%
G=33.72%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020416100.150.330.0632.6672.4878.63
HexF0CCA10F21621484f
Octal36031424101741641110117
Binary1111000011001100101000010111110000111010000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCA1; }

 p { color: rgb(240,204,161); }

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

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

 a { background-color: rgb(240,204,161); }

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

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

 span { border-color: rgb(240,204,161); }

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