#F7AD86

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

Shades of Tacao #F7AD86

Tints of Tacao #F7AD86

Color information

#F7AD86 (or 0xF7AD86) is unknown color: approx Tacao. HEX triplet: F7, AD and 86. RGB value is (247,173,134). Sum of RGB (Red+Green+Blue) = 247+173+134=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AD86 is #085279. Grayscale: #BEBEBE. Windows color (decimal): -545402 or 8826359. OLE color: 8826359.

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

Color convert

RGB247173134-
CMYK00.300.460.03
HSL20.71º87.6%74.71%-
HSV(B)20.71º45.75%96.86%-
XYZ57.651.3829.44-
YUV190.6896.02168.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.58%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 134 (52.73% from 255) = 24.19%
R=44.58%
G=31.23%
B=24.19%

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
Decimal24717313400.300.460.0320.7187.674.71
HexF7AD8601E2E315584b
Octal36725520603656325130113
Binary111101111010110110000110011110101110111010110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AD86; }

 p { color: rgb(247,173,134); }

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

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

 a { background-color: rgb(247,173,134); }

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

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

 span { border-color: rgb(247,173,134); }

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