COLOR #F0D8A1

HEX: #F0D8A1
RGB: (240,216,161)

Color info

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

RGB color model

#F0D8A1 color RGB value is (240,216,161).

  • red value is 240;
  • green value is 216;
  • blue value is 161.
RGB:
(240,216,161)
(94%,85%,63%)

RGB channels and saturation

R 240 of 255 = 94%
G 216 of 255 = 85%
B 161 of 255 = 63%

240
216
161

R + G + B ~ 81%. #F0D8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 216 + 161 = 617 (100%)
R 240 of 617 ~ 38.9%
G 216 of 617 ~ 35.01%
B 161 of 617 ~ 26.09%

%38.9
%35.01
%26.09

CMYK color model

#F0D8A1 color CMYK value is (0,10,33,6).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 32.92%
  • key color value is 5.88%
CMYK:
(0,10,33,6)
C0M10Y33K6 
(0%,10%,33%,6%)
(0.00/0.10/0.33/0.06)	

CMYK percentages

%0
%10
%32.92
%5.88

Codes

Color #F0D8A1 in popluar color models

F0D8A1
RGB240216161
HSL42°72.48%78.63%
HSB/HSV42°32.92%94.12%
CMYK0.00%10.00%32.92%
5.88%

Color #F0D8A1 in popluar number systems.

HEXF0D8A1
Decimal240216161
Binary111100001101100010100001
Octal360330241

Shades and tints

Shades of #F0D8A1

#F0D8A1
(240,216,161)
#DBC593
(219,197,147)
#C6B285
(198,178,133)
#B19F77
(177,159,119)
#9C8C69
(156,140,105)
#87795B
(135,121,91)
#72664D
(114,102,77)
#5D533F
(93,83,63)
#484031
(72,64,49)
#332D23
(51,45,35)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #F0D8A1

#F0D8A1
(240,216,161)
#F1DBA9
(241,219,169)
#F2DEB1
(242,222,177)
#F3E1B9
(243,225,185)
#F4E4C1
(244,228,193)
#F5E7C9
(245,231,201)
#F6EAD1
(246,234,209)
#F7EDD9
(247,237,217)
#F8F0E1
(248,240,225)
#F9F3E9
(249,243,233)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D8A1 color. Also use rgb(240,216,161) instead hex code.

Text Font Color

.myTextColor { color: #F0D8A1; }

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

This text font color is #F0D8A1.


Background Color

.myBgColor { background-color: #F0D8A1; }

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

This div background color is #F0D8A1.


Border color

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

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

This div border color is #F0D8A1.


Opacity

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

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

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

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

This text has shadow with #F0D8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D8A1 on black background.


Color preview on white background

This text has color #F0D8A1 on white background.



Black color preview on #F0D8A1 background

This text has black color on #F0D8A1 background.


White color preview on #F0D8A1 background

This text has white color on #F0D8A1 background.