COLOR #F2E135

HEX: #F2E135
RGB: (242,225,53)

Color info

#F2E135 contains mainly red and green colors. Web safe color of #F2E135 is #FFCC33 (or #FC3).

RGB color model

#F2E135 color RGB value is (242,225,53).

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

RGB channels and saturation

R 242 of 255 = 95%
G 225 of 255 = 88%
B 53 of 255 = 21%

242
225
53

R + G + B ~ 68%. #F2E135 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 225 + 53 = 520 (100%)
R 242 of 520 ~ 46.54%
G 225 of 520 ~ 43.27%
B 53 of 520 ~ 10.19%

%46.54
%43.27
%10.19

CMYK color model

#F2E135 color CMYK value is (0,7,78,5).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 78.10%
  • key color value is 5.10%
CMYK:
(0,7,78,5)
C0M7Y78K5 
(0%,7%,78%,5%)
(0.00/0.07/0.78/0.05)	

CMYK percentages

%0
%7.02
%78.1
%5.1

Codes

Color #F2E135 in popluar color models

F2E135
RGB24222553
HSL55°87.91%57.84%
HSB/HSV55°78.10%94.90%
CMYK0.00%7.02%78.10%
5.10%

Color #F2E135 in popluar number systems.

HEXF2E135
Decimal24222553
Binary1111001011100001110101
Octal36234165

Shades and tints

Shades of #F2E135

#F2E135
(242,225,53)
#DCCD31
(220,205,49)
#C6B92D
(198,185,45)
#B0A529
(176,165,41)
#9A9125
(154,145,37)
#847D21
(132,125,33)
#6E691D
(110,105,29)
#585519
(88,85,25)
#424115
(66,65,21)
#2C2D11
(44,45,17)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #F2E135

#F2E135
(242,225,53)
#F3E347
(243,227,71)
#F4E559
(244,229,89)
#F5E76B
(245,231,107)
#F6E97D
(246,233,125)
#F7EB8F
(247,235,143)
#F8EDA1
(248,237,161)
#F9EFB3
(249,239,179)
#FAF1C5
(250,241,197)
#FBF3D7
(251,243,215)
#FCF5E9
(252,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E135; }

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

This text font color is #F2E135.


Background Color

.myBgColor { background-color: #F2E135; }

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

This div background color is #F2E135.


Border color

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

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

This div border color is #F2E135.


Opacity

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

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

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

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

This text has shadow with #F2E135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E135 on black background.


Color preview on white background

This text has color #F2E135 on white background.



Black color preview on #F2E135 background

This text has black color on #F2E135 background.


White color preview on #F2E135 background

This text has white color on #F2E135 background.