#F7CCA0

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

Shades of Tequila #F7CCA0

Tints of Tequila #F7CCA0

Color information

#F7CCA0 (or 0xF7CCA0) is unknown color: approx Tequila. HEX triplet: F7, CC and A0. RGB value is (247,204,160). Sum of RGB (Red+Green+Blue) = 247+204+160=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CCA0 is #08335F. Grayscale: #D4D4D4. Windows color (decimal): -537440 or 10538231. OLE color: 10538231.

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

Color convert

RGB247204160-
CMYK00.170.350.03
HSL30.34º84.47%79.8%-
HSV(B)30.34º35.22%96.86%-
XYZ66.365.542.41-
YUV211.8498.75153.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 160 (62.89% from 255) = 26.19%
R=40.43%
G=33.39%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720416000.170.350.0330.3484.4779.8
HexF7CCA00112331e5450
Octal36731424002143336124120
Binary111101111100110010100000010001100011111111010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCA0; }

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

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

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

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

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

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

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

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