COLOR #F0DF7E

HEX: #F0DF7E
RGB: (240,223,126)

Color info

#F0DF7E contains mainly red and green colors. Web safe color of #F0DF7E is #FFCC66 (or #FC6).

RGB color model

#F0DF7E color RGB value is (240,223,126).

  • red value is 240;
  • green value is 223;
  • blue value is 126.
RGB:
(240,223,126)
(94%,87%,49%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 126 of 255 = 49%

240
223
126

R + G + B ~ 77%. #F0DF7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 126 = 589 (100%)
R 240 of 589 ~ 40.75%
G 223 of 589 ~ 37.86%
B 126 of 589 ~ 21.39%

%40.75
%37.86
%21.39

CMYK color model

#F0DF7E color CMYK value is (0,7,48,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 47.50%
  • key color value is 5.88%
CMYK:
(0,7,48,6)
C0M7Y48K6 
(0%,7%,48%,6%)
(0.00/0.07/0.48/0.06)	

CMYK percentages

%0
%7.08
%47.5
%5.88

Codes

Color #F0DF7E in popluar color models

F0DF7E
RGB240223126
HSL51°79.17%71.76%
HSB/HSV51°47.50%94.12%
CMYK0.00%7.08%47.50%
5.88%

Color #F0DF7E in popluar number systems.

HEXF0DF7E
Decimal240223126
Binary11110000110111111111110
Octal360337176

Shades and tints

Shades of #F0DF7E

#F0DF7E
(240,223,126)
#DBCB73
(219,203,115)
#C6B768
(198,183,104)
#B1A35D
(177,163,93)
#9C8F52
(156,143,82)
#877B47
(135,123,71)
#72673C
(114,103,60)
#5D5331
(93,83,49)
#483F26
(72,63,38)
#332B1B
(51,43,27)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #F0DF7E

#F0DF7E
(240,223,126)
#F1E189
(241,225,137)
#F2E394
(242,227,148)
#F3E59F
(243,229,159)
#F4E7AA
(244,231,170)
#F5E9B5
(245,233,181)
#F6EBC0
(246,235,192)
#F7EDCB
(247,237,203)
#F8EFD6
(248,239,214)
#F9F1E1
(249,241,225)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DF7E color. Also use rgb(240,223,126) instead hex code.

Text Font Color

.myTextColor { color: #F0DF7E; }

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

This text font color is #F0DF7E.


Background Color

.myBgColor { background-color: #F0DF7E; }

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

This div background color is #F0DF7E.


Border color

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

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

This div border color is #F0DF7E.


Opacity

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

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

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

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

This text has shadow with #F0DF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DF7E on black background.


Color preview on white background

This text has color #F0DF7E on white background.



Black color preview on #F0DF7E background

This text has black color on #F0DF7E background.


White color preview on #F0DF7E background

This text has white color on #F0DF7E background.