COLOR #F6B886

HEX: #F6B886
RGB: (246,184,134)

Color info

#F6B886 contains mainly red color. Web safe color of #F6B886 is #FFCC99 (or #FC9).

RGB color model

#F6B886 color RGB value is (246,184,134).

  • red value is 246;
  • green value is 184;
  • blue value is 134.
RGB:
(246,184,134)
(96%,72%,53%)

RGB channels and saturation

R 246 of 255 = 96%
G 184 of 255 = 72%
B 134 of 255 = 53%

246
184
134

R + G + B ~ 74%. #F6B886 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 184 + 134 = 564 (100%)
R 246 of 564 ~ 43.62%
G 184 of 564 ~ 32.62%
B 134 of 564 ~ 23.76%

%43.62
%32.62
%23.76

CMYK color model

#F6B886 color CMYK value is (0,25,46,4).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK:
(0,25,46,4)
C0M25Y46K4 
(0%,25%,46%,4%)
(0.00/0.25/0.46/0.04)	

CMYK percentages

%0
%25.2
%45.53
%3.53

Codes

Color #F6B886 in popluar color models

F6B886
RGB246184134
HSL27°86.15%74.51%
HSB/HSV27°45.53%96.47%
CMYK0.00%25.20%45.53%
3.53%

Color #F6B886 in popluar number systems.

HEXF6B886
Decimal246184134
Binary111101101011100010000110
Octal366270206

Shades and tints

Shades of #F6B886

#F6B886
(246,184,134)
#E0A87A
(224,168,122)
#CA986E
(202,152,110)
#B48862
(180,136,98)
#9E7856
(158,120,86)
#88684A
(136,104,74)
#72583E
(114,88,62)
#5C4832
(92,72,50)
#463826
(70,56,38)
#30281A
(48,40,26)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #F6B886

#F6B886
(246,184,134)
#F6BE91
(246,190,145)
#F6C49C
(246,196,156)
#F6CAA7
(246,202,167)
#F6D0B2
(246,208,178)
#F6D6BD
(246,214,189)
#F6DCC8
(246,220,200)
#F6E2D3
(246,226,211)
#F6E8DE
(246,232,222)
#F6EEE9
(246,238,233)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B886 color. Also use rgb(246,184,134) instead hex code.

Text Font Color

.myTextColor { color: #F6B886; }

<p style="color:#F6B886">This sample text font color is #F6B886.</p>

This text font color is #F6B886.


Background Color

.myBgColor { background-color: #F6B886; }

<div style="background-color:#F6B886">Inner text</div>

This div background color is #F6B886.


Border color

.myBorderColor { border: 1px solid #F6B886; }

<div style="border:3px solid #F6B886">Div</div>

This div border color is #F6B886.


Opacity

.myOpacity80 { color: #F6B886; opacity: 0.8; }

<p style="color:#F6B886;opacity:0.8;">80%</p>

Text with #F6B886 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F6B886;}

<p style="text-shadow: 3px 3px 1px #F6B886">Text here.</p>

This text has shadow with #F6B886 color.

.textShadow {text-shadow: 3px 3px 1px #F6B886, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F6B886, 5px 5px 20px red">Text here.</p>

This text has shadow with #F6B886 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6B886, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F6B886, Direction=45, Strength=4)">Text</p>

This text has shadow with #F6B886 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F6B886;
  -webkit-box-shadow:	1px 1px 3px 2px #F6B886;
  box-shadow:		1px 1px 3px 2px #F6B886;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6B886;
-webkit-box-shadow: 1px 1px 3px 2px #F6B886;
box-shadow:1px 1px 3px 2px #F6B886;">
Div content here</div>
This div box has shadow with color #F6B886.

Preview

Color preview on black background

This text has color #F6B886 on black background.


Color preview on white background

This text has color #F6B886 on white background.



Black color preview on #F6B886 background

This text has black color on #F6B886 background.


White color preview on #F6B886 background

This text has white color on #F6B886 background.