#F6B386

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

Shades of Tacao #F6B386

Tints of Tacao #F6B386

Color information

#F6B386 (or 0xF6B386) is unknown color: approx Tacao. HEX triplet: F6, B3 and 86. RGB value is (246,179,134). Sum of RGB (Red+Green+Blue) = 246+179+134=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B386 is #094C79. Grayscale: #C2C2C2. Windows color (decimal): -609402 or 8827894. OLE color: 8827894.

HSL color Cylindrical-coordinate representation of color #F6B386: hue angle of 24.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6B386 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246179134-
CMYK00.270.460.04
HSL24.11º86.15%74.51%-
HSV(B)24.11º45.53%96.47%-
XYZ58.4353.5529.81-
YUV193.994.2165.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.01%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 134 (52.73% from 255) = 23.97%
R=44.01%
G=32.02%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617913400.270.460.0424.1186.1574.51
HexF6B38601B2E418564b
Octal36626320603356430126113
Binary1111011010110011100001100110111011101001100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B386; }

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

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

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

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

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

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

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

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