COLOR #F6CC9D

HEX: #F6CC9D
RGB: (246,204,157)

Color info

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

RGB color model

#F6CC9D color RGB value is (246,204,157).

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

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 157 of 255 = 62%

246
204
157

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

Portions of RGB colors in percentages

R + G + B =
246 + 204 + 157 = 607 (100%)
R 246 of 607 ~ 40.53%
G 204 of 607 ~ 33.61%
B 157 of 607 ~ 25.86%

%40.53
%33.61
%25.86

CMYK color model

#F6CC9D color CMYK value is (0,17,36,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 36.18%
  • key color value is 3.53%
CMYK:
(0,17,36,4)
C0M17Y36K4 
(0%,17%,36%,4%)
(0.00/0.17/0.36/0.04)	

CMYK percentages

%0
%17.07
%36.18
%3.53

Codes

Color #F6CC9D in popluar color models

F6CC9D
RGB246204157
HSL32°83.18%79.02%
HSB/HSV32°36.18%96.47%
CMYK0.00%17.07%36.18%
3.53%

Color #F6CC9D in popluar number systems.

HEXF6CC9D
Decimal246204157
Binary111101101100110010011101
Octal366314235

Shades and tints

Shades of #F6CC9D

#F6CC9D
(246,204,157)
#E0BA8F
(224,186,143)
#CAA881
(202,168,129)
#B49673
(180,150,115)
#9E8465
(158,132,101)
#887257
(136,114,87)
#726049
(114,96,73)
#5C4E3B
(92,78,59)
#463C2D
(70,60,45)
#302A1F
(48,42,31)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #F6CC9D

#F6CC9D
(246,204,157)
#F6D0A5
(246,208,165)
#F6D4AD
(246,212,173)
#F6D8B5
(246,216,181)
#F6DCBD
(246,220,189)
#F6E0C5
(246,224,197)
#F6E4CD
(246,228,205)
#F6E8D5
(246,232,213)
#F6ECDD
(246,236,221)
#F6F0E5
(246,240,229)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CC9D; }

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

This text font color is #F6CC9D.


Background Color

.myBgColor { background-color: #F6CC9D; }

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

This div background color is #F6CC9D.


Border color

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

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

This div border color is #F6CC9D.


Opacity

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

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

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

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

This text has shadow with #F6CC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CC9D on black background.


Color preview on white background

This text has color #F6CC9D on white background.



Black color preview on #F6CC9D background

This text has black color on #F6CC9D background.


White color preview on #F6CC9D background

This text has white color on #F6CC9D background.