COLOR #FEDD20

HEX: #FEDD20
RGB: (254,221,32)

Color info

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

RGB color model

#FEDD20 color RGB value is (254,221,32).

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

RGB channels and saturation

R 254 of 255 = 100%
G 221 of 255 = 87%
B 32 of 255 = 13%

254
221
32

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

Portions of RGB colors in percentages

R + G + B =
254 + 221 + 32 = 507 (100%)
R 254 of 507 ~ 50.1%
G 221 of 507 ~ 43.59%
B 32 of 507 ~ 6.31%

%50.1
%43.59

CMYK color model

#FEDD20 color CMYK value is (0,13,87,0).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 87.40%
  • key color value is 0.39%
CMYK:
(0,13,87,0)
C0M13Y87K0 
(0%,13%,87%,0%)
(0.00/0.13/0.87/0.00)	

CMYK percentages

%0
%12.99
%87.4
%0.39

Codes

Color #FEDD20 in popluar color models

FEDD20
RGB25422132
HSL51°99.11%56.08%
HSB/HSV51°87.40%99.61%
CMYK0.00%12.99%87.40%
0.39%

Color #FEDD20 in popluar number systems.

HEXFEDD20
Decimal25422132
Binary1111111011011101100000
Octal37633540

Shades and tints

Shades of #FEDD20

#FEDD20
(254,221,32)
#E7C91E
(231,201,30)
#D0B51C
(208,181,28)
#B9A11A
(185,161,26)
#A28D18
(162,141,24)
#8B7916
(139,121,22)
#746514
(116,101,20)
#5D5112
(93,81,18)
#463D10
(70,61,16)
#2F290E
(47,41,14)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #FEDD20

#FEDD20
(254,221,32)
#FEE034
(254,224,52)
#FEE348
(254,227,72)
#FEE65C
(254,230,92)
#FEE970
(254,233,112)
#FEEC84
(254,236,132)
#FEEF98
(254,239,152)
#FEF2AC
(254,242,172)
#FEF5C0
(254,245,192)
#FEF8D4
(254,248,212)
#FEFBE8
(254,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDD20; }

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

This text font color is #FEDD20.


Background Color

.myBgColor { background-color: #FEDD20; }

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

This div background color is #FEDD20.


Border color

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

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

This div border color is #FEDD20.


Opacity

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

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

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

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

This text has shadow with #FEDD20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDD20 on black background.


Color preview on white background

This text has color #FEDD20 on white background.



Black color preview on #FEDD20 background

This text has black color on #FEDD20 background.


White color preview on #FEDD20 background

This text has white color on #FEDD20 background.