COLOR #F0D396

HEX: #F0D396
RGB: (240,211,150)

Color info

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

RGB color model

#F0D396 color RGB value is (240,211,150).

  • red value is 240;
  • green value is 211;
  • blue value is 150.
RGB:
(240,211,150)
(94%,83%,59%)

RGB channels and saturation

R 240 of 255 = 94%
G 211 of 255 = 83%
B 150 of 255 = 59%

240
211
150

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

Portions of RGB colors in percentages

R + G + B =
240 + 211 + 150 = 601 (100%)
R 240 of 601 ~ 39.93%
G 211 of 601 ~ 35.11%
B 150 of 601 ~ 24.96%

%39.93
%35.11
%24.96

CMYK color model

#F0D396 color CMYK value is (0,12,38,6).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 37.50%
  • key color value is 5.88%
CMYK:
(0,12,38,6)
C0M12Y38K6 
(0%,12%,38%,6%)
(0.00/0.12/0.38/0.06)	

CMYK percentages

%0
%12.08
%37.5
%5.88

Codes

Color #F0D396 in popluar color models

F0D396
RGB240211150
HSL41°75.00%76.47%
HSB/HSV41°37.50%94.12%
CMYK0.00%12.08%37.50%
5.88%

Color #F0D396 in popluar number systems.

HEXF0D396
Decimal240211150
Binary111100001101001110010110
Octal360323226

Shades and tints

Shades of #F0D396

#F0D396
(240,211,150)
#DBC089
(219,192,137)
#C6AD7C
(198,173,124)
#B19A6F
(177,154,111)
#9C8762
(156,135,98)
#877455
(135,116,85)
#726148
(114,97,72)
#5D4E3B
(93,78,59)
#483B2E
(72,59,46)
#332821
(51,40,33)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #F0D396

#F0D396
(240,211,150)
#F1D79F
(241,215,159)
#F2DBA8
(242,219,168)
#F3DFB1
(243,223,177)
#F4E3BA
(244,227,186)
#F5E7C3
(245,231,195)
#F6EBCC
(246,235,204)
#F7EFD5
(247,239,213)
#F8F3DE
(248,243,222)
#F9F7E7
(249,247,231)
#FAFBF0
(250,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D396; }

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

This text font color is #F0D396.


Background Color

.myBgColor { background-color: #F0D396; }

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

This div background color is #F0D396.


Border color

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

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

This div border color is #F0D396.


Opacity

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

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

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

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

This text has shadow with #F0D396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D396 on black background.


Color preview on white background

This text has color #F0D396 on white background.



Black color preview on #F0D396 background

This text has black color on #F0D396 background.


White color preview on #F0D396 background

This text has white color on #F0D396 background.