COLOR #F2E494

HEX: #F2E494
RGB: (242,228,148)

Color info

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

RGB color model

#F2E494 color RGB value is (242,228,148).

  • red value is 242;
  • green value is 228;
  • blue value is 148.
RGB:
(242,228,148)
(95%,89%,58%)

RGB channels and saturation

R 242 of 255 = 95%
G 228 of 255 = 89%
B 148 of 255 = 58%

242
228
148

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

Portions of RGB colors in percentages

R + G + B =
242 + 228 + 148 = 618 (100%)
R 242 of 618 ~ 39.16%
G 228 of 618 ~ 36.89%
B 148 of 618 ~ 23.95%

%39.16
%36.89
%23.95

CMYK color model

#F2E494 color CMYK value is (0,6,39,5).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 38.84%
  • key color value is 5.10%
CMYK:
(0,6,39,5)
C0M6Y39K5 
(0%,6%,39%,5%)
(0.00/0.06/0.39/0.05)	

CMYK percentages

%0
%5.79
%38.84
%5.1

Codes

Color #F2E494 in popluar color models

F2E494
RGB242228148
HSL51°78.33%76.47%
HSB/HSV51°38.84%94.90%
CMYK0.00%5.79%38.84%
5.10%

Color #F2E494 in popluar number systems.

HEXF2E494
Decimal242228148
Binary111100101110010010010100
Octal362344224

Shades and tints

Shades of #F2E494

#F2E494
(242,228,148)
#DCD087
(220,208,135)
#C6BC7A
(198,188,122)
#B0A86D
(176,168,109)
#9A9460
(154,148,96)
#848053
(132,128,83)
#6E6C46
(110,108,70)
#585839
(88,88,57)
#42442C
(66,68,44)
#2C301F
(44,48,31)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #F2E494

#F2E494
(242,228,148)
#F3E69D
(243,230,157)
#F4E8A6
(244,232,166)
#F5EAAF
(245,234,175)
#F6ECB8
(246,236,184)
#F7EEC1
(247,238,193)
#F8F0CA
(248,240,202)
#F9F2D3
(249,242,211)
#FAF4DC
(250,244,220)
#FBF6E5
(251,246,229)
#FCF8EE
(252,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E494 color. Also use rgb(242,228,148) instead hex code.

Text Font Color

.myTextColor { color: #F2E494; }

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

This text font color is #F2E494.


Background Color

.myBgColor { background-color: #F2E494; }

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

This div background color is #F2E494.


Border color

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

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

This div border color is #F2E494.


Opacity

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

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

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

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

This text has shadow with #F2E494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E494 on black background.


Color preview on white background

This text has color #F2E494 on white background.



Black color preview on #F2E494 background

This text has black color on #F2E494 background.


White color preview on #F2E494 background

This text has white color on #F2E494 background.