COLOR #FE9016

HEX: #FE9016 RGB: (254,144,22)

Color info

#FE9016 contains mainly red color. Web safe color of #FE9016 is #FF9900 (or #F90).

RGB color model

#FE9016 color RGB value is (254,144,22).

RGB: (254,144,22) (100%, 56%, 9%)

RGB channels and saturation

R 254 of 255 = 100%
G 144 of 255 = 56%
B 22 of 255 = 9%

254
144
22

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

Portions of RGB colors in percentages

R + G + B = 254 + 144 + 22 = 420 (100%)
R 254 of 420 ~ 60.48%
G 144 of 420 ~ 34.29%
B 22 of 420 ~ 5.24'%

%60.48
%34.29

CMYK color model

#FE9016 color CMYK value is (0,43,91,0).

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 91.34%
  • key color value is 0.39%

CMYK: (0,43,91,0)
C0M43Y91K0 (0%, 43%, 91%, 0%)
(0.00 / 0.43 / 0.91 / 0.00)

CMYK percentages

%0
%43.31
%91.34
%0.39

Codes

Color #FE9016 in popluar color models

FE 90 16
RGB 254 144 22
HSL 32° 99.15% 54.12%
HSB/HSV 32° 91.34% 99.61%
CMYK 0.00% 43.31% 91.34%
0.39%

Color #FE9016 in popluar number systems.

HEX FE 90 16
Decimal 254 144 22
Binary 11111110 10010000 10110
Octal 376 220 26

Shades and tints

Shades of #FE9016

#FE9016
(254,144,22)
#E78314
(231,131,20)
#D07612
(208,118,18)
#B96910
(185,105,16)
#A25C0E
(162,92,14)
#8B4F0C
(139,79,12)
#74420A
(116,66,10)
#5D3508
(93,53,8)
#462806
(70,40,6)
#2F1B04
(47,27,4)
#180E02
(24,14,2)
#000000
(0,0,0)

Tints of #FE9016

#FE9016
(254,144,22)
#FE9A2B
(254,154,43)
#FEA440
(254,164,64)
#FEAE55
(254,174,85)
#FEB86A
(254,184,106)
#FEC27F
(254,194,127)
#FECC94
(254,204,148)
#FED6A9
(254,214,169)
#FEE0BE
(254,224,190)
#FEEAD3
(254,234,211)
#FEF4E8
(254,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9016 color. Also use rgb(254,144,22) instead hex code.

Text Font Color

.myTextColor { color: #FE9016; }

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

This text font color is #FE9016.

Background Color

.myBgColor { background-color: #FE9016; }

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

This div background color is #FE9016.

Border color

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

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

This div border color is #FE9016.

Opacity

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

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

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

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

This text has shadow with #FE9016 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE9016.

Preview

Color preview on black background

This text has color #FE9016 on black background.


Color preview on white background

This text has color #FE9016 on white background.


Black color preview on #FE9016 background

This text has black color on #FE9016 background.


White color preview on #FE9016 background

This text has white color on #FE9016 background.


Related colors

Complementary color

Complementary color for #hex is #016FE9.


I love getcolorcode.com

Triadic colors

1 #16FE90 and #9016FE with #FE9016 are triadic colors.

2 #1690FE and #90FE16 with #FE9016 are triadic colors.