COLOR #FE853F

HEX: #FE853F RGB: (254,133,63)

Color info

#FE853F contains mainly red color. Web safe color of #FE853F is #FF9933 (or #F93).

RGB color model

#FE853F color RGB value is (254,133,63).

RGB: (254,133,63) (100%, 52%, 25%)

RGB channels and saturation

R 254 of 255 = 100%
G 133 of 255 = 52%
B 63 of 255 = 25%

254
133
63

R + G + B ~ 59%. #FE853F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 254 + 133 + 63 = 450 (100%)
R 254 of 450 ~ 56.44%
G 133 of 450 ~ 29.56%
B 63 of 450 ~ 14'%

%56.44
%29.56
%14

CMYK color model

#FE853F color CMYK value is (0,48,75,0).

  • cyan value is 0.00%
  • magenta value is 47.64%
  • yellow value is 75.20%
  • key color value is 0.39%

CMYK: (0,48,75,0)
C0M48Y75K0 (0%, 48%, 75%, 0%)
(0.00 / 0.48 / 0.75 / 0.00)

CMYK percentages

%0
%47.64
%75.2
%0.39

Codes

Color #FE853F in popluar color models

FE 85 3F
RGB 254 133 63
HSL 22° 98.96% 62.16%
HSB/HSV 22° 75.20% 99.61%
CMYK 0.00% 47.64% 75.20%
0.39%

Color #FE853F in popluar number systems.

HEX FE 85 3F
Decimal 254 133 63
Binary 11111110 10000101 111111
Octal 376 205 77

Shades and tints

Shades of #FE853F

#FE853F
(254,133,63)
#E7793A
(231,121,58)
#D06D35
(208,109,53)
#B96130
(185,97,48)
#A2552B
(162,85,43)
#8B4926
(139,73,38)
#743D21
(116,61,33)
#5D311C
(93,49,28)
#462517
(70,37,23)
#2F1912
(47,25,18)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #FE853F

#FE853F
(254,133,63)
#FE9050
(254,144,80)
#FE9B61
(254,155,97)
#FEA672
(254,166,114)
#FEB183
(254,177,131)
#FEBC94
(254,188,148)
#FEC7A5
(254,199,165)
#FED2B6
(254,210,182)
#FEDDC7
(254,221,199)
#FEE8D8
(254,232,216)
#FEF3E9
(254,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE853F color. Also use rgb(254,133,63) instead hex code.

Text Font Color

.myTextColor { color: #FE853F; }

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

This text font color is #FE853F.

Background Color

.myBgColor { background-color: #FE853F; }

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

This div background color is #FE853F.

Border color

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

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

This div border color is #FE853F.

Opacity

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

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

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

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

This text has shadow with #FE853F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE853F.

Preview

Color preview on black background

This text has color #FE853F on black background.


Color preview on white background

This text has color #FE853F on white background.


Black color preview on #FE853F background

This text has black color on #FE853F background.


White color preview on #FE853F background

This text has white color on #FE853F background.


Related colors

Complementary color

Complementary color for #hex is #017AC0.


I love getcolorcode.com

Triadic colors

1 #3FFE85 and #853FFE with #FE853F are triadic colors.

2 #3F85FE and #85FE3F with #FE853F are triadic colors.