COLOR #FE882C

HEX: #FE882C
RGB: (254,136,44)

Color info

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

RGB color model

#FE882C color RGB value is (254,136,44).

  • red value is 254;
  • green value is 136;
  • blue value is 44.
RGB:
(254,136,44)
(100%,53%,17%)

RGB channels and saturation

R 254 of 255 = 100%
G 136 of 255 = 53%
B 44 of 255 = 17%

254
136
44

R + G + B ~ 57%. #FE882C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
254 + 136 + 44 = 434 (100%)
R 254 of 434 ~ 58.53%
G 136 of 434 ~ 31.34%
B 44 of 434 ~ 10.14%

%58.53
%31.34
%10.14

CMYK color model

#FE882C color CMYK value is (0,46,83,0).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 82.68%
  • key color value is 0.39%
CMYK:
(0,46,83,0)
C0M46Y83K0 
(0%,46%,83%,0%)
(0.00/0.46/0.83/0.00)	

CMYK percentages

%0
%46.46
%82.68
%0.39

Codes

Color #FE882C in popluar color models

FE882C
RGB25413644
HSL26°99.06%58.43%
HSB/HSV26°82.68%99.61%
CMYK0.00%46.46%82.68%
0.39%

Color #FE882C in popluar number systems.

HEXFE882C
Decimal25413644
Binary1111111010001000101100
Octal37621054

Shades and tints

Shades of #FE882C

#FE882C
(254,136,44)
#E77C28
(231,124,40)
#D07024
(208,112,36)
#B96420
(185,100,32)
#A2581C
(162,88,28)
#8B4C18
(139,76,24)
#744014
(116,64,20)
#5D3410
(93,52,16)
#46280C
(70,40,12)
#2F1C08
(47,28,8)
#181004
(24,16,4)
#000000
(0,0,0)

Tints of #FE882C

#FE882C
(254,136,44)
#FE923F
(254,146,63)
#FE9C52
(254,156,82)
#FEA665
(254,166,101)
#FEB078
(254,176,120)
#FEBA8B
(254,186,139)
#FEC49E
(254,196,158)
#FECEB1
(254,206,177)
#FED8C4
(254,216,196)
#FEE2D7
(254,226,215)
#FEECEA
(254,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE882C color. Also use rgb(254,136,44) instead hex code.

Text Font Color

.myTextColor { color: #FE882C; }

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

This text font color is #FE882C.


Background Color

.myBgColor { background-color: #FE882C; }

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

This div background color is #FE882C.


Border color

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

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

This div border color is #FE882C.


Opacity

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

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

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

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

This text has shadow with #FE882C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE882C on black background.


Color preview on white background

This text has color #FE882C on white background.



Black color preview on #FE882C background

This text has black color on #FE882C background.


White color preview on #FE882C background

This text has white color on #FE882C background.