COLOR #F2E16D

HEX: #F2E16D
RGB: (242,225,109)

Color info

#F2E16D contains mainly red and green colors. Web safe color of #F2E16D is #FFCC66 (or #FC6).

RGB color model

#F2E16D color RGB value is (242,225,109).

  • red value is 242;
  • green value is 225;
  • blue value is 109.
RGB:
(242,225,109)
(95%,88%,43%)

RGB channels and saturation

R 242 of 255 = 95%
G 225 of 255 = 88%
B 109 of 255 = 43%

242
225
109

R + G + B ~ 75%. #F2E16D is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 225 + 109 = 576 (100%)
R 242 of 576 ~ 42.01%
G 225 of 576 ~ 39.06%
B 109 of 576 ~ 18.92%

%42.01
%39.06
%18.92

CMYK color model

#F2E16D color CMYK value is (0,7,55,5).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 54.96%
  • key color value is 5.10%
CMYK:
(0,7,55,5)
C0M7Y55K5 
(0%,7%,55%,5%)
(0.00/0.07/0.55/0.05)	

CMYK percentages

%0
%7.02
%54.96
%5.1

Codes

Color #F2E16D in popluar color models

F2E16D
RGB242225109
HSL52°83.65%68.82%
HSB/HSV52°54.96%94.90%
CMYK0.00%7.02%54.96%
5.10%

Color #F2E16D in popluar number systems.

HEXF2E16D
Decimal242225109
Binary11110010111000011101101
Octal362341155

Shades and tints

Shades of #F2E16D

#F2E16D
(242,225,109)
#DCCD64
(220,205,100)
#C6B95B
(198,185,91)
#B0A552
(176,165,82)
#9A9149
(154,145,73)
#847D40
(132,125,64)
#6E6937
(110,105,55)
#58552E
(88,85,46)
#424125
(66,65,37)
#2C2D1C
(44,45,28)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #F2E16D

#F2E16D
(242,225,109)
#F3E37A
(243,227,122)
#F4E587
(244,229,135)
#F5E794
(245,231,148)
#F6E9A1
(246,233,161)
#F7EBAE
(247,235,174)
#F8EDBB
(248,237,187)
#F9EFC8
(249,239,200)
#FAF1D5
(250,241,213)
#FBF3E2
(251,243,226)
#FCF5EF
(252,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E16D color. Also use rgb(242,225,109) instead hex code.

Text Font Color

.myTextColor { color: #F2E16D; }

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

This text font color is #F2E16D.


Background Color

.myBgColor { background-color: #F2E16D; }

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

This div background color is #F2E16D.


Border color

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

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

This div border color is #F2E16D.


Opacity

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

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

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

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

This text has shadow with #F2E16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E16D on black background.


Color preview on white background

This text has color #F2E16D on white background.



Black color preview on #F2E16D background

This text has black color on #F2E16D background.


White color preview on #F2E16D background

This text has white color on #F2E16D background.