COLOR #FFE302

HEX: #FFE302
RGB: (255,227,2)

Color info

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

RGB color model

#FFE302 color RGB value is (255,227,2).

  • red value is 255;
  • green value is 227;
  • blue value is 2.
RGB:
(255,227,2)
(100%,89%,1%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 2 of 255 = 1%

255
227
2

R + G + B ~ 63%. #FFE302 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 2 = 484 (100%)
R 255 of 484 ~ 52.69%
G 227 of 484 ~ 46.9%
B 2 of 484 ~ 0.41%

%52.69
%46.9

CMYK color model

#FFE302 color CMYK value is (0,11,99,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 99.22%
  • key color value is 0.00%
CMYK:
(0,11,99,0)
C0M11Y99K0 
(0%,11%,99%,0%)
(0.00/0.11/0.99/0.00)	

CMYK percentages

%0
%10.98
%99.22
%0

Codes

Color #FFE302 in popluar color models

FFE302
RGB2552272
HSL53°100.00%50.39%
HSB/HSV53°99.22%100.00%
CMYK0.00%10.98%99.22%
0.00%

Color #FFE302 in popluar number systems.

HEXFFE302
Decimal2552272
Binary111111111110001110
Octal3773432

Shades and tints

Shades of #FFE302

#FFE302
(255,227,2)
#E8CF02
(232,207,2)
#D1BB02
(209,187,2)
#BAA702
(186,167,2)
#A39302
(163,147,2)
#8C7F02
(140,127,2)
#756B02
(117,107,2)
#5E5702
(94,87,2)
#474302
(71,67,2)
#302F02
(48,47,2)
#191B02
(25,27,2)
#000000
(0,0,0)

Tints of #FFE302

#FFE302
(255,227,2)
#FFE519
(255,229,25)
#FFE730
(255,231,48)
#FFE947
(255,233,71)
#FFEB5E
(255,235,94)
#FFED75
(255,237,117)
#FFEF8C
(255,239,140)
#FFF1A3
(255,241,163)
#FFF3BA
(255,243,186)
#FFF5D1
(255,245,209)
#FFF7E8
(255,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE302 color. Also use rgb(255,227,2) instead hex code.

Text Font Color

.myTextColor { color: #FFE302; }

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

This text font color is #FFE302.


Background Color

.myBgColor { background-color: #FFE302; }

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

This div background color is #FFE302.


Border color

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

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

This div border color is #FFE302.


Opacity

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

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

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

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

This text has shadow with #FFE302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE302 on black background.


Color preview on white background

This text has color #FFE302 on white background.



Black color preview on #FFE302 background

This text has black color on #FFE302 background.


White color preview on #FFE302 background

This text has white color on #FFE302 background.