COLOR #F6C386

HEX: #F6C386
RGB: (246,195,134)

Color info

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

RGB color model

#F6C386 color RGB value is (246,195,134).

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

RGB channels and saturation

R 246 of 255 = 96%
G 195 of 255 = 76%
B 134 of 255 = 53%

246
195
134

R + G + B ~ 75%. #F6C386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 195 + 134 = 575 (100%)
R 246 of 575 ~ 42.78%
G 195 of 575 ~ 33.91%
B 134 of 575 ~ 23.3%

%42.78
%33.91
%23.3

CMYK color model

#F6C386 color CMYK value is (0,21,46,4).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK:
(0,21,46,4)
C0M21Y46K4 
(0%,21%,46%,4%)
(0.00/0.21/0.46/0.04)	

CMYK percentages

%0
%20.73
%45.53
%3.53

Codes

Color #F6C386 in popluar color models

F6C386
RGB246195134
HSL33°86.15%74.51%
HSB/HSV33°45.53%96.47%
CMYK0.00%20.73%45.53%
3.53%

Color #F6C386 in popluar number systems.

HEXF6C386
Decimal246195134
Binary111101101100001110000110
Octal366303206

Shades and tints

Shades of #F6C386

#F6C386
(246,195,134)
#E0B27A
(224,178,122)
#CAA16E
(202,161,110)
#B49062
(180,144,98)
#9E7F56
(158,127,86)
#886E4A
(136,110,74)
#725D3E
(114,93,62)
#5C4C32
(92,76,50)
#463B26
(70,59,38)
#302A1A
(48,42,26)
#1A190E
(26,25,14)
#000000
(0,0,0)

Tints of #F6C386

#F6C386
(246,195,134)
#F6C891
(246,200,145)
#F6CD9C
(246,205,156)
#F6D2A7
(246,210,167)
#F6D7B2
(246,215,178)
#F6DCBD
(246,220,189)
#F6E1C8
(246,225,200)
#F6E6D3
(246,230,211)
#F6EBDE
(246,235,222)
#F6F0E9
(246,240,233)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C386; }

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

This text font color is #F6C386.


Background Color

.myBgColor { background-color: #F6C386; }

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

This div background color is #F6C386.


Border color

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

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

This div border color is #F6C386.


Opacity

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

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

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

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

This text has shadow with #F6C386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C386 on black background.


Color preview on white background

This text has color #F6C386 on white background.



Black color preview on #F6C386 background

This text has black color on #F6C386 background.


White color preview on #F6C386 background

This text has white color on #F6C386 background.