COLOR #FE8911

HEX: #FE8911
RGB: (254,137,17)

Renk bilgisi

#FE8911 contains mainly red color. #FE8911 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#FE8911 color RGB value is (254,137,17).

  • kırmız ton 254;
  • yeşil ton 137;
  • mavi ton 17.
RGB:
(254,137,17)
(100%,54%,7%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 137 of 255 = 54%
B 17 of 255 = 7%

254
137
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 137 + 17 = 408 (100%)
R 254 of 408 ~ 62.25%
G 137 of 408 ~ 33.58%
B 17 of 408 ~ 4.17%

%62.25
%33.58

CMYK RENK MODELİ

#FE8911 rengi CMYK tonu (0,46,93,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.06%
  • sarı tonu 93.31%
  • ana renk tonu 0.39%
CMYK:
(0,46,93,0)
C0M46Y93K0 
(0%,46%,93%,0%)
(0.00/0.46/0.93/0.00)	

CMYK yüzdeleri

%0
%46.06
%93.31
%0.39

Codes

Color #FE8911 in popluar color models

FE8911
RGB25413717
HSL30°99.16%53.14%
HSB/HSV30°93.31%99.61%
CMYK0.00%46.06%93.31%
0.39%

Color #FE8911 in popluar number systems.

HEXFE8911
Decimal25413717
Binary111111101000100110001
Octal37621121

Shades and tints

Shades of #FE8911

#FE8911
(254,137,17)
#E77D10
(231,125,16)
#D0710F
(208,113,15)
#B9650E
(185,101,14)
#A2590D
(162,89,13)
#8B4D0C
(139,77,12)
#74410B
(116,65,11)
#5D350A
(93,53,10)
#462909
(70,41,9)
#2F1D08
(47,29,8)
#181107
(24,17,7)
#000000
(0,0,0)

Tints of #FE8911

#FE8911
(254,137,17)
#FE9326
(254,147,38)
#FE9D3B
(254,157,59)
#FEA750
(254,167,80)
#FEB165
(254,177,101)
#FEBB7A
(254,187,122)
#FEC58F
(254,197,143)
#FECFA4
(254,207,164)
#FED9B9
(254,217,185)
#FEE3CE
(254,227,206)
#FEEDE3
(254,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE8911 color. Also use rgb(254,137,17) instead hex code.

Text Font Color

.myTextColor { color: #FE8911; }

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

This text font color is #FE8911.


Background Color

.myBgColor { background-color: #FE8911; }

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

This div background color is #FE8911.


Border color

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

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

This div border color is #FE8911.


Opacity

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

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

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

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

This text has shadow with #FE8911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE8911 on black background.


Color preview on white background

This text has color #FE8911 on white background.



Black color preview on #FE8911 background

This text has black color on #FE8911 background.


White color preview on #FE8911 background

This text has white color on #FE8911 background.