COLOR #F6C99D

HEX: #F6C99D
RGB: (246,201,157)

Color info

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

RGB color model

#F6C99D color RGB value is (246,201,157).

  • red value is 246;
  • green value is 201;
  • blue value is 157.
RGB:
(246,201,157)
(96%,79%,62%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 157 of 255 = 62%

246
201
157

R + G + B ~ 79%. #F6C99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 201 + 157 = 604 (100%)
R 246 of 604 ~ 40.73%
G 201 of 604 ~ 33.28%
B 157 of 604 ~ 25.99%

%40.73
%33.28
%25.99

CMYK color model

#F6C99D color CMYK value is (0,18,36,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 36.18%
  • key color value is 3.53%
CMYK:
(0,18,36,4)
C0M18Y36K4 
(0%,18%,36%,4%)
(0.00/0.18/0.36/0.04)	

CMYK percentages

%0
%18.29
%36.18
%3.53

Codes

Color #F6C99D in popluar color models

F6C99D
RGB246201157
HSL30°83.18%79.02%
HSB/HSV30°36.18%96.47%
CMYK0.00%18.29%36.18%
3.53%

Color #F6C99D in popluar number systems.

HEXF6C99D
Decimal246201157
Binary111101101100100110011101
Octal366311235

Shades and tints

Shades of #F6C99D

#F6C99D
(246,201,157)
#E0B78F
(224,183,143)
#CAA581
(202,165,129)
#B49373
(180,147,115)
#9E8165
(158,129,101)
#886F57
(136,111,87)
#725D49
(114,93,73)
#5C4B3B
(92,75,59)
#46392D
(70,57,45)
#30271F
(48,39,31)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #F6C99D

#F6C99D
(246,201,157)
#F6CDA5
(246,205,165)
#F6D1AD
(246,209,173)
#F6D5B5
(246,213,181)
#F6D9BD
(246,217,189)
#F6DDC5
(246,221,197)
#F6E1CD
(246,225,205)
#F6E5D5
(246,229,213)
#F6E9DD
(246,233,221)
#F6EDE5
(246,237,229)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C99D color. Also use rgb(246,201,157) instead hex code.

Text Font Color

.myTextColor { color: #F6C99D; }

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

This text font color is #F6C99D.


Background Color

.myBgColor { background-color: #F6C99D; }

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

This div background color is #F6C99D.


Border color

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

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

This div border color is #F6C99D.


Opacity

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

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

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

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

This text has shadow with #F6C99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C99D on black background.


Color preview on white background

This text has color #F6C99D on white background.



Black color preview on #F6C99D background

This text has black color on #F6C99D background.


White color preview on #F6C99D background

This text has white color on #F6C99D background.