COLOR #FE9972

HEX: #FE9972
RGB: (254,153,114)

Color info

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

RGB color model

#FE9972 color RGB value is (254,153,114).

  • red value is 254;
  • green value is 153;
  • blue value is 114.
RGB:
(254,153,114)
(100%,60%,45%)

RGB channels and saturation

R 254 of 255 = 100%
G 153 of 255 = 60%
B 114 of 255 = 45%

254
153
114

R + G + B ~ 68%. #FE9972 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 153 + 114 = 521 (100%)
R 254 of 521 ~ 48.75%
G 153 of 521 ~ 29.37%
B 114 of 521 ~ 21.88%

%48.75
%29.37
%21.88

CMYK color model

#FE9972 color CMYK value is (0,40,55,0).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 55.12%
  • key color value is 0.39%
CMYK:
(0,40,55,0)
C0M40Y55K0 
(0%,40%,55%,0%)
(0.00/0.40/0.55/0.00)	

CMYK percentages

%0
%39.76
%55.12
%0.39

Codes

Color #FE9972 in popluar color models

FE9972
RGB254153114
HSL17°98.59%72.16%
HSB/HSV17°55.12%99.61%
CMYK0.00%39.76%55.12%
0.39%

Color #FE9972 in popluar number systems.

HEXFE9972
Decimal254153114
Binary11111110100110011110010
Octal376231162

Shades and tints

Shades of #FE9972

#FE9972
(254,153,114)
#E78C68
(231,140,104)
#D07F5E
(208,127,94)
#B97254
(185,114,84)
#A2654A
(162,101,74)
#8B5840
(139,88,64)
#744B36
(116,75,54)
#5D3E2C
(93,62,44)
#463122
(70,49,34)
#2F2418
(47,36,24)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #FE9972

#FE9972
(254,153,114)
#FEA27E
(254,162,126)
#FEAB8A
(254,171,138)
#FEB496
(254,180,150)
#FEBDA2
(254,189,162)
#FEC6AE
(254,198,174)
#FECFBA
(254,207,186)
#FED8C6
(254,216,198)
#FEE1D2
(254,225,210)
#FEEADE
(254,234,222)
#FEF3EA
(254,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9972 color. Also use rgb(254,153,114) instead hex code.

Text Font Color

.myTextColor { color: #FE9972; }

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

This text font color is #FE9972.


Background Color

.myBgColor { background-color: #FE9972; }

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

This div background color is #FE9972.


Border color

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

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

This div border color is #FE9972.


Opacity

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

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

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

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

This text has shadow with #FE9972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9972 on black background.


Color preview on white background

This text has color #FE9972 on white background.



Black color preview on #FE9972 background

This text has black color on #FE9972 background.


White color preview on #FE9972 background

This text has white color on #FE9972 background.