COLOR #FE7154

HEX: #FE7154
RGB: (254,113,84)

Color info

#FE7154 contains mainly red color. Web safe color of #FE7154 is #FF6666 (or #F66).

RGB color model

#FE7154 color RGB value is (254,113,84).

  • red value is 254;
  • green value is 113;
  • blue value is 84.
RGB:
(254,113,84)
(100%,44%,33%)

RGB channels and saturation

R 254 of 255 = 100%
G 113 of 255 = 44%
B 84 of 255 = 33%

254
113
84

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

Portions of RGB colors in percentages

R + G + B =
254 + 113 + 84 = 451 (100%)
R 254 of 451 ~ 56.32%
G 113 of 451 ~ 25.06%
B 84 of 451 ~ 18.63%

%56.32
%25.06
%18.63

CMYK color model

#FE7154 color CMYK value is (0,56,67,0).

  • cyan value is 0.00%
  • magenta value is 55.51%
  • yellow value is 66.93%
  • key color value is 0.39%
CMYK:
(0,56,67,0)
C0M56Y67K0 
(0%,56%,67%,0%)
(0.00/0.56/0.67/0.00)	

CMYK percentages

%0
%55.51
%66.93
%0.39

Codes

Color #FE7154 in popluar color models

FE7154
RGB25411384
HSL10°98.84%66.27%
HSB/HSV10°66.93%99.61%
CMYK0.00%55.51%66.93%
0.39%

Color #FE7154 in popluar number systems.

HEXFE7154
Decimal25411384
Binary1111111011100011010100
Octal376161124

Shades and tints

Shades of #FE7154

#FE7154
(254,113,84)
#E7674D
(231,103,77)
#D05D46
(208,93,70)
#B9533F
(185,83,63)
#A24938
(162,73,56)
#8B3F31
(139,63,49)
#74352A
(116,53,42)
#5D2B23
(93,43,35)
#46211C
(70,33,28)
#2F1715
(47,23,21)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #FE7154

#FE7154
(254,113,84)
#FE7D63
(254,125,99)
#FE8972
(254,137,114)
#FE9581
(254,149,129)
#FEA190
(254,161,144)
#FEAD9F
(254,173,159)
#FEB9AE
(254,185,174)
#FEC5BD
(254,197,189)
#FED1CC
(254,209,204)
#FEDDDB
(254,221,219)
#FEE9EA
(254,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE7154 color. Also use rgb(254,113,84) instead hex code.

Text Font Color

.myTextColor { color: #FE7154; }

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

This text font color is #FE7154.


Background Color

.myBgColor { background-color: #FE7154; }

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

This div background color is #FE7154.


Border color

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

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

This div border color is #FE7154.


Opacity

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

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

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

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

This text has shadow with #FE7154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE7154 on black background.


Color preview on white background

This text has color #FE7154 on white background.



Black color preview on #FE7154 background

This text has black color on #FE7154 background.


White color preview on #FE7154 background

This text has white color on #FE7154 background.