COLOR #FEA52E

HEX: #FEA52E
RGB: (254,165,46)

Color info

#FEA52E contains mainly red color. Web safe color of #FEA52E is #FF9933 (or #F93).

RGB color model

#FEA52E color RGB value is (254,165,46).

  • red value is 254;
  • green value is 165;
  • blue value is 46.
RGB:
(254,165,46)
(100%,65%,18%)

RGB channels and saturation

R 254 of 255 = 100%
G 165 of 255 = 65%
B 46 of 255 = 18%

254
165
46

R + G + B ~ 61%. #FEA52E is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 165 + 46 = 465 (100%)
R 254 of 465 ~ 54.62%
G 165 of 465 ~ 35.48%
B 46 of 465 ~ 9.89%

%54.62
%35.48
%9.89

CMYK color model

#FEA52E color CMYK value is (0,35,82,0).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 81.89%
  • key color value is 0.39%
CMYK:
(0,35,82,0)
C0M35Y82K0 
(0%,35%,82%,0%)
(0.00/0.35/0.82/0.00)	

CMYK percentages

%0
%35.04
%81.89
%0.39

Codes

Color #FEA52E in popluar color models

FEA52E
RGB25416546
HSL34°99.05%58.82%
HSB/HSV34°81.89%99.61%
CMYK0.00%35.04%81.89%
0.39%

Color #FEA52E in popluar number systems.

HEXFEA52E
Decimal25416546
Binary1111111010100101101110
Octal37624556

Shades and tints

Shades of #FEA52E

#FEA52E
(254,165,46)
#E7962A
(231,150,42)
#D08726
(208,135,38)
#B97822
(185,120,34)
#A2691E
(162,105,30)
#8B5A1A
(139,90,26)
#744B16
(116,75,22)
#5D3C12
(93,60,18)
#462D0E
(70,45,14)
#2F1E0A
(47,30,10)
#180F06
(24,15,6)
#000000
(0,0,0)

Tints of #FEA52E

#FEA52E
(254,165,46)
#FEAD41
(254,173,65)
#FEB554
(254,181,84)
#FEBD67
(254,189,103)
#FEC57A
(254,197,122)
#FECD8D
(254,205,141)
#FED5A0
(254,213,160)
#FEDDB3
(254,221,179)
#FEE5C6
(254,229,198)
#FEEDD9
(254,237,217)
#FEF5EC
(254,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA52E color. Also use rgb(254,165,46) instead hex code.

Text Font Color

.myTextColor { color: #FEA52E; }

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

This text font color is #FEA52E.


Background Color

.myBgColor { background-color: #FEA52E; }

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

This div background color is #FEA52E.


Border color

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

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

This div border color is #FEA52E.


Opacity

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

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

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

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

This text has shadow with #FEA52E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA52E on black background.


Color preview on white background

This text has color #FEA52E on white background.



Black color preview on #FEA52E background

This text has black color on #FEA52E background.


White color preview on #FEA52E background

This text has white color on #FEA52E background.