COLOR #FE916D

HEX: #FE916D
RGB: (254,145,109)

Color info

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

RGB color model

#FE916D color RGB value is (254,145,109).

  • red value is 254;
  • green value is 145;
  • blue value is 109.
RGB:
(254,145,109)
(100%,57%,43%)

RGB channels and saturation

R 254 of 255 = 100%
G 145 of 255 = 57%
B 109 of 255 = 43%

254
145
109

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

Portions of RGB colors in percentages

R + G + B =
254 + 145 + 109 = 508 (100%)
R 254 of 508 ~ 50%
G 145 of 508 ~ 28.54%
B 109 of 508 ~ 21.46%

%50
%28.54
%21.46

CMYK color model

#FE916D color CMYK value is (0,43,57,0).

  • cyan value is 0.00%
  • magenta value is 42.91%
  • yellow value is 57.09%
  • key color value is 0.39%
CMYK:
(0,43,57,0)
C0M43Y57K0 
(0%,43%,57%,0%)
(0.00/0.43/0.57/0.00)	

CMYK percentages

%0
%42.91
%57.09
%0.39

Codes

Color #FE916D in popluar color models

FE916D
RGB254145109
HSL15°98.64%71.18%
HSB/HSV15°57.09%99.61%
CMYK0.00%42.91%57.09%
0.39%

Color #FE916D in popluar number systems.

HEXFE916D
Decimal254145109
Binary11111110100100011101101
Octal376221155

Shades and tints

Shades of #FE916D

#FE916D
(254,145,109)
#E78464
(231,132,100)
#D0775B
(208,119,91)
#B96A52
(185,106,82)
#A25D49
(162,93,73)
#8B5040
(139,80,64)
#744337
(116,67,55)
#5D362E
(93,54,46)
#462925
(70,41,37)
#2F1C1C
(47,28,28)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #FE916D

#FE916D
(254,145,109)
#FE9B7A
(254,155,122)
#FEA587
(254,165,135)
#FEAF94
(254,175,148)
#FEB9A1
(254,185,161)
#FEC3AE
(254,195,174)
#FECDBB
(254,205,187)
#FED7C8
(254,215,200)
#FEE1D5
(254,225,213)
#FEEBE2
(254,235,226)
#FEF5EF
(254,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE916D color. Also use rgb(254,145,109) instead hex code.

Text Font Color

.myTextColor { color: #FE916D; }

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

This text font color is #FE916D.


Background Color

.myBgColor { background-color: #FE916D; }

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

This div background color is #FE916D.


Border color

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

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

This div border color is #FE916D.


Opacity

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

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

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

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

This text has shadow with #FE916D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE916D on black background.


Color preview on white background

This text has color #FE916D on white background.



Black color preview on #FE916D background

This text has black color on #FE916D background.


White color preview on #FE916D background

This text has white color on #FE916D background.