COLOR #FEA03C

HEX: #FEA03C
RGB: (254,160,60)

Color info

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

RGB color model

#FEA03C color RGB value is (254,160,60).

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

RGB channels and saturation

R 254 of 255 = 100%
G 160 of 255 = 63%
B 60 of 255 = 24%

254
160
60

R + G + B ~ 62%. #FEA03C is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 160 + 60 = 474 (100%)
R 254 of 474 ~ 53.59%
G 160 of 474 ~ 33.76%
B 60 of 474 ~ 12.66%

%53.59
%33.76
%12.66

CMYK color model

#FEA03C color CMYK value is (0,37,76,0).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 76.38%
  • key color value is 0.39%
CMYK:
(0,37,76,0)
C0M37Y76K0 
(0%,37%,76%,0%)
(0.00/0.37/0.76/0.00)	

CMYK percentages

%0
%37.01
%76.38
%0.39

Codes

Color #FEA03C in popluar color models

FEA03C
RGB25416060
HSL31°98.98%61.57%
HSB/HSV31°76.38%99.61%
CMYK0.00%37.01%76.38%
0.39%

Color #FEA03C in popluar number systems.

HEXFEA03C
Decimal25416060
Binary1111111010100000111100
Octal37624074

Shades and tints

Shades of #FEA03C

#FEA03C
(254,160,60)
#E79237
(231,146,55)
#D08432
(208,132,50)
#B9762D
(185,118,45)
#A26828
(162,104,40)
#8B5A23
(139,90,35)
#744C1E
(116,76,30)
#5D3E19
(93,62,25)
#463014
(70,48,20)
#2F220F
(47,34,15)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #FEA03C

#FEA03C
(254,160,60)
#FEA84D
(254,168,77)
#FEB05E
(254,176,94)
#FEB86F
(254,184,111)
#FEC080
(254,192,128)
#FEC891
(254,200,145)
#FED0A2
(254,208,162)
#FED8B3
(254,216,179)
#FEE0C4
(254,224,196)
#FEE8D5
(254,232,213)
#FEF0E6
(254,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEA03C; }

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

This text font color is #FEA03C.


Background Color

.myBgColor { background-color: #FEA03C; }

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

This div background color is #FEA03C.


Border color

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

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

This div border color is #FEA03C.


Opacity

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

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

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

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

This text has shadow with #FEA03C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA03C on black background.


Color preview on white background

This text has color #FEA03C on white background.



Black color preview on #FEA03C background

This text has black color on #FEA03C background.


White color preview on #FEA03C background

This text has white color on #FEA03C background.