COLOR #F2E36D

HEX: #F2E36D
RGB: (242,227,109)

Color info

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

RGB color model

#F2E36D color RGB value is (242,227,109).

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

RGB channels and saturation

R 242 of 255 = 95%
G 227 of 255 = 89%
B 109 of 255 = 43%

242
227
109

R + G + B ~ 76%. #F2E36D is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 227 + 109 = 578 (100%)
R 242 of 578 ~ 41.87%
G 227 of 578 ~ 39.27%
B 109 of 578 ~ 18.86%

%41.87
%39.27
%18.86

CMYK color model

#F2E36D color CMYK value is (0,6,55,5).

  • cyan value is 0.00%
  • magenta value is 6.20%
  • yellow value is 54.96%
  • key color value is 5.10%
CMYK:
(0,6,55,5)
C0M6Y55K5 
(0%,6%,55%,5%)
(0.00/0.06/0.55/0.05)	

CMYK percentages

%0
%6.2
%54.96
%5.1

Codes

Color #F2E36D in popluar color models

F2E36D
RGB242227109
HSL53°83.65%68.82%
HSB/HSV53°54.96%94.90%
CMYK0.00%6.20%54.96%
5.10%

Color #F2E36D in popluar number systems.

HEXF2E36D
Decimal242227109
Binary11110010111000111101101
Octal362343155

Shades and tints

Shades of #F2E36D

#F2E36D
(242,227,109)
#DCCF64
(220,207,100)
#C6BB5B
(198,187,91)
#B0A752
(176,167,82)
#9A9349
(154,147,73)
#847F40
(132,127,64)
#6E6B37
(110,107,55)
#58572E
(88,87,46)
#424325
(66,67,37)
#2C2F1C
(44,47,28)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #F2E36D

#F2E36D
(242,227,109)
#F3E57A
(243,229,122)
#F4E787
(244,231,135)
#F5E994
(245,233,148)
#F6EBA1
(246,235,161)
#F7EDAE
(247,237,174)
#F8EFBB
(248,239,187)
#F9F1C8
(249,241,200)
#FAF3D5
(250,243,213)
#FBF5E2
(251,245,226)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E36D; }

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

This text font color is #F2E36D.


Background Color

.myBgColor { background-color: #F2E36D; }

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

This div background color is #F2E36D.


Border color

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

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

This div border color is #F2E36D.


Opacity

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

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

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

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

This text has shadow with #F2E36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E36D on black background.


Color preview on white background

This text has color #F2E36D on white background.



Black color preview on #F2E36D background

This text has black color on #F2E36D background.


White color preview on #F2E36D background

This text has white color on #F2E36D background.