COLOR #F0C89D

HEX: #F0C89D
RGB: (240,200,157)

Color info

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

RGB color model

#F0C89D color RGB value is (240,200,157).

  • red value is 240;
  • green value is 200;
  • blue value is 157.
RGB:
(240,200,157)
(94%,78%,62%)

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 157 of 255 = 62%

240
200
157

R + G + B ~ 78%. #F0C89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 200 + 157 = 597 (100%)
R 240 of 597 ~ 40.2%
G 200 of 597 ~ 33.5%
B 157 of 597 ~ 26.3%

%40.2
%33.5
%26.3

CMYK color model

#F0C89D color CMYK value is (0,17,35,6).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 34.58%
  • key color value is 5.88%
CMYK:
(0,17,35,6)
C0M17Y35K6 
(0%,17%,35%,6%)
(0.00/0.17/0.35/0.06)	

CMYK percentages

%0
%16.67
%34.58
%5.88

Codes

Color #F0C89D in popluar color models

F0C89D
RGB240200157
HSL31°73.45%77.84%
HSB/HSV31°34.58%94.12%
CMYK0.00%16.67%34.58%
5.88%

Color #F0C89D in popluar number systems.

HEXF0C89D
Decimal240200157
Binary111100001100100010011101
Octal360310235

Shades and tints

Shades of #F0C89D

#F0C89D
(240,200,157)
#DBB68F
(219,182,143)
#C6A481
(198,164,129)
#B19273
(177,146,115)
#9C8065
(156,128,101)
#876E57
(135,110,87)
#725C49
(114,92,73)
#5D4A3B
(93,74,59)
#48382D
(72,56,45)
#33261F
(51,38,31)
#1E1411
(30,20,17)
#000000
(0,0,0)

Tints of #F0C89D

#F0C89D
(240,200,157)
#F1CDA5
(241,205,165)
#F2D2AD
(242,210,173)
#F3D7B5
(243,215,181)
#F4DCBD
(244,220,189)
#F5E1C5
(245,225,197)
#F6E6CD
(246,230,205)
#F7EBD5
(247,235,213)
#F8F0DD
(248,240,221)
#F9F5E5
(249,245,229)
#FAFAED
(250,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C89D color. Also use rgb(240,200,157) instead hex code.

Text Font Color

.myTextColor { color: #F0C89D; }

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

This text font color is #F0C89D.


Background Color

.myBgColor { background-color: #F0C89D; }

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

This div background color is #F0C89D.


Border color

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

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

This div border color is #F0C89D.


Opacity

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

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

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

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

This text has shadow with #F0C89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C89D on black background.


Color preview on white background

This text has color #F0C89D on white background.



Black color preview on #F0C89D background

This text has black color on #F0C89D background.


White color preview on #F0C89D background

This text has white color on #F0C89D background.