COLOR #F2EA40

HEX: #F2EA40
RGB: (242,234,64)

Color info

#F2EA40 contains mainly red and green colors. Web safe color of #F2EA40 is #FFFF33 (or #FF3).

RGB color model

#F2EA40 color RGB value is (242,234,64).

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

RGB channels and saturation

R 242 of 255 = 95%
G 234 of 255 = 92%
B 64 of 255 = 25%

242
234
64

R + G + B ~ 71%. #F2EA40 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 234 + 64 = 540 (100%)
R 242 of 540 ~ 44.81%
G 234 of 540 ~ 43.33%
B 64 of 540 ~ 11.85%

%44.81
%43.33
%11.85

CMYK color model

#F2EA40 color CMYK value is (0,3,74,5).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 73.55%
  • key color value is 5.10%
CMYK:
(0,3,74,5)
C0M3Y74K5 
(0%,3%,74%,5%)
(0.00/0.03/0.74/0.05)	

CMYK percentages

%0
%3.31
%73.55
%5.1

Codes

Color #F2EA40 in popluar color models

F2EA40
RGB24223464
HSL57°87.25%60.00%
HSB/HSV57°73.55%94.90%
CMYK0.00%3.31%73.55%
5.10%

Color #F2EA40 in popluar number systems.

HEXF2EA40
Decimal24223464
Binary11110010111010101000000
Octal362352100

Shades and tints

Shades of #F2EA40

#F2EA40
(242,234,64)
#DCD53B
(220,213,59)
#C6C036
(198,192,54)
#B0AB31
(176,171,49)
#9A962C
(154,150,44)
#848127
(132,129,39)
#6E6C22
(110,108,34)
#58571D
(88,87,29)
#424218
(66,66,24)
#2C2D13
(44,45,19)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #F2EA40

#F2EA40
(242,234,64)
#F3EB51
(243,235,81)
#F4EC62
(244,236,98)
#F5ED73
(245,237,115)
#F6EE84
(246,238,132)
#F7EF95
(247,239,149)
#F8F0A6
(248,240,166)
#F9F1B7
(249,241,183)
#FAF2C8
(250,242,200)
#FBF3D9
(251,243,217)
#FCF4EA
(252,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EA40; }

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

This text font color is #F2EA40.


Background Color

.myBgColor { background-color: #F2EA40; }

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

This div background color is #F2EA40.


Border color

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

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

This div border color is #F2EA40.


Opacity

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

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

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

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

This text has shadow with #F2EA40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EA40 on black background.


Color preview on white background

This text has color #F2EA40 on white background.



Black color preview on #F2EA40 background

This text has black color on #F2EA40 background.


White color preview on #F2EA40 background

This text has white color on #F2EA40 background.