COLOR #F2E971

HEX: #F2E971
RGB: (242,233,113)

Color info

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

RGB color model

#F2E971 color RGB value is (242,233,113).

  • red value is 242;
  • green value is 233;
  • blue value is 113.
RGB:
(242,233,113)
(95%,91%,44%)

RGB channels and saturation

R 242 of 255 = 95%
G 233 of 255 = 91%
B 113 of 255 = 44%

242
233
113

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

Portions of RGB colors in percentages

R + G + B =
242 + 233 + 113 = 588 (100%)
R 242 of 588 ~ 41.16%
G 233 of 588 ~ 39.63%
B 113 of 588 ~ 19.22%

%41.16
%39.63
%19.22

CMYK color model

#F2E971 color CMYK value is (0,4,53,5).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 53.31%
  • key color value is 5.10%
CMYK:
(0,4,53,5)
C0M4Y53K5 
(0%,4%,53%,5%)
(0.00/0.04/0.53/0.05)	

CMYK percentages

%0
%3.72
%53.31
%5.1

Codes

Color #F2E971 in popluar color models

F2E971
RGB242233113
HSL56°83.23%69.61%
HSB/HSV56°53.31%94.90%
CMYK0.00%3.72%53.31%
5.10%

Color #F2E971 in popluar number systems.

HEXF2E971
Decimal242233113
Binary11110010111010011110001
Octal362351161

Shades and tints

Shades of #F2E971

#F2E971
(242,233,113)
#DCD467
(220,212,103)
#C6BF5D
(198,191,93)
#B0AA53
(176,170,83)
#9A9549
(154,149,73)
#84803F
(132,128,63)
#6E6B35
(110,107,53)
#58562B
(88,86,43)
#424121
(66,65,33)
#2C2C17
(44,44,23)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #F2E971

#F2E971
(242,233,113)
#F3EB7D
(243,235,125)
#F4ED89
(244,237,137)
#F5EF95
(245,239,149)
#F6F1A1
(246,241,161)
#F7F3AD
(247,243,173)
#F8F5B9
(248,245,185)
#F9F7C5
(249,247,197)
#FAF9D1
(250,249,209)
#FBFBDD
(251,251,221)
#FCFDE9
(252,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E971 color. Also use rgb(242,233,113) instead hex code.

Text Font Color

.myTextColor { color: #F2E971; }

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

This text font color is #F2E971.


Background Color

.myBgColor { background-color: #F2E971; }

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

This div background color is #F2E971.


Border color

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

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

This div border color is #F2E971.


Opacity

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

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

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

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

This text has shadow with #F2E971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E971 on black background.


Color preview on white background

This text has color #F2E971 on white background.



Black color preview on #F2E971 background

This text has black color on #F2E971 background.


White color preview on #F2E971 background

This text has white color on #F2E971 background.