COLOR #FE4601

HEX: #FE4601
RGB: (254,70,1)

Renk bilgisi

#FE4601 contains mainly red color. #FE4601 ‘ nin web güvenlik rengi #FF3300 (ya da #F30) dir.

RGB renk modeli

#FE4601 color RGB value is (254,70,1).

  • kırmız ton 254;
  • yeşil ton 70;
  • mavi ton 1.
RGB:
(254,70,1)
(100%,27%,0%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 70 of 255 = 27%
B 1 of 255 = 0%

254
70
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 70 + 1 = 325 (100%)
R 254 of 325 ~ 78.15%
G 70 of 325 ~ 21.54%
B 1 of 325 ~ 0.31%

%78.15
%21.54

CMYK RENK MODELİ

#FE4601 rengi CMYK tonu (0,72,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.44%
  • sarı tonu 99.61%
  • ana renk tonu 0.39%
CMYK:
(0,72,100,0)
C0M72Y100K0 
(0%,72%,100%,0%)
(0.00/0.72/1.00/0.00)	

CMYK yüzdeleri

%0
%72.44
%99.61
%0.39

Codes

Color #FE4601 in popluar color models

FE4601
RGB254701
HSL16°99.22%50.00%
HSB/HSV16°99.61%99.61%
CMYK0.00%72.44%99.61%
0.39%

Color #FE4601 in popluar number systems.

HEXFE4601
Decimal254701
Binary1111111010001101
Octal3761061

Shades and tints

Shades of #FE4601

#FE4601
(254,70,1)
#E74001
(231,64,1)
#D03A01
(208,58,1)
#B93401
(185,52,1)
#A22E01
(162,46,1)
#8B2801
(139,40,1)
#742201
(116,34,1)
#5D1C01
(93,28,1)
#461601
(70,22,1)
#2F1001
(47,16,1)
#180A01
(24,10,1)
#000000
(0,0,0)

Tints of #FE4601

#FE4601
(254,70,1)
#FE5618
(254,86,24)
#FE662F
(254,102,47)
#FE7646
(254,118,70)
#FE865D
(254,134,93)
#FE9674
(254,150,116)
#FEA68B
(254,166,139)
#FEB6A2
(254,182,162)
#FEC6B9
(254,198,185)
#FED6D0
(254,214,208)
#FEE6E7
(254,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4601 color. Also use rgb(254,70,1) instead hex code.

Text Font Color

.myTextColor { color: #FE4601; }

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

This text font color is #FE4601.


Background Color

.myBgColor { background-color: #FE4601; }

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

This div background color is #FE4601.


Border color

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

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

This div border color is #FE4601.


Opacity

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

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

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

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

This text has shadow with #FE4601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4601 on black background.


Color preview on white background

This text has color #FE4601 on white background.



Black color preview on #FE4601 background

This text has black color on #FE4601 background.


White color preview on #FE4601 background

This text has white color on #FE4601 background.