COLOR #FE865F

HEX: #FE865F
RGB: (254,134,95)

Color info

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

RGB color model

#FE865F color RGB value is (254,134,95).

  • red value is 254;
  • green value is 134;
  • blue value is 95.
RGB:
(254,134,95)
(100%,53%,37%)

RGB channels and saturation

R 254 of 255 = 100%
G 134 of 255 = 53%
B 95 of 255 = 37%

254
134
95

R + G + B ~ 63%. #FE865F is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 134 + 95 = 483 (100%)
R 254 of 483 ~ 52.59%
G 134 of 483 ~ 27.74%
B 95 of 483 ~ 19.67%

%52.59
%27.74
%19.67

CMYK color model

#FE865F color CMYK value is (0,47,63,0).

  • cyan value is 0.00%
  • magenta value is 47.24%
  • yellow value is 62.60%
  • key color value is 0.39%
CMYK:
(0,47,63,0)
C0M47Y63K0 
(0%,47%,63%,0%)
(0.00/0.47/0.63/0.00)	

CMYK percentages

%0
%47.24
%62.6
%0.39

Codes

Color #FE865F in popluar color models

FE865F
RGB25413495
HSL15°98.76%68.43%
HSB/HSV15°62.60%99.61%
CMYK0.00%47.24%62.60%
0.39%

Color #FE865F in popluar number systems.

HEXFE865F
Decimal25413495
Binary11111110100001101011111
Octal376206137

Shades and tints

Shades of #FE865F

#FE865F
(254,134,95)
#E77A57
(231,122,87)
#D06E4F
(208,110,79)
#B96247
(185,98,71)
#A2563F
(162,86,63)
#8B4A37
(139,74,55)
#743E2F
(116,62,47)
#5D3227
(93,50,39)
#46261F
(70,38,31)
#2F1A17
(47,26,23)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #FE865F

#FE865F
(254,134,95)
#FE916D
(254,145,109)
#FE9C7B
(254,156,123)
#FEA789
(254,167,137)
#FEB297
(254,178,151)
#FEBDA5
(254,189,165)
#FEC8B3
(254,200,179)
#FED3C1
(254,211,193)
#FEDECF
(254,222,207)
#FEE9DD
(254,233,221)
#FEF4EB
(254,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE865F color. Also use rgb(254,134,95) instead hex code.

Text Font Color

.myTextColor { color: #FE865F; }

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

This text font color is #FE865F.


Background Color

.myBgColor { background-color: #FE865F; }

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

This div background color is #FE865F.


Border color

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

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

This div border color is #FE865F.


Opacity

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

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

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

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

This text has shadow with #FE865F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE865F on black background.


Color preview on white background

This text has color #FE865F on white background.



Black color preview on #FE865F background

This text has black color on #FE865F background.


White color preview on #FE865F background

This text has white color on #FE865F background.