COLOR #FE5829

HEX: #FE5829
RGB: (254,88,41)

Renk bilgisi

#FE5829 contains mainly red color. #FE5829 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#FE5829 color RGB value is (254,88,41).

  • kırmız ton 254;
  • yeşil ton 88;
  • mavi ton 41.
RGB:
(254,88,41)
(100%,35%,16%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 88 of 255 = 35%
B 41 of 255 = 16%

254
88
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 88 + 41 = 383 (100%)
R 254 of 383 ~ 66.32%
G 88 of 383 ~ 22.98%
B 41 of 383 ~ 10.7%

%66.32
%22.98
%10.7

CMYK RENK MODELİ

#FE5829 rengi CMYK tonu (0,65,84,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.35%
  • sarı tonu 83.86%
  • ana renk tonu 0.39%
CMYK:
(0,65,84,0)
C0M65Y84K0 
(0%,65%,84%,0%)
(0.00/0.65/0.84/0.00)	

CMYK yüzdeleri

%0
%65.35
%83.86
%0.39

Codes

Color #FE5829 in popluar color models

FE5829
RGB2548841
HSL13°99.07%57.84%
HSB/HSV13°83.86%99.61%
CMYK0.00%65.35%83.86%
0.39%

Color #FE5829 in popluar number systems.

HEXFE5829
Decimal2548841
Binary111111101011000101001
Octal37613051

Shades and tints

Shades of #FE5829

#FE5829
(254,88,41)
#E75026
(231,80,38)
#D04823
(208,72,35)
#B94020
(185,64,32)
#A2381D
(162,56,29)
#8B301A
(139,48,26)
#742817
(116,40,23)
#5D2014
(93,32,20)
#461811
(70,24,17)
#2F100E
(47,16,14)
#18080B
(24,8,11)
#000000
(0,0,0)

Tints of #FE5829

#FE5829
(254,88,41)
#FE673C
(254,103,60)
#FE764F
(254,118,79)
#FE8562
(254,133,98)
#FE9475
(254,148,117)
#FEA388
(254,163,136)
#FEB29B
(254,178,155)
#FEC1AE
(254,193,174)
#FED0C1
(254,208,193)
#FEDFD4
(254,223,212)
#FEEEE7
(254,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE5829 color. Also use rgb(254,88,41) instead hex code.

Text Font Color

.myTextColor { color: #FE5829; }

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

This text font color is #FE5829.


Background Color

.myBgColor { background-color: #FE5829; }

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

This div background color is #FE5829.


Border color

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

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

This div border color is #FE5829.


Opacity

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

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

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

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

This text has shadow with #FE5829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE5829 on black background.


Color preview on white background

This text has color #FE5829 on white background.



Black color preview on #FE5829 background

This text has black color on #FE5829 background.


White color preview on #FE5829 background

This text has white color on #FE5829 background.