COLOR #FE9265

HEX: #FE9265
RGB: (254,146,101)

Color info

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

RGB color model

#FE9265 color RGB value is (254,146,101).

  • red value is 254;
  • green value is 146;
  • blue value is 101.
RGB:
(254,146,101)
(100%,57%,40%)

RGB channels and saturation

R 254 of 255 = 100%
G 146 of 255 = 57%
B 101 of 255 = 40%

254
146
101

R + G + B ~ 66%. #FE9265 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 146 + 101 = 501 (100%)
R 254 of 501 ~ 50.7%
G 146 of 501 ~ 29.14%
B 101 of 501 ~ 20.16%

%50.7
%29.14
%20.16

CMYK color model

#FE9265 color CMYK value is (0,43,60,0).

  • cyan value is 0.00%
  • magenta value is 42.52%
  • yellow value is 60.24%
  • key color value is 0.39%
CMYK:
(0,43,60,0)
C0M43Y60K0 
(0%,43%,60%,0%)
(0.00/0.43/0.60/0.00)	

CMYK percentages

%0
%42.52
%60.24
%0.39

Codes

Color #FE9265 in popluar color models

FE9265
RGB254146101
HSL18°98.71%69.61%
HSB/HSV18°60.24%99.61%
CMYK0.00%42.52%60.24%
0.39%

Color #FE9265 in popluar number systems.

HEXFE9265
Decimal254146101
Binary11111110100100101100101
Octal376222145

Shades and tints

Shades of #FE9265

#FE9265
(254,146,101)
#E7855C
(231,133,92)
#D07853
(208,120,83)
#B96B4A
(185,107,74)
#A25E41
(162,94,65)
#8B5138
(139,81,56)
#74442F
(116,68,47)
#5D3726
(93,55,38)
#462A1D
(70,42,29)
#2F1D14
(47,29,20)
#18100B
(24,16,11)
#000000
(0,0,0)

Tints of #FE9265

#FE9265
(254,146,101)
#FE9B73
(254,155,115)
#FEA481
(254,164,129)
#FEAD8F
(254,173,143)
#FEB69D
(254,182,157)
#FEBFAB
(254,191,171)
#FEC8B9
(254,200,185)
#FED1C7
(254,209,199)
#FEDAD5
(254,218,213)
#FEE3E3
(254,227,227)
#FEECF1
(254,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9265 color. Also use rgb(254,146,101) instead hex code.

Text Font Color

.myTextColor { color: #FE9265; }

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

This text font color is #FE9265.


Background Color

.myBgColor { background-color: #FE9265; }

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

This div background color is #FE9265.


Border color

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

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

This div border color is #FE9265.


Opacity

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

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

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

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

This text has shadow with #FE9265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9265 on black background.


Color preview on white background

This text has color #FE9265 on white background.



Black color preview on #FE9265 background

This text has black color on #FE9265 background.


White color preview on #FE9265 background

This text has white color on #FE9265 background.