COLOR #FE8A7B

HEX: #FE8A7B
RGB: (254,138,123)

Color info

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

RGB color model

#FE8A7B color RGB value is (254,138,123).

  • red value is 254;
  • green value is 138;
  • blue value is 123.
RGB:
(254,138,123)
(100%,54%,48%)

RGB channels and saturation

R 254 of 255 = 100%
G 138 of 255 = 54%
B 123 of 255 = 48%

254
138
123

R + G + B ~ 67%. #FE8A7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 138 + 123 = 515 (100%)
R 254 of 515 ~ 49.32%
G 138 of 515 ~ 26.8%
B 123 of 515 ~ 23.88%

%49.32
%26.8
%23.88

CMYK color model

#FE8A7B color CMYK value is (0,46,52,0).

  • cyan value is 0.00%
  • magenta value is 45.67%
  • yellow value is 51.57%
  • key color value is 0.39%
CMYK:
(0,46,52,0)
C0M46Y52K0 
(0%,46%,52%,0%)
(0.00/0.46/0.52/0.00)	

CMYK percentages

%0
%45.67
%51.57
%0.39

Codes

Color #FE8A7B in popluar color models

FE8A7B
RGB254138123
HSL98.50%73.92%
HSB/HSV51.57%99.61%
CMYK0.00%45.67%51.57%
0.39%

Color #FE8A7B in popluar number systems.

HEXFE8A7B
Decimal254138123
Binary11111110100010101111011
Octal376212173

Shades and tints

Shades of #FE8A7B

#FE8A7B
(254,138,123)
#E77E70
(231,126,112)
#D07265
(208,114,101)
#B9665A
(185,102,90)
#A25A4F
(162,90,79)
#8B4E44
(139,78,68)
#744239
(116,66,57)
#5D362E
(93,54,46)
#462A23
(70,42,35)
#2F1E18
(47,30,24)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #FE8A7B

#FE8A7B
(254,138,123)
#FE9487
(254,148,135)
#FE9E93
(254,158,147)
#FEA89F
(254,168,159)
#FEB2AB
(254,178,171)
#FEBCB7
(254,188,183)
#FEC6C3
(254,198,195)
#FED0CF
(254,208,207)
#FEDADB
(254,218,219)
#FEE4E7
(254,228,231)
#FEEEF3
(254,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE8A7B color. Also use rgb(254,138,123) instead hex code.

Text Font Color

.myTextColor { color: #FE8A7B; }

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

This text font color is #FE8A7B.


Background Color

.myBgColor { background-color: #FE8A7B; }

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

This div background color is #FE8A7B.


Border color

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

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

This div border color is #FE8A7B.


Opacity

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

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

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

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

This text has shadow with #FE8A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE8A7B on black background.


Color preview on white background

This text has color #FE8A7B on white background.



Black color preview on #FE8A7B background

This text has black color on #FE8A7B background.


White color preview on #FE8A7B background

This text has white color on #FE8A7B background.