COLOR #FE9A7A

HEX: #FE9A7A RGB: (254,154,122)

Color info

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

RGB color model

#FE9A7A color RGB value is (254,154,122).

RGB: (254,154,122) (100%, 60%, 48%)

RGB channels and saturation

R 254 of 255 = 100%
G 154 of 255 = 60%
B 122 of 255 = 48%

254
154
122

R + G + B ~ 69%. #FE9A7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 154 + 122 = 530 (100%)
R 254 of 530 ~ 47.92%
G 154 of 530 ~ 29.06%
B 122 of 530 ~ 23.02'%

%47.92
%29.06
%23.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.37%
  • 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
%39.37
%51.97
%0.39

Codes

Color #FE9A7A in popluar color models

FE 9A 7A
RGB 254 154 122
HSL 15° 98.51% 73.73%
HSB/HSV 15° 51.97% 99.61%
CMYK 0.00% 39.37% 51.97%
0.39%

Color #FE9A7A in popluar number systems.

HEX FE 9A 7A
Decimal 254 154 122
Binary 11111110 10011010 1111010
Octal 376 232 172

Shades and tints

Shades of #FE9A7A

#FE9A7A
(254,154,122)
#E78C6F
(231,140,111)
#D07E64
(208,126,100)
#B97059
(185,112,89)
#A2624E
(162,98,78)
#8B5443
(139,84,67)
#744638
(116,70,56)
#5D382D
(93,56,45)
#462A22
(70,42,34)
#2F1C17
(47,28,23)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #FE9A7A

#FE9A7A
(254,154,122)
#FEA386
(254,163,134)
#FEAC92
(254,172,146)
#FEB59E
(254,181,158)
#FEBEAA
(254,190,170)
#FEC7B6
(254,199,182)
#FED0C2
(254,208,194)
#FED9CE
(254,217,206)
#FEE2DA
(254,226,218)
#FEEBE6
(254,235,230)
#FEF4F2
(254,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE9A7A; }

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

This text font color is #FE9A7A.

Background Color

.myBgColor { background-color: #FE9A7A; }

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

This div background color is #FE9A7A.

Border color

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

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

This div border color is #FE9A7A.

Opacity

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

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

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

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

This text has shadow with #FE9A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE9A7A.

Preview

Color preview on black background

This text has color #FE9A7A on black background.


Color preview on white background

This text has color #FE9A7A on white background.


Black color preview on #FE9A7A background

This text has black color on #FE9A7A background.


White color preview on #FE9A7A background

This text has white color on #FE9A7A background.


Related colors

Complementary color

Complementary color for #hex is #016585.


I love getcolorcode.com

Triadic colors

1 #7AFE9A and #9A7AFE with #FE9A7A are triadic colors.

2 #7A9AFE and #9AFE7A with #FE9A7A are triadic colors.