COLOR #F0DB96

HEX: #F0DB96 RGB: (240,219,150)

Color info

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

RGB color model

#F0DB96 color RGB value is (240,219,150).

RGB: (240,219,150) (94%, 86%, 59%)

RGB channels and saturation

R 240 of 255 = 94%
G 219 of 255 = 86%
B 150 of 255 = 59%

240
219
150

R + G + B ~ 80%. #F0DB96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 219 + 150 = 609 (100%)
R 240 of 609 ~ 39.41%
G 219 of 609 ~ 35.96%
B 150 of 609 ~ 24.63'%

%39.41
%35.96
%24.63

CMYK color model

#F0DB96 color CMYK value is (0,9,38,6).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 37.50%
  • key color value is 5.88%

CMYK: (0,9,38,6)
C0M9Y38K6 (0%, 9%, 38%, 6%)
(0.00 / 0.09 / 0.38 / 0.06)

CMYK percentages

%0
%8.75
%37.5
%5.88

Codes

Color #F0DB96 in popluar color models

F0 DB 96
RGB 240 219 150
HSL 46° 75.00% 76.47%
HSB/HSV 46° 37.50% 94.12%
CMYK 0.00% 8.75% 37.50%
5.88%

Color #F0DB96 in popluar number systems.

HEX F0 DB 96
Decimal 240 219 150
Binary 11110000 11011011 10010110
Octal 360 333 226

Shades and tints

Shades of #F0DB96

#F0DB96
(240,219,150)
#DBC889
(219,200,137)
#C6B57C
(198,181,124)
#B1A26F
(177,162,111)
#9C8F62
(156,143,98)
#877C55
(135,124,85)
#726948
(114,105,72)
#5D563B
(93,86,59)
#48432E
(72,67,46)
#333021
(51,48,33)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #F0DB96

#F0DB96
(240,219,150)
#F1DE9F
(241,222,159)
#F2E1A8
(242,225,168)
#F3E4B1
(243,228,177)
#F4E7BA
(244,231,186)
#F5EAC3
(245,234,195)
#F6EDCC
(246,237,204)
#F7F0D5
(247,240,213)
#F8F3DE
(248,243,222)
#F9F6E7
(249,246,231)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DB96; }

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

This text font color is #F0DB96.

Background Color

.myBgColor { background-color: #F0DB96; }

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

This div background color is #F0DB96.

Border color

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

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

This div border color is #F0DB96.

Opacity

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

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

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

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

This text has shadow with #F0DB96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DB96.

Preview

Color preview on black background

This text has color #F0DB96 on black background.


Color preview on white background

This text has color #F0DB96 on white background.


Black color preview on #F0DB96 background

This text has black color on #F0DB96 background.


White color preview on #F0DB96 background

This text has white color on #F0DB96 background.


Related colors

Complementary color

Complementary color for #hex is #0F2469.


I love getcolorcode.com

Triadic colors

1 #96F0DB and #DB96F0 with #F0DB96 are triadic colors.

2 #96DBF0 and #DBF096 with #F0DB96 are triadic colors.