COLOR #F2EF97

HEX: #F2EF97 RGB: (242,239,151)

Color info

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

RGB color model

#F2EF97 color RGB value is (242,239,151).

RGB: (242,239,151) (95%, 94%, 59%)

RGB channels and saturation

R 242 of 255 = 95%
G 239 of 255 = 94%
B 151 of 255 = 59%

242
239
151

R + G + B ~ 83%. #F2EF97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 239 + 151 = 632 (100%)
R 242 of 632 ~ 38.29%
G 239 of 632 ~ 37.82%
B 151 of 632 ~ 23.89'%

%38.29
%37.82
%23.89

CMYK color model

#F2EF97 color CMYK value is (0,1,38,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 37.60%
  • key color value is 5.10%

CMYK: (0,1,38,5)
C0M1Y38K5 (0%, 1%, 38%, 5%)
(0.00 / 0.01 / 0.38 / 0.05)

CMYK percentages

%0
%1.24
%37.6
%5.1

Codes

Color #F2EF97 in popluar color models

F2 EF 97
RGB 242 239 151
HSL 58° 77.78% 77.06%
HSB/HSV 58° 37.60% 94.90%
CMYK 0.00% 1.24% 37.60%
5.10%

Color #F2EF97 in popluar number systems.

HEX F2 EF 97
Decimal 242 239 151
Binary 11110010 11101111 10010111
Octal 362 357 227

Shades and tints

Shades of #F2EF97

#F2EF97
(242,239,151)
#DCDA8A
(220,218,138)
#C6C57D
(198,197,125)
#B0B070
(176,176,112)
#9A9B63
(154,155,99)
#848656
(132,134,86)
#6E7149
(110,113,73)
#585C3C
(88,92,60)
#42472F
(66,71,47)
#2C3222
(44,50,34)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #F2EF97

#F2EF97
(242,239,151)
#F3F0A0
(243,240,160)
#F4F1A9
(244,241,169)
#F5F2B2
(245,242,178)
#F6F3BB
(246,243,187)
#F7F4C4
(247,244,196)
#F8F5CD
(248,245,205)
#F9F6D6
(249,246,214)
#FAF7DF
(250,247,223)
#FBF8E8
(251,248,232)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EF97 color. Also use rgb(242,239,151) instead hex code.

Text Font Color

.myTextColor { color: #F2EF97; }

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

This text font color is #F2EF97.

Background Color

.myBgColor { background-color: #F2EF97; }

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

This div background color is #F2EF97.

Border color

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

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

This div border color is #F2EF97.

Opacity

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

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

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

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

This text has shadow with #F2EF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EF97.

Preview

Color preview on black background

This text has color #F2EF97 on black background.


Color preview on white background

This text has color #F2EF97 on white background.


Black color preview on #F2EF97 background

This text has black color on #F2EF97 background.


White color preview on #F2EF97 background

This text has white color on #F2EF97 background.


Related colors

Complementary color

Complementary color for #hex is #0D1068.


I love getcolorcode.com

Triadic colors

1 #97F2EF and #EF97F2 with #F2EF97 are triadic colors.

2 #97EFF2 and #EFF297 with #F2EF97 are triadic colors.