COLOR #F9A391

HEX: #F9A391
RGB: (249,163,145)

Color info

#F9A391 contains mainly red color. Web safe color of #F9A391 is #FF9999 (or #F99).

RGB color model

#F9A391 color RGB value is (249,163,145).

  • red value is 249;
  • green value is 163;
  • blue value is 145.
RGB:
(249,163,145)
(98%,64%,57%)

RGB channels and saturation

R 249 of 255 = 98%
G 163 of 255 = 64%
B 145 of 255 = 57%

249
163
145

R + G + B ~ 73%. #F9A391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 163 + 145 = 557 (100%)
R 249 of 557 ~ 44.7%
G 163 of 557 ~ 29.26%
B 145 of 557 ~ 26.03%

%44.7
%29.26
%26.03

CMYK color model

#F9A391 color CMYK value is (0,35,42,2).

  • cyan value is 0.00%
  • magenta value is 34.54%
  • yellow value is 41.77%
  • key color value is 2.35%
CMYK:
(0,35,42,2)
C0M35Y42K2 
(0%,35%,42%,2%)
(0.00/0.35/0.42/0.02)	

CMYK percentages

%0
%34.54
%41.77
%2.35

Codes

Color #F9A391 in popluar color models

F9A391
RGB249163145
HSL10°89.66%77.25%
HSB/HSV10°41.77%97.65%
CMYK0.00%34.54%41.77%
2.35%

Color #F9A391 in popluar number systems.

HEXF9A391
Decimal249163145
Binary111110011010001110010001
Octal371243221

Shades and tints

Shades of #F9A391

#F9A391
(249,163,145)
#E39584
(227,149,132)
#CD8777
(205,135,119)
#B7796A
(183,121,106)
#A16B5D
(161,107,93)
#8B5D50
(139,93,80)
#754F43
(117,79,67)
#5F4136
(95,65,54)
#493329
(73,51,41)
#33251C
(51,37,28)
#1D170F
(29,23,15)
#000000
(0,0,0)

Tints of #F9A391

#F9A391
(249,163,145)
#F9AB9B
(249,171,155)
#F9B3A5
(249,179,165)
#F9BBAF
(249,187,175)
#F9C3B9
(249,195,185)
#F9CBC3
(249,203,195)
#F9D3CD
(249,211,205)
#F9DBD7
(249,219,215)
#F9E3E1
(249,227,225)
#F9EBEB
(249,235,235)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A391 color. Also use rgb(249,163,145) instead hex code.

Text Font Color

.myTextColor { color: #F9A391; }

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

This text font color is #F9A391.


Background Color

.myBgColor { background-color: #F9A391; }

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

This div background color is #F9A391.


Border color

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

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

This div border color is #F9A391.


Opacity

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

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

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

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

This text has shadow with #F9A391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A391 on black background.


Color preview on white background

This text has color #F9A391 on white background.



Black color preview on #F9A391 background

This text has black color on #F9A391 background.


White color preview on #F9A391 background

This text has white color on #F9A391 background.