COLOR #FEA04F

HEX: #FEA04F
RGB: (254,160,79)

Color info

#FEA04F contains mainly red color. Web safe color of #FEA04F is #FF9966 (or #F96).

RGB color model

#FEA04F color RGB value is (254,160,79).

  • red value is 254;
  • green value is 160;
  • blue value is 79.
RGB:
(254,160,79)
(100%,63%,31%)

RGB channels and saturation

R 254 of 255 = 100%
G 160 of 255 = 63%
B 79 of 255 = 31%

254
160
79

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

Portions of RGB colors in percentages

R + G + B =
254 + 160 + 79 = 493 (100%)
R 254 of 493 ~ 51.52%
G 160 of 493 ~ 32.45%
B 79 of 493 ~ 16.02%

%51.52
%32.45
%16.02

CMYK color model

#FEA04F color CMYK value is (0,37,69,0).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 68.90%
  • key color value is 0.39%
CMYK:
(0,37,69,0)
C0M37Y69K0 
(0%,37%,69%,0%)
(0.00/0.37/0.69/0.00)	

CMYK percentages

%0
%37.01
%68.9
%0.39

Codes

Color #FEA04F in popluar color models

FEA04F
RGB25416079
HSL28°98.87%65.29%
HSB/HSV28°68.90%99.61%
CMYK0.00%37.01%68.90%
0.39%

Color #FEA04F in popluar number systems.

HEXFEA04F
Decimal25416079
Binary11111110101000001001111
Octal376240117

Shades and tints

Shades of #FEA04F

#FEA04F
(254,160,79)
#E79248
(231,146,72)
#D08441
(208,132,65)
#B9763A
(185,118,58)
#A26833
(162,104,51)
#8B5A2C
(139,90,44)
#744C25
(116,76,37)
#5D3E1E
(93,62,30)
#463017
(70,48,23)
#2F2210
(47,34,16)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #FEA04F

#FEA04F
(254,160,79)
#FEA85F
(254,168,95)
#FEB06F
(254,176,111)
#FEB87F
(254,184,127)
#FEC08F
(254,192,143)
#FEC89F
(254,200,159)
#FED0AF
(254,208,175)
#FED8BF
(254,216,191)
#FEE0CF
(254,224,207)
#FEE8DF
(254,232,223)
#FEF0EF
(254,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA04F color. Also use rgb(254,160,79) instead hex code.

Text Font Color

.myTextColor { color: #FEA04F; }

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

This text font color is #FEA04F.


Background Color

.myBgColor { background-color: #FEA04F; }

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

This div background color is #FEA04F.


Border color

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

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

This div border color is #FEA04F.


Opacity

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

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

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

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

This text has shadow with #FEA04F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA04F on black background.


Color preview on white background

This text has color #FEA04F on white background.



Black color preview on #FEA04F background

This text has black color on #FEA04F background.


White color preview on #FEA04F background

This text has white color on #FEA04F background.