COLOR #F2E78B

HEX: #F2E78B
RGB: (242,231,139)

Color info

#F2E78B contains mainly red and green colors. Web safe color of #F2E78B is #FFFF99 (or #FF9).

RGB color model

#F2E78B color RGB value is (242,231,139).

  • red value is 242;
  • green value is 231;
  • blue value is 139.
RGB:
(242,231,139)
(95%,91%,55%)

RGB channels and saturation

R 242 of 255 = 95%
G 231 of 255 = 91%
B 139 of 255 = 55%

242
231
139

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

Portions of RGB colors in percentages

R + G + B =
242 + 231 + 139 = 612 (100%)
R 242 of 612 ~ 39.54%
G 231 of 612 ~ 37.75%
B 139 of 612 ~ 22.71%

%39.54
%37.75
%22.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 42.56%
  • key color value is 5.10%
CMYK:
(0,5,43,5)
C0M5Y43K5 
(0%,5%,43%,5%)
(0.00/0.05/0.43/0.05)	

CMYK percentages

%0
%4.55
%42.56
%5.1

Codes

Color #F2E78B in popluar color models

F2E78B
RGB242231139
HSL54°79.84%74.71%
HSB/HSV54°42.56%94.90%
CMYK0.00%4.55%42.56%
5.10%

Color #F2E78B in popluar number systems.

HEXF2E78B
Decimal242231139
Binary111100101110011110001011
Octal362347213

Shades and tints

Shades of #F2E78B

#F2E78B
(242,231,139)
#DCD27F
(220,210,127)
#C6BD73
(198,189,115)
#B0A867
(176,168,103)
#9A935B
(154,147,91)
#847E4F
(132,126,79)
#6E6943
(110,105,67)
#585437
(88,84,55)
#423F2B
(66,63,43)
#2C2A1F
(44,42,31)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #F2E78B

#F2E78B
(242,231,139)
#F3E995
(243,233,149)
#F4EB9F
(244,235,159)
#F5EDA9
(245,237,169)
#F6EFB3
(246,239,179)
#F7F1BD
(247,241,189)
#F8F3C7
(248,243,199)
#F9F5D1
(249,245,209)
#FAF7DB
(250,247,219)
#FBF9E5
(251,249,229)
#FCFBEF
(252,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E78B color. Also use rgb(242,231,139) instead hex code.

Text Font Color

.myTextColor { color: #F2E78B; }

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

This text font color is #F2E78B.


Background Color

.myBgColor { background-color: #F2E78B; }

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

This div background color is #F2E78B.


Border color

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

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

This div border color is #F2E78B.


Opacity

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

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

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

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

This text has shadow with #F2E78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E78B on black background.


Color preview on white background

This text has color #F2E78B on white background.



Black color preview on #F2E78B background

This text has black color on #F2E78B background.


White color preview on #F2E78B background

This text has white color on #F2E78B background.