COLOR #F6C686

HEX: #F6C686
RGB: (246,198,134)

Color info

#F6C686 contains mainly red and green colors. Web safe color of #F6C686 is #FFCC99 (or #FC9).

RGB color model

#F6C686 color RGB value is (246,198,134).

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

RGB channels and saturation

R 246 of 255 = 96%
G 198 of 255 = 78%
B 134 of 255 = 53%

246
198
134

R + G + B ~ 76%. #F6C686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 198 + 134 = 578 (100%)
R 246 of 578 ~ 42.56%
G 198 of 578 ~ 34.26%
B 134 of 578 ~ 23.18%

%42.56
%34.26
%23.18

CMYK color model

#F6C686 color CMYK value is (0,20,46,4).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK:
(0,20,46,4)
C0M20Y46K4 
(0%,20%,46%,4%)
(0.00/0.20/0.46/0.04)	

CMYK percentages

%0
%19.51
%45.53
%3.53

Codes

Color #F6C686 in popluar color models

F6C686
RGB246198134
HSL34°86.15%74.51%
HSB/HSV34°45.53%96.47%
CMYK0.00%19.51%45.53%
3.53%

Color #F6C686 in popluar number systems.

HEXF6C686
Decimal246198134
Binary111101101100011010000110
Octal366306206

Shades and tints

Shades of #F6C686

#F6C686
(246,198,134)
#E0B47A
(224,180,122)
#CAA26E
(202,162,110)
#B49062
(180,144,98)
#9E7E56
(158,126,86)
#886C4A
(136,108,74)
#725A3E
(114,90,62)
#5C4832
(92,72,50)
#463626
(70,54,38)
#30241A
(48,36,26)
#1A120E
(26,18,14)
#000000
(0,0,0)

Tints of #F6C686

#F6C686
(246,198,134)
#F6CB91
(246,203,145)
#F6D09C
(246,208,156)
#F6D5A7
(246,213,167)
#F6DAB2
(246,218,178)
#F6DFBD
(246,223,189)
#F6E4C8
(246,228,200)
#F6E9D3
(246,233,211)
#F6EEDE
(246,238,222)
#F6F3E9
(246,243,233)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C686; }

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

This text font color is #F6C686.


Background Color

.myBgColor { background-color: #F6C686; }

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

This div background color is #F6C686.


Border color

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

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

This div border color is #F6C686.


Opacity

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

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

Text with #F6C686 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 #F6C686;}

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

This text has shadow with #F6C686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C686 on black background.


Color preview on white background

This text has color #F6C686 on white background.



Black color preview on #F6C686 background

This text has black color on #F6C686 background.


White color preview on #F6C686 background

This text has white color on #F6C686 background.