COLOR #F9CCA1

HEX: #F9CCA1
RGB: (249,204,161)

Color info

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

RGB color model

#F9CCA1 color RGB value is (249,204,161).

  • red value is 249;
  • green value is 204;
  • blue value is 161.
RGB:
(249,204,161)
(98%,80%,63%)

RGB channels and saturation

R 249 of 255 = 98%
G 204 of 255 = 80%
B 161 of 255 = 63%

249
204
161

R + G + B ~ 80%. #F9CCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 204 + 161 = 614 (100%)
R 249 of 614 ~ 40.55%
G 204 of 614 ~ 33.22%
B 161 of 614 ~ 26.22%

%40.55
%33.22
%26.22

CMYK color model

#F9CCA1 color CMYK value is (0,18,35,2).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 35.34%
  • key color value is 2.35%
CMYK:
(0,18,35,2)
C0M18Y35K2 
(0%,18%,35%,2%)
(0.00/0.18/0.35/0.02)	

CMYK percentages

%0
%18.07
%35.34
%2.35

Codes

Color #F9CCA1 in popluar color models

F9CCA1
RGB249204161
HSL29°88.00%80.39%
HSB/HSV29°35.34%97.65%
CMYK0.00%18.07%35.34%
2.35%

Color #F9CCA1 in popluar number systems.

HEXF9CCA1
Decimal249204161
Binary111110011100110010100001
Octal371314241

Shades and tints

Shades of #F9CCA1

#F9CCA1
(249,204,161)
#E3BA93
(227,186,147)
#CDA885
(205,168,133)
#B79677
(183,150,119)
#A18469
(161,132,105)
#8B725B
(139,114,91)
#75604D
(117,96,77)
#5F4E3F
(95,78,63)
#493C31
(73,60,49)
#332A23
(51,42,35)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #F9CCA1

#F9CCA1
(249,204,161)
#F9D0A9
(249,208,169)
#F9D4B1
(249,212,177)
#F9D8B9
(249,216,185)
#F9DCC1
(249,220,193)
#F9E0C9
(249,224,201)
#F9E4D1
(249,228,209)
#F9E8D9
(249,232,217)
#F9ECE1
(249,236,225)
#F9F0E9
(249,240,233)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CCA1 color. Also use rgb(249,204,161) instead hex code.

Text Font Color

.myTextColor { color: #F9CCA1; }

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

This text font color is #F9CCA1.


Background Color

.myBgColor { background-color: #F9CCA1; }

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

This div background color is #F9CCA1.


Border color

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

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

This div border color is #F9CCA1.


Opacity

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

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

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

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

This text has shadow with #F9CCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CCA1 on black background.


Color preview on white background

This text has color #F9CCA1 on white background.



Black color preview on #F9CCA1 background

This text has black color on #F9CCA1 background.


White color preview on #F9CCA1 background

This text has white color on #F9CCA1 background.