COLOR #F2D89D

HEX: #F2D89D
RGB: (242,216,157)

Color info

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

RGB color model

#F2D89D color RGB value is (242,216,157).

  • red value is 242;
  • green value is 216;
  • blue value is 157.
RGB:
(242,216,157)
(95%,85%,62%)

RGB channels and saturation

R 242 of 255 = 95%
G 216 of 255 = 85%
B 157 of 255 = 62%

242
216
157

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

Portions of RGB colors in percentages

R + G + B =
242 + 216 + 157 = 615 (100%)
R 242 of 615 ~ 39.35%
G 216 of 615 ~ 35.12%
B 157 of 615 ~ 25.53%

%39.35
%35.12
%25.53

CMYK color model

#F2D89D color CMYK value is (0,11,35,5).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 35.12%
  • key color value is 5.10%
CMYK:
(0,11,35,5)
C0M11Y35K5 
(0%,11%,35%,5%)
(0.00/0.11/0.35/0.05)	

CMYK percentages

%0
%10.74
%35.12
%5.1

Codes

Color #F2D89D in popluar color models

F2D89D
RGB242216157
HSL42°76.58%78.24%
HSB/HSV42°35.12%94.90%
CMYK0.00%10.74%35.12%
5.10%

Color #F2D89D in popluar number systems.

HEXF2D89D
Decimal242216157
Binary111100101101100010011101
Octal362330235

Shades and tints

Shades of #F2D89D

#F2D89D
(242,216,157)
#DCC58F
(220,197,143)
#C6B281
(198,178,129)
#B09F73
(176,159,115)
#9A8C65
(154,140,101)
#847957
(132,121,87)
#6E6649
(110,102,73)
#58533B
(88,83,59)
#42402D
(66,64,45)
#2C2D1F
(44,45,31)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #F2D89D

#F2D89D
(242,216,157)
#F3DBA5
(243,219,165)
#F4DEAD
(244,222,173)
#F5E1B5
(245,225,181)
#F6E4BD
(246,228,189)
#F7E7C5
(247,231,197)
#F8EACD
(248,234,205)
#F9EDD5
(249,237,213)
#FAF0DD
(250,240,221)
#FBF3E5
(251,243,229)
#FCF6ED
(252,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D89D color. Also use rgb(242,216,157) instead hex code.

Text Font Color

.myTextColor { color: #F2D89D; }

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

This text font color is #F2D89D.


Background Color

.myBgColor { background-color: #F2D89D; }

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

This div background color is #F2D89D.


Border color

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

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

This div border color is #F2D89D.


Opacity

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

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

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

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

This text has shadow with #F2D89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D89D on black background.


Color preview on white background

This text has color #F2D89D on white background.



Black color preview on #F2D89D background

This text has black color on #F2D89D background.


White color preview on #F2D89D background

This text has white color on #F2D89D background.