COLOR #F9C0A5

HEX: #F9C0A5
RGB: (249,192,165)

Color info

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

RGB color model

#F9C0A5 color RGB value is (249,192,165).

  • red value is 249;
  • green value is 192;
  • blue value is 165.
RGB:
(249,192,165)
(98%,75%,65%)

RGB channels and saturation

R 249 of 255 = 98%
G 192 of 255 = 75%
B 165 of 255 = 65%

249
192
165

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

Portions of RGB colors in percentages

R + G + B =
249 + 192 + 165 = 606 (100%)
R 249 of 606 ~ 41.09%
G 192 of 606 ~ 31.68%
B 165 of 606 ~ 27.23%

%41.09
%31.68
%27.23

CMYK color model

#F9C0A5 color CMYK value is (0,23,34,2).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 33.73%
  • key color value is 2.35%
CMYK:
(0,23,34,2)
C0M23Y34K2 
(0%,23%,34%,2%)
(0.00/0.23/0.34/0.02)	

CMYK percentages

%0
%22.89
%33.73
%2.35

Codes

Color #F9C0A5 in popluar color models

F9C0A5
RGB249192165
HSL19°87.50%81.18%
HSB/HSV19°33.73%97.65%
CMYK0.00%22.89%33.73%
2.35%

Color #F9C0A5 in popluar number systems.

HEXF9C0A5
Decimal249192165
Binary111110011100000010100101
Octal371300245

Shades and tints

Shades of #F9C0A5

#F9C0A5
(249,192,165)
#E3AF96
(227,175,150)
#CD9E87
(205,158,135)
#B78D78
(183,141,120)
#A17C69
(161,124,105)
#8B6B5A
(139,107,90)
#755A4B
(117,90,75)
#5F493C
(95,73,60)
#49382D
(73,56,45)
#33271E
(51,39,30)
#1D160F
(29,22,15)
#000000
(0,0,0)

Tints of #F9C0A5

#F9C0A5
(249,192,165)
#F9C5AD
(249,197,173)
#F9CAB5
(249,202,181)
#F9CFBD
(249,207,189)
#F9D4C5
(249,212,197)
#F9D9CD
(249,217,205)
#F9DED5
(249,222,213)
#F9E3DD
(249,227,221)
#F9E8E5
(249,232,229)
#F9EDED
(249,237,237)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C0A5 color. Also use rgb(249,192,165) instead hex code.

Text Font Color

.myTextColor { color: #F9C0A5; }

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

This text font color is #F9C0A5.


Background Color

.myBgColor { background-color: #F9C0A5; }

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

This div background color is #F9C0A5.


Border color

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

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

This div border color is #F9C0A5.


Opacity

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

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

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

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

This text has shadow with #F9C0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C0A5 on black background.


Color preview on white background

This text has color #F9C0A5 on white background.



Black color preview on #F9C0A5 background

This text has black color on #F9C0A5 background.


White color preview on #F9C0A5 background

This text has white color on #F9C0A5 background.