COLOR #F9B59A

HEX: #F9B59A
RGB: (249,181,154)

Color info

#F9B59A contains mainly red color. Web safe color of #F9B59A is #FFCC99 (or #FC9).

RGB color model

#F9B59A color RGB value is (249,181,154).

  • red value is 249;
  • green value is 181;
  • blue value is 154.
RGB:
(249,181,154)
(98%,71%,60%)

RGB channels and saturation

R 249 of 255 = 98%
G 181 of 255 = 71%
B 154 of 255 = 60%

249
181
154

R + G + B ~ 76%. #F9B59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 181 + 154 = 584 (100%)
R 249 of 584 ~ 42.64%
G 181 of 584 ~ 30.99%
B 154 of 584 ~ 26.37%

%42.64
%30.99
%26.37

CMYK color model

#F9B59A color CMYK value is (0,27,38,2).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 38.15%
  • key color value is 2.35%
CMYK:
(0,27,38,2)
C0M27Y38K2 
(0%,27%,38%,2%)
(0.00/0.27/0.38/0.02)	

CMYK percentages

%0
%27.31
%38.15
%2.35

Codes

Color #F9B59A in popluar color models

F9B59A
RGB249181154
HSL17°88.79%79.02%
HSB/HSV17°38.15%97.65%
CMYK0.00%27.31%38.15%
2.35%

Color #F9B59A in popluar number systems.

HEXF9B59A
Decimal249181154
Binary111110011011010110011010
Octal371265232

Shades and tints

Shades of #F9B59A

#F9B59A
(249,181,154)
#E3A58C
(227,165,140)
#CD957E
(205,149,126)
#B78570
(183,133,112)
#A17562
(161,117,98)
#8B6554
(139,101,84)
#755546
(117,85,70)
#5F4538
(95,69,56)
#49352A
(73,53,42)
#33251C
(51,37,28)
#1D150E
(29,21,14)
#000000
(0,0,0)

Tints of #F9B59A

#F9B59A
(249,181,154)
#F9BBA3
(249,187,163)
#F9C1AC
(249,193,172)
#F9C7B5
(249,199,181)
#F9CDBE
(249,205,190)
#F9D3C7
(249,211,199)
#F9D9D0
(249,217,208)
#F9DFD9
(249,223,217)
#F9E5E2
(249,229,226)
#F9EBEB
(249,235,235)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B59A color. Also use rgb(249,181,154) instead hex code.

Text Font Color

.myTextColor { color: #F9B59A; }

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

This text font color is #F9B59A.


Background Color

.myBgColor { background-color: #F9B59A; }

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

This div background color is #F9B59A.


Border color

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

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

This div border color is #F9B59A.


Opacity

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

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

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

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

This text has shadow with #F9B59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B59A on black background.


Color preview on white background

This text has color #F9B59A on white background.



Black color preview on #F9B59A background

This text has black color on #F9B59A background.


White color preview on #F9B59A background

This text has white color on #F9B59A background.