COLOR #F9DD94

HEX: #F9DD94
RGB: (249,221,148)

Color info

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

RGB color model

#F9DD94 color RGB value is (249,221,148).

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

RGB channels and saturation

R 249 of 255 = 98%
G 221 of 255 = 87%
B 148 of 255 = 58%

249
221
148

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

Portions of RGB colors in percentages

R + G + B =
249 + 221 + 148 = 618 (100%)
R 249 of 618 ~ 40.29%
G 221 of 618 ~ 35.76%
B 148 of 618 ~ 23.95%

%40.29
%35.76
%23.95

CMYK color model

#F9DD94 color CMYK value is (0,11,41,2).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 40.56%
  • key color value is 2.35%
CMYK:
(0,11,41,2)
C0M11Y41K2 
(0%,11%,41%,2%)
(0.00/0.11/0.41/0.02)	

CMYK percentages

%0
%11.24
%40.56
%2.35

Codes

Color #F9DD94 in popluar color models

F9DD94
RGB249221148
HSL43°89.38%77.84%
HSB/HSV43°40.56%97.65%
CMYK0.00%11.24%40.56%
2.35%

Color #F9DD94 in popluar number systems.

HEXF9DD94
Decimal249221148
Binary111110011101110110010100
Octal371335224

Shades and tints

Shades of #F9DD94

#F9DD94
(249,221,148)
#E3C987
(227,201,135)
#CDB57A
(205,181,122)
#B7A16D
(183,161,109)
#A18D60
(161,141,96)
#8B7953
(139,121,83)
#756546
(117,101,70)
#5F5139
(95,81,57)
#493D2C
(73,61,44)
#33291F
(51,41,31)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #F9DD94

#F9DD94
(249,221,148)
#F9E09D
(249,224,157)
#F9E3A6
(249,227,166)
#F9E6AF
(249,230,175)
#F9E9B8
(249,233,184)
#F9ECC1
(249,236,193)
#F9EFCA
(249,239,202)
#F9F2D3
(249,242,211)
#F9F5DC
(249,245,220)
#F9F8E5
(249,248,229)
#F9FBEE
(249,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DD94; }

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

This text font color is #F9DD94.


Background Color

.myBgColor { background-color: #F9DD94; }

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

This div background color is #F9DD94.


Border color

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

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

This div border color is #F9DD94.


Opacity

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

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

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

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

This text has shadow with #F9DD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DD94 on black background.


Color preview on white background

This text has color #F9DD94 on white background.



Black color preview on #F9DD94 background

This text has black color on #F9DD94 background.


White color preview on #F9DD94 background

This text has white color on #F9DD94 background.