COLOR #F2D889

HEX: #F2D889
RGB: (242,216,137)

Color info

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

RGB color model

#F2D889 color RGB value is (242,216,137).

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

RGB channels and saturation

R 242 of 255 = 95%
G 216 of 255 = 85%
B 137 of 255 = 54%

242
216
137

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

Portions of RGB colors in percentages

R + G + B =
242 + 216 + 137 = 595 (100%)
R 242 of 595 ~ 40.67%
G 216 of 595 ~ 36.3%
B 137 of 595 ~ 23.03%

%40.67
%36.3
%23.03

CMYK color model

#F2D889 color CMYK value is (0,11,43,5).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 43.39%
  • key color value is 5.10%
CMYK:
(0,11,43,5)
C0M11Y43K5 
(0%,11%,43%,5%)
(0.00/0.11/0.43/0.05)	

CMYK percentages

%0
%10.74
%43.39
%5.1

Codes

Color #F2D889 in popluar color models

F2D889
RGB242216137
HSL45°80.15%74.31%
HSB/HSV45°43.39%94.90%
CMYK0.00%10.74%43.39%
5.10%

Color #F2D889 in popluar number systems.

HEXF2D889
Decimal242216137
Binary111100101101100010001001
Octal362330211

Shades and tints

Shades of #F2D889

#F2D889
(242,216,137)
#DCC57D
(220,197,125)
#C6B271
(198,178,113)
#B09F65
(176,159,101)
#9A8C59
(154,140,89)
#84794D
(132,121,77)
#6E6641
(110,102,65)
#585335
(88,83,53)
#424029
(66,64,41)
#2C2D1D
(44,45,29)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #F2D889

#F2D889
(242,216,137)
#F3DB93
(243,219,147)
#F4DE9D
(244,222,157)
#F5E1A7
(245,225,167)
#F6E4B1
(246,228,177)
#F7E7BB
(247,231,187)
#F8EAC5
(248,234,197)
#F9EDCF
(249,237,207)
#FAF0D9
(250,240,217)
#FBF3E3
(251,243,227)
#FCF6ED
(252,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D889; }

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

This text font color is #F2D889.


Background Color

.myBgColor { background-color: #F2D889; }

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

This div background color is #F2D889.


Border color

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

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

This div border color is #F2D889.


Opacity

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

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

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

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

This text has shadow with #F2D889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D889 on black background.


Color preview on white background

This text has color #F2D889 on white background.



Black color preview on #F2D889 background

This text has black color on #F2D889 background.


White color preview on #F2D889 background

This text has white color on #F2D889 background.