COLOR #FEE205

HEX: #FEE205
RGB: (254,226,5)

Color info

#FEE205 contains mainly red and green colors. Web safe color of #FEE205 is #FFCC00 (or #FC0).

RGB color model

#FEE205 color RGB value is (254,226,5).

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

RGB channels and saturation

R 254 of 255 = 100%
G 226 of 255 = 89%
B 5 of 255 = 2%

254
226
5

R + G + B ~ 64%. #FEE205 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 226 + 5 = 485 (100%)
R 254 of 485 ~ 52.37%
G 226 of 485 ~ 46.6%
B 5 of 485 ~ 1.03%

%52.37
%46.6

CMYK color model

#FEE205 color CMYK value is (0,11,98,0).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 98.03%
  • key color value is 0.39%
CMYK:
(0,11,98,0)
C0M11Y98K0 
(0%,11%,98%,0%)
(0.00/0.11/0.98/0.00)	

CMYK percentages

%0
%11.02
%98.03
%0.39

Codes

Color #FEE205 in popluar color models

FEE205
RGB2542265
HSL53°99.20%50.78%
HSB/HSV53°98.03%99.61%
CMYK0.00%11.02%98.03%
0.39%

Color #FEE205 in popluar number systems.

HEXFEE205
Decimal2542265
Binary1111111011100010101
Octal3763425

Shades and tints

Shades of #FEE205

#FEE205
(254,226,5)
#E7CE05
(231,206,5)
#D0BA05
(208,186,5)
#B9A605
(185,166,5)
#A29205
(162,146,5)
#8B7E05
(139,126,5)
#746A05
(116,106,5)
#5D5605
(93,86,5)
#464205
(70,66,5)
#2F2E05
(47,46,5)
#181A05
(24,26,5)
#000000
(0,0,0)

Tints of #FEE205

#FEE205
(254,226,5)
#FEE41B
(254,228,27)
#FEE631
(254,230,49)
#FEE847
(254,232,71)
#FEEA5D
(254,234,93)
#FEEC73
(254,236,115)
#FEEE89
(254,238,137)
#FEF09F
(254,240,159)
#FEF2B5
(254,242,181)
#FEF4CB
(254,244,203)
#FEF6E1
(254,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE205; }

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

This text font color is #FEE205.


Background Color

.myBgColor { background-color: #FEE205; }

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

This div background color is #FEE205.


Border color

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

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

This div border color is #FEE205.


Opacity

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

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

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

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

This text has shadow with #FEE205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE205 on black background.


Color preview on white background

This text has color #FEE205 on white background.



Black color preview on #FEE205 background

This text has black color on #FEE205 background.


White color preview on #FEE205 background

This text has white color on #FEE205 background.