COLOR #F9DC94

HEX: #F9DC94
RGB: (249,220,148)

Color info

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

RGB color model

#F9DC94 color RGB value is (249,220,148).

  • red value is 249;
  • green value is 220;
  • blue value is 148.
RGB:
(249,220,148)
(98%,86%,58%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 148 of 255 = 58%

249
220
148

R + G + B ~ 81%. #F9DC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 220 + 148 = 617 (100%)
R 249 of 617 ~ 40.36%
G 220 of 617 ~ 35.66%
B 148 of 617 ~ 23.99%

%40.36
%35.66
%23.99

CMYK color model

#F9DC94 color CMYK value is (0,12,41,2).

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 40.56%
  • key color value is 2.35%
CMYK:
(0,12,41,2)
C0M12Y41K2 
(0%,12%,41%,2%)
(0.00/0.12/0.41/0.02)	

CMYK percentages

%0
%11.65
%40.56
%2.35

Codes

Color #F9DC94 in popluar color models

F9DC94
RGB249220148
HSL43°89.38%77.84%
HSB/HSV43°40.56%97.65%
CMYK0.00%11.65%40.56%
2.35%

Color #F9DC94 in popluar number systems.

HEXF9DC94
Decimal249220148
Binary111110011101110010010100
Octal371334224

Shades and tints

Shades of #F9DC94

#F9DC94
(249,220,148)
#E3C887
(227,200,135)
#CDB47A
(205,180,122)
#B7A06D
(183,160,109)
#A18C60
(161,140,96)
#8B7853
(139,120,83)
#756446
(117,100,70)
#5F5039
(95,80,57)
#493C2C
(73,60,44)
#33281F
(51,40,31)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #F9DC94

#F9DC94
(249,220,148)
#F9DF9D
(249,223,157)
#F9E2A6
(249,226,166)
#F9E5AF
(249,229,175)
#F9E8B8
(249,232,184)
#F9EBC1
(249,235,193)
#F9EECA
(249,238,202)
#F9F1D3
(249,241,211)
#F9F4DC
(249,244,220)
#F9F7E5
(249,247,229)
#F9FAEE
(249,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DC94 color. Also use rgb(249,220,148) instead hex code.

Text Font Color

.myTextColor { color: #F9DC94; }

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

This text font color is #F9DC94.


Background Color

.myBgColor { background-color: #F9DC94; }

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

This div background color is #F9DC94.


Border color

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

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

This div border color is #F9DC94.


Opacity

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

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

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

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

This text has shadow with #F9DC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DC94 on black background.


Color preview on white background

This text has color #F9DC94 on white background.



Black color preview on #F9DC94 background

This text has black color on #F9DC94 background.


White color preview on #F9DC94 background

This text has white color on #F9DC94 background.