COLOR #FE9B7A

HEX: #FE9B7A
RGB: (254,155,122)

Color info

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

RGB color model

#FE9B7A color RGB value is (254,155,122).

  • red value is 254;
  • green value is 155;
  • blue value is 122.
RGB:
(254,155,122)
(100%,61%,48%)

RGB channels and saturation

R 254 of 255 = 100%
G 155 of 255 = 61%
B 122 of 255 = 48%

254
155
122

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

Portions of RGB colors in percentages

R + G + B =
254 + 155 + 122 = 531 (100%)
R 254 of 531 ~ 47.83%
G 155 of 531 ~ 29.19%
B 122 of 531 ~ 22.98%

%47.83
%29.19
%22.98

CMYK color model

#FE9B7A color CMYK value is (0,39,52,0).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 51.97%
  • key color value is 0.39%
CMYK:
(0,39,52,0)
C0M39Y52K0 
(0%,39%,52%,0%)
(0.00/0.39/0.52/0.00)	

CMYK percentages

%0
%38.98
%51.97
%0.39

Codes

Color #FE9B7A in popluar color models

FE9B7A
RGB254155122
HSL15°98.51%73.73%
HSB/HSV15°51.97%99.61%
CMYK0.00%38.98%51.97%
0.39%

Color #FE9B7A in popluar number systems.

HEXFE9B7A
Decimal254155122
Binary11111110100110111111010
Octal376233172

Shades and tints

Shades of #FE9B7A

#FE9B7A
(254,155,122)
#E78D6F
(231,141,111)
#D07F64
(208,127,100)
#B97159
(185,113,89)
#A2634E
(162,99,78)
#8B5543
(139,85,67)
#744738
(116,71,56)
#5D392D
(93,57,45)
#462B22
(70,43,34)
#2F1D17
(47,29,23)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #FE9B7A

#FE9B7A
(254,155,122)
#FEA486
(254,164,134)
#FEAD92
(254,173,146)
#FEB69E
(254,182,158)
#FEBFAA
(254,191,170)
#FEC8B6
(254,200,182)
#FED1C2
(254,209,194)
#FEDACE
(254,218,206)
#FEE3DA
(254,227,218)
#FEECE6
(254,236,230)
#FEF5F2
(254,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9B7A color. Also use rgb(254,155,122) instead hex code.

Text Font Color

.myTextColor { color: #FE9B7A; }

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

This text font color is #FE9B7A.


Background Color

.myBgColor { background-color: #FE9B7A; }

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

This div background color is #FE9B7A.


Border color

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

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

This div border color is #FE9B7A.


Opacity

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

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

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

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

This text has shadow with #FE9B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9B7A on black background.


Color preview on white background

This text has color #FE9B7A on white background.



Black color preview on #FE9B7A background

This text has black color on #FE9B7A background.


White color preview on #FE9B7A background

This text has white color on #FE9B7A background.