COLOR #F6D86C

HEX: #F6D86C
RGB: (246,216,108)

Color info

#F6D86C contains mainly red and green colors. Web safe color of #F6D86C is #FFCC66 (or #FC6).

RGB color model

#F6D86C color RGB value is (246,216,108).

  • red value is 246;
  • green value is 216;
  • blue value is 108.
RGB:
(246,216,108)
(96%,85%,42%)

RGB channels and saturation

R 246 of 255 = 96%
G 216 of 255 = 85%
B 108 of 255 = 42%

246
216
108

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

Portions of RGB colors in percentages

R + G + B =
246 + 216 + 108 = 570 (100%)
R 246 of 570 ~ 43.16%
G 216 of 570 ~ 37.89%
B 108 of 570 ~ 18.95%

%43.16
%37.89
%18.95

CMYK color model

#F6D86C color CMYK value is (0,12,56,4).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 56.10%
  • key color value is 3.53%
CMYK:
(0,12,56,4)
C0M12Y56K4 
(0%,12%,56%,4%)
(0.00/0.12/0.56/0.04)	

CMYK percentages

%0
%12.2
%56.1
%3.53

Codes

Color #F6D86C in popluar color models

F6D86C
RGB246216108
HSL47°88.46%69.41%
HSB/HSV47°56.10%96.47%
CMYK0.00%12.20%56.10%
3.53%

Color #F6D86C in popluar number systems.

HEXF6D86C
Decimal246216108
Binary11110110110110001101100
Octal366330154

Shades and tints

Shades of #F6D86C

#F6D86C
(246,216,108)
#E0C563
(224,197,99)
#CAB25A
(202,178,90)
#B49F51
(180,159,81)
#9E8C48
(158,140,72)
#88793F
(136,121,63)
#726636
(114,102,54)
#5C532D
(92,83,45)
#464024
(70,64,36)
#302D1B
(48,45,27)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #F6D86C

#F6D86C
(246,216,108)
#F6DB79
(246,219,121)
#F6DE86
(246,222,134)
#F6E193
(246,225,147)
#F6E4A0
(246,228,160)
#F6E7AD
(246,231,173)
#F6EABA
(246,234,186)
#F6EDC7
(246,237,199)
#F6F0D4
(246,240,212)
#F6F3E1
(246,243,225)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D86C color. Also use rgb(246,216,108) instead hex code.

Text Font Color

.myTextColor { color: #F6D86C; }

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

This text font color is #F6D86C.


Background Color

.myBgColor { background-color: #F6D86C; }

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

This div background color is #F6D86C.


Border color

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

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

This div border color is #F6D86C.


Opacity

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

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

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

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

This text has shadow with #F6D86C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D86C on black background.


Color preview on white background

This text has color #F6D86C on white background.



Black color preview on #F6D86C background

This text has black color on #F6D86C background.


White color preview on #F6D86C background

This text has white color on #F6D86C background.