#F7CFA0

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

Shades of Tequila #F7CFA0

Tints of Tequila #F7CFA0

Color information

#F7CFA0 (or 0xF7CFA0) is unknown color: approx Tequila. HEX triplet: F7, CF and A0. RGB value is (247,207,160). Sum of RGB (Red+Green+Blue) = 247+207+160=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CFA0 is #08305F. Grayscale: #D5D5D5. Windows color (decimal): -536672 or 10538999. OLE color: 10538999.

HSL color Cylindrical-coordinate representation of color #F7CFA0: hue angle of 32.41º 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 #F7CFA0 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB247207160-
CMYK00.160.350.03
HSL32.41º84.47%79.8%-
HSV(B)32.41º35.22%96.86%-
XYZ67.0266.9442.65-
YUV213.697.75151.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 160 (62.89% from 255) = 26.06%
R=40.23%
G=33.71%
B=26.06%

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
Decimal24720716000.160.350.0332.4184.4779.8
HexF7CFA0010233205450
Octal36731724002043340124120
Binary1111011111001111101000000100001000111110000010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFA0; }

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

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

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

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

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

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

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

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