COLOR #F0D7A1

HEX: #F0D7A1
RGB: (240,215,161)

Color info

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

RGB color model

#F0D7A1 color RGB value is (240,215,161).

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

RGB channels and saturation

R 240 of 255 = 94%
G 215 of 255 = 84%
B 161 of 255 = 63%

240
215
161

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

Portions of RGB colors in percentages

R + G + B =
240 + 215 + 161 = 616 (100%)
R 240 of 616 ~ 38.96%
G 215 of 616 ~ 34.9%
B 161 of 616 ~ 26.14%

%38.96
%34.9
%26.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.42%
  • 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.42
%32.92
%5.88

Codes

Color #F0D7A1 in popluar color models

F0D7A1
RGB240215161
HSL41°72.48%78.63%
HSB/HSV41°32.92%94.12%
CMYK0.00%10.42%32.92%
5.88%

Color #F0D7A1 in popluar number systems.

HEXF0D7A1
Decimal240215161
Binary111100001101011110100001
Octal360327241

Shades and tints

Shades of #F0D7A1

#F0D7A1
(240,215,161)
#DBC493
(219,196,147)
#C6B185
(198,177,133)
#B19E77
(177,158,119)
#9C8B69
(156,139,105)
#87785B
(135,120,91)
#72654D
(114,101,77)
#5D523F
(93,82,63)
#483F31
(72,63,49)
#332C23
(51,44,35)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #F0D7A1

#F0D7A1
(240,215,161)
#F1DAA9
(241,218,169)
#F2DDB1
(242,221,177)
#F3E0B9
(243,224,185)
#F4E3C1
(244,227,193)
#F5E6C9
(245,230,201)
#F6E9D1
(246,233,209)
#F7ECD9
(247,236,217)
#F8EFE1
(248,239,225)
#F9F2E9
(249,242,233)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D7A1; }

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

This text font color is #F0D7A1.


Background Color

.myBgColor { background-color: #F0D7A1; }

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

This div background color is #F0D7A1.


Border color

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

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

This div border color is #F0D7A1.


Opacity

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

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

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

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

This text has shadow with #F0D7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D7A1 on black background.


Color preview on white background

This text has color #F0D7A1 on white background.



Black color preview on #F0D7A1 background

This text has black color on #F0D7A1 background.


White color preview on #F0D7A1 background

This text has white color on #F0D7A1 background.