COLOR #F2E774

HEX: #F2E774
RGB: (242,231,116)

Color info

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

RGB color model

#F2E774 color RGB value is (242,231,116).

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

RGB channels and saturation

R 242 of 255 = 95%
G 231 of 255 = 91%
B 116 of 255 = 45%

242
231
116

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

Portions of RGB colors in percentages

R + G + B =
242 + 231 + 116 = 589 (100%)
R 242 of 589 ~ 41.09%
G 231 of 589 ~ 39.22%
B 116 of 589 ~ 19.69%

%41.09
%39.22
%19.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 52.07%
  • key color value is 5.10%
CMYK:
(0,5,52,5)
C0M5Y52K5 
(0%,5%,52%,5%)
(0.00/0.05/0.52/0.05)	

CMYK percentages

%0
%4.55
%52.07
%5.1

Codes

Color #F2E774 in popluar color models

F2E774
RGB242231116
HSL55°82.89%70.20%
HSB/HSV55°52.07%94.90%
CMYK0.00%4.55%52.07%
5.10%

Color #F2E774 in popluar number systems.

HEXF2E774
Decimal242231116
Binary11110010111001111110100
Octal362347164

Shades and tints

Shades of #F2E774

#F2E774
(242,231,116)
#DCD26A
(220,210,106)
#C6BD60
(198,189,96)
#B0A856
(176,168,86)
#9A934C
(154,147,76)
#847E42
(132,126,66)
#6E6938
(110,105,56)
#58542E
(88,84,46)
#423F24
(66,63,36)
#2C2A1A
(44,42,26)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #F2E774

#F2E774
(242,231,116)
#F3E980
(243,233,128)
#F4EB8C
(244,235,140)
#F5ED98
(245,237,152)
#F6EFA4
(246,239,164)
#F7F1B0
(247,241,176)
#F8F3BC
(248,243,188)
#F9F5C8
(249,245,200)
#FAF7D4
(250,247,212)
#FBF9E0
(251,249,224)
#FCFBEC
(252,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E774; }

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

This text font color is #F2E774.


Background Color

.myBgColor { background-color: #F2E774; }

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

This div background color is #F2E774.


Border color

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

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

This div border color is #F2E774.


Opacity

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

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

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

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

This text has shadow with #F2E774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E774 on black background.


Color preview on white background

This text has color #F2E774 on white background.



Black color preview on #F2E774 background

This text has black color on #F2E774 background.


White color preview on #F2E774 background

This text has white color on #F2E774 background.