#F7AE85

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

Shades of Tacao #F7AE85

Tints of Tacao #F7AE85

Color information

#F7AE85 (or 0xF7AE85) is unknown color: approx Tacao. HEX triplet: F7, AE and 85. RGB value is (247,174,133). Sum of RGB (Red+Green+Blue) = 247+174+133=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AE85 is #08517A. Grayscale: #BFBFBF. Windows color (decimal): -545147 or 8761079. OLE color: 8761079.

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

Color convert

RGB247174133-
CMYK00.300.460.03
HSL21.58º87.69%74.51%-
HSV(B)21.58º46.15%96.86%-
XYZ57.7351.7429.13-
YUV191.1595.18167.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.58%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=44.58%
G=31.41%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717413300.300.460.0321.5887.6974.51
HexF7AE8501E2E316584b
Octal36725620503656326130113
Binary111101111010111010000101011110101110111011010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE85; }

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

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

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

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

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

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

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

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