COLOR #FFE20F

HEX: #FFE20F
RGB: (255,226,15)

Color info

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

RGB color model

#FFE20F color RGB value is (255,226,15).

  • red value is 255;
  • green value is 226;
  • blue value is 15.
RGB:
(255,226,15)
(100%,89%,6%)

RGB channels and saturation

R 255 of 255 = 100%
G 226 of 255 = 89%
B 15 of 255 = 6%

255
226
15

R + G + B ~ 65%. #FFE20F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 226 + 15 = 496 (100%)
R 255 of 496 ~ 51.41%
G 226 of 496 ~ 45.56%
B 15 of 496 ~ 3.02%

%51.41
%45.56

CMYK color model

#FFE20F color CMYK value is (0,11,94,0).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 94.12%
  • key color value is 0.00%
CMYK:
(0,11,94,0)
C0M11Y94K0 
(0%,11%,94%,0%)
(0.00/0.11/0.94/0.00)	

CMYK percentages

%0
%11.37
%94.12
%0

Codes

Color #FFE20F in popluar color models

FFE20F
RGB25522615
HSL53°100.00%52.94%
HSB/HSV53°94.12%100.00%
CMYK0.00%11.37%94.12%
0.00%

Color #FFE20F in popluar number systems.

HEXFFE20F
Decimal25522615
Binary11111111111000101111
Octal37734217

Shades and tints

Shades of #FFE20F

#FFE20F
(255,226,15)
#E8CE0E
(232,206,14)
#D1BA0D
(209,186,13)
#BAA60C
(186,166,12)
#A3920B
(163,146,11)
#8C7E0A
(140,126,10)
#756A09
(117,106,9)
#5E5608
(94,86,8)
#474207
(71,66,7)
#302E06
(48,46,6)
#191A05
(25,26,5)
#000000
(0,0,0)

Tints of #FFE20F

#FFE20F
(255,226,15)
#FFE424
(255,228,36)
#FFE639
(255,230,57)
#FFE84E
(255,232,78)
#FFEA63
(255,234,99)
#FFEC78
(255,236,120)
#FFEE8D
(255,238,141)
#FFF0A2
(255,240,162)
#FFF2B7
(255,242,183)
#FFF4CC
(255,244,204)
#FFF6E1
(255,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE20F color. Also use rgb(255,226,15) instead hex code.

Text Font Color

.myTextColor { color: #FFE20F; }

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

This text font color is #FFE20F.


Background Color

.myBgColor { background-color: #FFE20F; }

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

This div background color is #FFE20F.


Border color

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

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

This div border color is #FFE20F.


Opacity

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

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

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

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

This text has shadow with #FFE20F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE20F on black background.


Color preview on white background

This text has color #FFE20F on white background.



Black color preview on #FFE20F background

This text has black color on #FFE20F background.


White color preview on #FFE20F background

This text has white color on #FFE20F background.