#F7AA71

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

Shades of Tacao #F7AA71

Tints of Tacao #F7AA71

Color information

#F7AA71 (or 0xF7AA71) is unknown color: approx Tacao. HEX triplet: F7, AA and 71. RGB value is (247,170,113). Sum of RGB (Red+Green+Blue) = 247+170+113=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AA71 is #08558E. Grayscale: #BABABA. Windows color (decimal): -546191 or 7449335. OLE color: 7449335.

HSL color Cylindrical-coordinate representation of color #F7AA71: hue angle of 25.52º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7AA71 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247170113-
CMYK00.310.540.03
HSL25.52º89.33%70.59%-
HSV(B)25.52º54.25%96.86%-
XYZ55.7149.7222.28-
YUV186.5286.51171.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.60%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 113 (44.53% from 255) = 21.32%
R=46.60%
G=32.08%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717011300.310.540.0325.5289.3370.59
HexF7AA7101F3631a5947
Octal36725216103766332131107
Binary11110111101010101110001011111110110111101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA71; }

 p { color: rgb(247,170,113); }

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

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

 a { background-color: rgb(247,170,113); }

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

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

 span { border-color: rgb(247,170,113); }

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