COLOR #F0DB8E

HEX: #F0DB8E
RGB: (240,219,142)

Color info

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

RGB color model

#F0DB8E color RGB value is (240,219,142).

  • red value is 240;
  • green value is 219;
  • blue value is 142.
RGB:
(240,219,142)
(94%,86%,56%)

RGB channels and saturation

R 240 of 255 = 94%
G 219 of 255 = 86%
B 142 of 255 = 56%

240
219
142

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

Portions of RGB colors in percentages

R + G + B =
240 + 219 + 142 = 601 (100%)
R 240 of 601 ~ 39.93%
G 219 of 601 ~ 36.44%
B 142 of 601 ~ 23.63%

%39.93
%36.44
%23.63

CMYK color model

#F0DB8E color CMYK value is (0,9,41,6).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 40.83%
  • key color value is 5.88%
CMYK:
(0,9,41,6)
C0M9Y41K6 
(0%,9%,41%,6%)
(0.00/0.09/0.41/0.06)	

CMYK percentages

%0
%8.75
%40.83
%5.88

Codes

Color #F0DB8E in popluar color models

F0DB8E
RGB240219142
HSL47°76.56%74.90%
HSB/HSV47°40.83%94.12%
CMYK0.00%8.75%40.83%
5.88%

Color #F0DB8E in popluar number systems.

HEXF0DB8E
Decimal240219142
Binary111100001101101110001110
Octal360333216

Shades and tints

Shades of #F0DB8E

#F0DB8E
(240,219,142)
#DBC882
(219,200,130)
#C6B576
(198,181,118)
#B1A26A
(177,162,106)
#9C8F5E
(156,143,94)
#877C52
(135,124,82)
#726946
(114,105,70)
#5D563A
(93,86,58)
#48432E
(72,67,46)
#333022
(51,48,34)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #F0DB8E

#F0DB8E
(240,219,142)
#F1DE98
(241,222,152)
#F2E1A2
(242,225,162)
#F3E4AC
(243,228,172)
#F4E7B6
(244,231,182)
#F5EAC0
(245,234,192)
#F6EDCA
(246,237,202)
#F7F0D4
(247,240,212)
#F8F3DE
(248,243,222)
#F9F6E8
(249,246,232)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DB8E color. Also use rgb(240,219,142) instead hex code.

Text Font Color

.myTextColor { color: #F0DB8E; }

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

This text font color is #F0DB8E.


Background Color

.myBgColor { background-color: #F0DB8E; }

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

This div background color is #F0DB8E.


Border color

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

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

This div border color is #F0DB8E.


Opacity

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

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

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

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

This text has shadow with #F0DB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DB8E on black background.


Color preview on white background

This text has color #F0DB8E on white background.



Black color preview on #F0DB8E background

This text has black color on #F0DB8E background.


White color preview on #F0DB8E background

This text has white color on #F0DB8E background.