COLOR #FEE120

HEX: #FEE120
RGB: (254,225,32)

Color info

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

RGB color model

#FEE120 color RGB value is (254,225,32).

  • red value is 254;
  • green value is 225;
  • blue value is 32.
RGB:
(254,225,32)
(100%,88%,13%)

RGB channels and saturation

R 254 of 255 = 100%
G 225 of 255 = 88%
B 32 of 255 = 13%

254
225
32

R + G + B ~ 67%. #FEE120 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 225 + 32 = 511 (100%)
R 254 of 511 ~ 49.71%
G 225 of 511 ~ 44.03%
B 32 of 511 ~ 6.26%

%49.71
%44.03

CMYK color model

#FEE120 color CMYK value is (0,11,87,0).

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 87.40%
  • key color value is 0.39%
CMYK:
(0,11,87,0)
C0M11Y87K0 
(0%,11%,87%,0%)
(0.00/0.11/0.87/0.00)	

CMYK percentages

%0
%11.42
%87.4
%0.39

Codes

Color #FEE120 in popluar color models

FEE120
RGB25422532
HSL52°99.11%56.08%
HSB/HSV52°87.40%99.61%
CMYK0.00%11.42%87.40%
0.39%

Color #FEE120 in popluar number systems.

HEXFEE120
Decimal25422532
Binary1111111011100001100000
Octal37634140

Shades and tints

Shades of #FEE120

#FEE120
(254,225,32)
#E7CD1E
(231,205,30)
#D0B91C
(208,185,28)
#B9A51A
(185,165,26)
#A29118
(162,145,24)
#8B7D16
(139,125,22)
#746914
(116,105,20)
#5D5512
(93,85,18)
#464110
(70,65,16)
#2F2D0E
(47,45,14)
#18190C
(24,25,12)
#000000
(0,0,0)

Tints of #FEE120

#FEE120
(254,225,32)
#FEE334
(254,227,52)
#FEE548
(254,229,72)
#FEE75C
(254,231,92)
#FEE970
(254,233,112)
#FEEB84
(254,235,132)
#FEED98
(254,237,152)
#FEEFAC
(254,239,172)
#FEF1C0
(254,241,192)
#FEF3D4
(254,243,212)
#FEF5E8
(254,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE120 color. Also use rgb(254,225,32) instead hex code.

Text Font Color

.myTextColor { color: #FEE120; }

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

This text font color is #FEE120.


Background Color

.myBgColor { background-color: #FEE120; }

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

This div background color is #FEE120.


Border color

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

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

This div border color is #FEE120.


Opacity

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

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

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

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

This text has shadow with #FEE120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE120 on black background.


Color preview on white background

This text has color #FEE120 on white background.



Black color preview on #FEE120 background

This text has black color on #FEE120 background.


White color preview on #FEE120 background

This text has white color on #FEE120 background.