COLOR #F0DD90

HEX: #F0DD90
RGB: (240,221,144)

Color info

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

RGB color model

#F0DD90 color RGB value is (240,221,144).

  • red value is 240;
  • green value is 221;
  • blue value is 144.
RGB:
(240,221,144)
(94%,87%,56%)

RGB channels and saturation

R 240 of 255 = 94%
G 221 of 255 = 87%
B 144 of 255 = 56%

240
221
144

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

Portions of RGB colors in percentages

R + G + B =
240 + 221 + 144 = 605 (100%)
R 240 of 605 ~ 39.67%
G 221 of 605 ~ 36.53%
B 144 of 605 ~ 23.8%

%39.67
%36.53
%23.8

CMYK color model

#F0DD90 color CMYK value is (0,8,40,6).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 40.00%
  • key color value is 5.88%
CMYK:
(0,8,40,6)
C0M8Y40K6 
(0%,8%,40%,6%)
(0.00/0.08/0.40/0.06)	

CMYK percentages

%0
%7.92
%40
%5.88

Codes

Color #F0DD90 in popluar color models

F0DD90
RGB240221144
HSL48°76.19%75.29%
HSB/HSV48°40.00%94.12%
CMYK0.00%7.92%40.00%
5.88%

Color #F0DD90 in popluar number systems.

HEXF0DD90
Decimal240221144
Binary111100001101110110010000
Octal360335220

Shades and tints

Shades of #F0DD90

#F0DD90
(240,221,144)
#DBC983
(219,201,131)
#C6B576
(198,181,118)
#B1A169
(177,161,105)
#9C8D5C
(156,141,92)
#87794F
(135,121,79)
#726542
(114,101,66)
#5D5135
(93,81,53)
#483D28
(72,61,40)
#33291B
(51,41,27)
#1E150E
(30,21,14)
#000000
(0,0,0)

Tints of #F0DD90

#F0DD90
(240,221,144)
#F1E09A
(241,224,154)
#F2E3A4
(242,227,164)
#F3E6AE
(243,230,174)
#F4E9B8
(244,233,184)
#F5ECC2
(245,236,194)
#F6EFCC
(246,239,204)
#F7F2D6
(247,242,214)
#F8F5E0
(248,245,224)
#F9F8EA
(249,248,234)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DD90 color. Also use rgb(240,221,144) instead hex code.

Text Font Color

.myTextColor { color: #F0DD90; }

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

This text font color is #F0DD90.


Background Color

.myBgColor { background-color: #F0DD90; }

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

This div background color is #F0DD90.


Border color

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

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

This div border color is #F0DD90.


Opacity

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

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

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

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

This text has shadow with #F0DD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DD90 on black background.


Color preview on white background

This text has color #F0DD90 on white background.



Black color preview on #F0DD90 background

This text has black color on #F0DD90 background.


White color preview on #F0DD90 background

This text has white color on #F0DD90 background.