#F7CFA1

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

Shades of Tequila #F7CFA1

Tints of Tequila #F7CFA1

Color information

#F7CFA1 (or 0xF7CFA1) is unknown color: approx Tequila. HEX triplet: F7, CF and A1. RGB value is (247,207,161). Sum of RGB (Red+Green+Blue) = 247+207+161=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CFA1 is #08305E. Grayscale: #D5D5D5. Windows color (decimal): -536671 or 10604535. OLE color: 10604535.

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

Color convert

RGB247207161-
CMYK00.160.350.03
HSL32.09º84.31%80%-
HSV(B)32.09º34.82%96.86%-
XYZ67.166.9743.11-
YUV213.7298.25151.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 161 (63.28% from 255) = 26.18%
R=40.16%
G=33.66%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720716100.160.350.0332.0984.3180
HexF7CFA1010233205450
Octal36731724102043340124120
Binary1111011111001111101000010100001000111110000010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFA1; }

 p { color: rgb(247,207,161); }

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

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

 a { background-color: rgb(247,207,161); }

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

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

 span { border-color: rgb(247,207,161); }

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