COLOR #FD5D29

HEX: #FD5D29
RGB: (253,93,41)

Renk bilgisi

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

RGB renk modeli

#FD5D29 color RGB value is (253,93,41).

  • kırmız ton 253;
  • yeşil ton 93;
  • mavi ton 41.
RGB:
(253,93,41)
(99%,36%,16%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 93 of 255 = 36%
B 41 of 255 = 16%

253
93
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 93 + 41 = 387 (100%)
R 253 of 387 ~ 65.37%
G 93 of 387 ~ 24.03%
B 41 of 387 ~ 10.59%

%65.37
%24.03
%10.59

CMYK RENK MODELİ

#FD5D29 rengi CMYK tonu (0,63,84,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.24%
  • sarı tonu 83.79%
  • ana renk tonu 0.78%
CMYK:
(0,63,84,1)
C0M63Y84K1 
(0%,63%,84%,1%)
(0.00/0.63/0.84/0.01)	

CMYK yüzdeleri

%0
%63.24
%83.79
%0.78

Codes

Color #FD5D29 in popluar color models

FD5D29
RGB2539341
HSL15°98.15%57.65%
HSB/HSV15°83.79%99.22%
CMYK0.00%63.24%83.79%
0.78%

Color #FD5D29 in popluar number systems.

HEXFD5D29
Decimal2539341
Binary111111011011101101001
Octal37513551

Shades and tints

Shades of #FD5D29

#FD5D29
(253,93,41)
#E65526
(230,85,38)
#CF4D23
(207,77,35)
#B84520
(184,69,32)
#A13D1D
(161,61,29)
#8A351A
(138,53,26)
#732D17
(115,45,23)
#5C2514
(92,37,20)
#451D11
(69,29,17)
#2E150E
(46,21,14)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #FD5D29

#FD5D29
(253,93,41)
#FD6B3C
(253,107,60)
#FD794F
(253,121,79)
#FD8762
(253,135,98)
#FD9575
(253,149,117)
#FDA388
(253,163,136)
#FDB19B
(253,177,155)
#FDBFAE
(253,191,174)
#FDCDC1
(253,205,193)
#FDDBD4
(253,219,212)
#FDE9E7
(253,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD5D29 color. Also use rgb(253,93,41) instead hex code.

Text Font Color

.myTextColor { color: #FD5D29; }

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

This text font color is #FD5D29.


Background Color

.myBgColor { background-color: #FD5D29; }

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

This div background color is #FD5D29.


Border color

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

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

This div border color is #FD5D29.


Opacity

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

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

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

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

This text has shadow with #FD5D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5D29 on black background.


Color preview on white background

This text has color #FD5D29 on white background.



Black color preview on #FD5D29 background

This text has black color on #FD5D29 background.


White color preview on #FD5D29 background

This text has white color on #FD5D29 background.