COLOR #FEE242

HEX: #FEE242
RGB: (254,226,66)

Color info

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

RGB color model

#FEE242 color RGB value is (254,226,66).

  • red value is 254;
  • green value is 226;
  • blue value is 66.
RGB:
(254,226,66)
(100%,89%,26%)

RGB channels and saturation

R 254 of 255 = 100%
G 226 of 255 = 89%
B 66 of 255 = 26%

254
226
66

R + G + B ~ 72%. #FEE242 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 226 + 66 = 546 (100%)
R 254 of 546 ~ 46.52%
G 226 of 546 ~ 41.39%
B 66 of 546 ~ 12.09%

%46.52
%41.39
%12.09

CMYK color model

#FEE242 color CMYK value is (0,11,74,0).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 74.02%
  • key color value is 0.39%
CMYK:
(0,11,74,0)
C0M11Y74K0 
(0%,11%,74%,0%)
(0.00/0.11/0.74/0.00)	

CMYK percentages

%0
%11.02
%74.02
%0.39

Codes

Color #FEE242 in popluar color models

FEE242
RGB25422666
HSL51°98.95%62.75%
HSB/HSV51°74.02%99.61%
CMYK0.00%11.02%74.02%
0.39%

Color #FEE242 in popluar number systems.

HEXFEE242
Decimal25422666
Binary11111110111000101000010
Octal376342102

Shades and tints

Shades of #FEE242

#FEE242
(254,226,66)
#E7CE3C
(231,206,60)
#D0BA36
(208,186,54)
#B9A630
(185,166,48)
#A2922A
(162,146,42)
#8B7E24
(139,126,36)
#746A1E
(116,106,30)
#5D5618
(93,86,24)
#464212
(70,66,18)
#2F2E0C
(47,46,12)
#181A06
(24,26,6)
#000000
(0,0,0)

Tints of #FEE242

#FEE242
(254,226,66)
#FEE453
(254,228,83)
#FEE664
(254,230,100)
#FEE875
(254,232,117)
#FEEA86
(254,234,134)
#FEEC97
(254,236,151)
#FEEEA8
(254,238,168)
#FEF0B9
(254,240,185)
#FEF2CA
(254,242,202)
#FEF4DB
(254,244,219)
#FEF6EC
(254,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE242 color. Also use rgb(254,226,66) instead hex code.

Text Font Color

.myTextColor { color: #FEE242; }

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

This text font color is #FEE242.


Background Color

.myBgColor { background-color: #FEE242; }

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

This div background color is #FEE242.


Border color

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

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

This div border color is #FEE242.


Opacity

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

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

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

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

This text has shadow with #FEE242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE242 on black background.


Color preview on white background

This text has color #FEE242 on white background.



Black color preview on #FEE242 background

This text has black color on #FEE242 background.


White color preview on #FEE242 background

This text has white color on #FEE242 background.