#F7AA85

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

Shades of Tacao #F7AA85

Tints of Tacao #F7AA85

Color information

#F7AA85 (or 0xF7AA85) is unknown color: approx Tacao. HEX triplet: F7, AA and 85. RGB value is (247,170,133). Sum of RGB (Red+Green+Blue) = 247+170+133=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AA85 is #08557A. Grayscale: #BDBDBD. Windows color (decimal): -546171 or 8760055. OLE color: 8760055.

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

Color convert

RGB247170133-
CMYK00.310.460.03
HSL19.47º87.69%74.51%-
HSV(B)19.47º46.15%96.86%-
XYZ56.9750.2228.88-
YUV188.896.51169.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.91%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=44.91%
G=30.91%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717013300.310.460.0319.4787.6974.51
HexF7AA8501F2E313584b
Octal36725220503756323130113
Binary111101111010101010000101011111101110111001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA85; }

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

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

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

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

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

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

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

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