#F7AC80

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

Shades of Tacao #F7AC80

Tints of Tacao #F7AC80

Color information

#F7AC80 (or 0xF7AC80) is unknown color: approx Tacao. HEX triplet: F7, AC and 80. RGB value is (247,172,128). Sum of RGB (Red+Green+Blue) = 247+172+128=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AC80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AC80 is #08537F. Grayscale: #BDBDBD. Windows color (decimal): -545664 or 8432887. OLE color: 8432887.

HSL color Cylindrical-coordinate representation of color #F7AC80: hue angle of 22.18º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7AC80 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247172128-
CMYK00.300.480.03
HSL22.18º88.15%73.53%-
HSV(B)22.18º48.18%96.86%-
XYZ57.0150.8427.23-
YUV189.4193.35169.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.16%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=45.16%
G=31.44%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717212800.300.480.0322.1888.1573.53
HexF7AC8001E30316584a
Octal36725420003660326130112
Binary111101111010110010000000011110110000111011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AC80; }

 p { color: rgb(247,172,128); }

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

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

 a { background-color: rgb(247,172,128); }

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

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

 span { border-color: rgb(247,172,128); }

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