#F7B386

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

Shades of Tacao #F7B386

Tints of Tacao #F7B386

Color information

#F7B386 (or 0xF7B386) is unknown color: approx Tacao. HEX triplet: F7, B3 and 86. RGB value is (247,179,134). Sum of RGB (Red+Green+Blue) = 247+179+134=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B386 is #084C79. Grayscale: #C2C2C2. Windows color (decimal): -543866 or 8827895. OLE color: 8827895.

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

Color convert

RGB247179134-
CMYK00.280.460.03
HSL23.89º87.6%74.71%-
HSV(B)23.89º45.75%96.86%-
XYZ58.7853.7429.83-
YUV194.294.03165.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.11%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 134 (52.73% from 255) = 23.93%
R=44.11%
G=31.96%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717913400.280.460.0323.8987.674.71
HexF7B38601C2E318584b
Octal36726320603456330130113
Binary111101111011001110000110011100101110111100010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B386; }

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

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

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

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

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

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

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

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