COLOR #FE983C

HEX: #FE983C
RGB: (254,152,60)

Color info

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

RGB color model

#FE983C color RGB value is (254,152,60).

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

RGB channels and saturation

R 254 of 255 = 100%
G 152 of 255 = 60%
B 60 of 255 = 24%

254
152
60

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

Portions of RGB colors in percentages

R + G + B =
254 + 152 + 60 = 466 (100%)
R 254 of 466 ~ 54.51%
G 152 of 466 ~ 32.62%
B 60 of 466 ~ 12.88%

%54.51
%32.62
%12.88

CMYK color model

#FE983C color CMYK value is (0,40,76,0).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 76.38%
  • key color value is 0.39%
CMYK:
(0,40,76,0)
C0M40Y76K0 
(0%,40%,76%,0%)
(0.00/0.40/0.76/0.00)	

CMYK percentages

%0
%40.16
%76.38
%0.39

Codes

Color #FE983C in popluar color models

FE983C
RGB25415260
HSL28°98.98%61.57%
HSB/HSV28°76.38%99.61%
CMYK0.00%40.16%76.38%
0.39%

Color #FE983C in popluar number systems.

HEXFE983C
Decimal25415260
Binary1111111010011000111100
Octal37623074

Shades and tints

Shades of #FE983C

#FE983C
(254,152,60)
#E78B37
(231,139,55)
#D07E32
(208,126,50)
#B9712D
(185,113,45)
#A26428
(162,100,40)
#8B5723
(139,87,35)
#744A1E
(116,74,30)
#5D3D19
(93,61,25)
#463014
(70,48,20)
#2F230F
(47,35,15)
#18160A
(24,22,10)
#000000
(0,0,0)

Tints of #FE983C

#FE983C
(254,152,60)
#FEA14D
(254,161,77)
#FEAA5E
(254,170,94)
#FEB36F
(254,179,111)
#FEBC80
(254,188,128)
#FEC591
(254,197,145)
#FECEA2
(254,206,162)
#FED7B3
(254,215,179)
#FEE0C4
(254,224,196)
#FEE9D5
(254,233,213)
#FEF2E6
(254,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE983C; }

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

This text font color is #FE983C.


Background Color

.myBgColor { background-color: #FE983C; }

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

This div background color is #FE983C.


Border color

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

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

This div border color is #FE983C.


Opacity

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

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

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

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

This text has shadow with #FE983C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE983C on black background.


Color preview on white background

This text has color #FE983C on white background.



Black color preview on #FE983C background

This text has black color on #FE983C background.


White color preview on #FE983C background

This text has white color on #FE983C background.