#F6CCA1

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

Shades of Tequila #F6CCA1

Tints of Tequila #F6CCA1

Color information

#F6CCA1 (or 0xF6CCA1) is unknown color: approx Tequila. HEX triplet: F6, CC and A1. RGB value is (246,204,161). Sum of RGB (Red+Green+Blue) = 246+204+161=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CCA1 is #09335E. Grayscale: #D3D3D3. Windows color (decimal): -602975 or 10603766. OLE color: 10603766.

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

Color convert

RGB246204161-
CMYK00.170.350.04
HSL30.35º82.52%79.8%-
HSV(B)30.35º34.55%96.47%-
XYZ66.0365.3542.85-
YUV211.6699.41152.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=40.26%
G=33.39%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620416100.170.350.0430.3582.5279.8
HexF6CCA10112341e5350
Octal36631424102143436123120
Binary1111011011001100101000010100011000111001111010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCA1; }

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

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

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

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

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

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

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

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