COLOR #F2EA74

HEX: #F2EA74
RGB: (242,234,116)

Color info

#F2EA74 contains mainly red and green colors. Web safe color of #F2EA74 is #FFFF66 (or #FF6).

RGB color model

#F2EA74 color RGB value is (242,234,116).

  • red value is 242;
  • green value is 234;
  • blue value is 116.
RGB:
(242,234,116)
(95%,92%,45%)

RGB channels and saturation

R 242 of 255 = 95%
G 234 of 255 = 92%
B 116 of 255 = 45%

242
234
116

R + G + B ~ 77%. #F2EA74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 234 + 116 = 592 (100%)
R 242 of 592 ~ 40.88%
G 234 of 592 ~ 39.53%
B 116 of 592 ~ 19.59%

%40.88
%39.53
%19.59

CMYK color model

#F2EA74 color CMYK value is (0,3,52,5).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 52.07%
  • key color value is 5.10%
CMYK:
(0,3,52,5)
C0M3Y52K5 
(0%,3%,52%,5%)
(0.00/0.03/0.52/0.05)	

CMYK percentages

%0
%3.31
%52.07
%5.1

Codes

Color #F2EA74 in popluar color models

F2EA74
RGB242234116
HSL56°82.89%70.20%
HSB/HSV56°52.07%94.90%
CMYK0.00%3.31%52.07%
5.10%

Color #F2EA74 in popluar number systems.

HEXF2EA74
Decimal242234116
Binary11110010111010101110100
Octal362352164

Shades and tints

Shades of #F2EA74

#F2EA74
(242,234,116)
#DCD56A
(220,213,106)
#C6C060
(198,192,96)
#B0AB56
(176,171,86)
#9A964C
(154,150,76)
#848142
(132,129,66)
#6E6C38
(110,108,56)
#58572E
(88,87,46)
#424224
(66,66,36)
#2C2D1A
(44,45,26)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #F2EA74

#F2EA74
(242,234,116)
#F3EB80
(243,235,128)
#F4EC8C
(244,236,140)
#F5ED98
(245,237,152)
#F6EEA4
(246,238,164)
#F7EFB0
(247,239,176)
#F8F0BC
(248,240,188)
#F9F1C8
(249,241,200)
#FAF2D4
(250,242,212)
#FBF3E0
(251,243,224)
#FCF4EC
(252,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EA74 color. Also use rgb(242,234,116) instead hex code.

Text Font Color

.myTextColor { color: #F2EA74; }

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

This text font color is #F2EA74.


Background Color

.myBgColor { background-color: #F2EA74; }

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

This div background color is #F2EA74.


Border color

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

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

This div border color is #F2EA74.


Opacity

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

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

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

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

This text has shadow with #F2EA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EA74 on black background.


Color preview on white background

This text has color #F2EA74 on white background.



Black color preview on #F2EA74 background

This text has black color on #F2EA74 background.


White color preview on #F2EA74 background

This text has white color on #F2EA74 background.