COLOR #FE8856

HEX: #FE8856
RGB: (254,136,86)

Color info

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

RGB color model

#FE8856 color RGB value is (254,136,86).

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

RGB channels and saturation

R 254 of 255 = 100%
G 136 of 255 = 53%
B 86 of 255 = 34%

254
136
86

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

Portions of RGB colors in percentages

R + G + B =
254 + 136 + 86 = 476 (100%)
R 254 of 476 ~ 53.36%
G 136 of 476 ~ 28.57%
B 86 of 476 ~ 18.07%

%53.36
%28.57
%18.07

CMYK color model

#FE8856 color CMYK value is (0,46,66,0).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 66.14%
  • key color value is 0.39%
CMYK:
(0,46,66,0)
C0M46Y66K0 
(0%,46%,66%,0%)
(0.00/0.46/0.66/0.00)	

CMYK percentages

%0
%46.46
%66.14
%0.39

Codes

Color #FE8856 in popluar color models

FE8856
RGB25413686
HSL18°98.82%66.67%
HSB/HSV18°66.14%99.61%
CMYK0.00%46.46%66.14%
0.39%

Color #FE8856 in popluar number systems.

HEXFE8856
Decimal25413686
Binary11111110100010001010110
Octal376210126

Shades and tints

Shades of #FE8856

#FE8856
(254,136,86)
#E77C4F
(231,124,79)
#D07048
(208,112,72)
#B96441
(185,100,65)
#A2583A
(162,88,58)
#8B4C33
(139,76,51)
#74402C
(116,64,44)
#5D3425
(93,52,37)
#46281E
(70,40,30)
#2F1C17
(47,28,23)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #FE8856

#FE8856
(254,136,86)
#FE9265
(254,146,101)
#FE9C74
(254,156,116)
#FEA683
(254,166,131)
#FEB092
(254,176,146)
#FEBAA1
(254,186,161)
#FEC4B0
(254,196,176)
#FECEBF
(254,206,191)
#FED8CE
(254,216,206)
#FEE2DD
(254,226,221)
#FEECEC
(254,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE8856; }

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

This text font color is #FE8856.


Background Color

.myBgColor { background-color: #FE8856; }

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

This div background color is #FE8856.


Border color

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

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

This div border color is #FE8856.


Opacity

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

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

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

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

This text has shadow with #FE8856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE8856 on black background.


Color preview on white background

This text has color #FE8856 on white background.



Black color preview on #FE8856 background

This text has black color on #FE8856 background.


White color preview on #FE8856 background

This text has white color on #FE8856 background.