COLOR #F9C39F

HEX: #F9C39F
RGB: (249,195,159)

Color info

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

RGB color model

#F9C39F color RGB value is (249,195,159).

  • red value is 249;
  • green value is 195;
  • blue value is 159.
RGB:
(249,195,159)
(98%,76%,62%)

RGB channels and saturation

R 249 of 255 = 98%
G 195 of 255 = 76%
B 159 of 255 = 62%

249
195
159

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

Portions of RGB colors in percentages

R + G + B =
249 + 195 + 159 = 603 (100%)
R 249 of 603 ~ 41.29%
G 195 of 603 ~ 32.34%
B 159 of 603 ~ 26.37%

%41.29
%32.34
%26.37

CMYK color model

#F9C39F color CMYK value is (0,22,36,2).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 36.14%
  • key color value is 2.35%
CMYK:
(0,22,36,2)
C0M22Y36K2 
(0%,22%,36%,2%)
(0.00/0.22/0.36/0.02)	

CMYK percentages

%0
%21.69
%36.14
%2.35

Codes

Color #F9C39F in popluar color models

F9C39F
RGB249195159
HSL24°88.24%80.00%
HSB/HSV24°36.14%97.65%
CMYK0.00%21.69%36.14%
2.35%

Color #F9C39F in popluar number systems.

HEXF9C39F
Decimal249195159
Binary111110011100001110011111
Octal371303237

Shades and tints

Shades of #F9C39F

#F9C39F
(249,195,159)
#E3B291
(227,178,145)
#CDA183
(205,161,131)
#B79075
(183,144,117)
#A17F67
(161,127,103)
#8B6E59
(139,110,89)
#755D4B
(117,93,75)
#5F4C3D
(95,76,61)
#493B2F
(73,59,47)
#332A21
(51,42,33)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #F9C39F

#F9C39F
(249,195,159)
#F9C8A7
(249,200,167)
#F9CDAF
(249,205,175)
#F9D2B7
(249,210,183)
#F9D7BF
(249,215,191)
#F9DCC7
(249,220,199)
#F9E1CF
(249,225,207)
#F9E6D7
(249,230,215)
#F9EBDF
(249,235,223)
#F9F0E7
(249,240,231)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C39F color. Also use rgb(249,195,159) instead hex code.

Text Font Color

.myTextColor { color: #F9C39F; }

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

This text font color is #F9C39F.


Background Color

.myBgColor { background-color: #F9C39F; }

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

This div background color is #F9C39F.


Border color

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

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

This div border color is #F9C39F.


Opacity

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

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

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

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

This text has shadow with #F9C39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C39F on black background.


Color preview on white background

This text has color #F9C39F on white background.



Black color preview on #F9C39F background

This text has black color on #F9C39F background.


White color preview on #F9C39F background

This text has white color on #F9C39F background.