COLOR #FE9C7F

HEX: #FE9C7F
RGB: (254,156,127)

Color info

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

RGB color model

#FE9C7F color RGB value is (254,156,127).

  • red value is 254;
  • green value is 156;
  • blue value is 127.
RGB:
(254,156,127)
(100%,61%,50%)

RGB channels and saturation

R 254 of 255 = 100%
G 156 of 255 = 61%
B 127 of 255 = 50%

254
156
127

R + G + B ~ 70%. #FE9C7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 156 + 127 = 537 (100%)
R 254 of 537 ~ 47.3%
G 156 of 537 ~ 29.05%
B 127 of 537 ~ 23.65%

%47.3
%29.05
%23.65

CMYK color model

#FE9C7F color CMYK value is (0,39,50,0).

  • cyan value is 0.00%
  • magenta value is 38.58%
  • yellow value is 50.00%
  • key color value is 0.39%
CMYK:
(0,39,50,0)
C0M39Y50K0 
(0%,39%,50%,0%)
(0.00/0.39/0.50/0.00)	

CMYK percentages

%0
%38.58
%50
%0.39

Codes

Color #FE9C7F in popluar color models

FE9C7F
RGB254156127
HSL14°98.45%74.71%
HSB/HSV14°50.00%99.61%
CMYK0.00%38.58%50.00%
0.39%

Color #FE9C7F in popluar number systems.

HEXFE9C7F
Decimal254156127
Binary11111110100111001111111
Octal376234177

Shades and tints

Shades of #FE9C7F

#FE9C7F
(254,156,127)
#E78E74
(231,142,116)
#D08069
(208,128,105)
#B9725E
(185,114,94)
#A26453
(162,100,83)
#8B5648
(139,86,72)
#74483D
(116,72,61)
#5D3A32
(93,58,50)
#462C27
(70,44,39)
#2F1E1C
(47,30,28)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #FE9C7F

#FE9C7F
(254,156,127)
#FEA58A
(254,165,138)
#FEAE95
(254,174,149)
#FEB7A0
(254,183,160)
#FEC0AB
(254,192,171)
#FEC9B6
(254,201,182)
#FED2C1
(254,210,193)
#FEDBCC
(254,219,204)
#FEE4D7
(254,228,215)
#FEEDE2
(254,237,226)
#FEF6ED
(254,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9C7F color. Also use rgb(254,156,127) instead hex code.

Text Font Color

.myTextColor { color: #FE9C7F; }

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

This text font color is #FE9C7F.


Background Color

.myBgColor { background-color: #FE9C7F; }

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

This div background color is #FE9C7F.


Border color

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

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

This div border color is #FE9C7F.


Opacity

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

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

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

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

This text has shadow with #FE9C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9C7F on black background.


Color preview on white background

This text has color #FE9C7F on white background.



Black color preview on #FE9C7F background

This text has black color on #FE9C7F background.


White color preview on #FE9C7F background

This text has white color on #FE9C7F background.