COLOR #FD5A34

HEX: #FD5A34
RGB: (253,90,52)

Renk bilgisi

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

RGB renk modeli

#FD5A34 color RGB value is (253,90,52).

  • kırmız ton 253;
  • yeşil ton 90;
  • mavi ton 52.
RGB:
(253,90,52)
(99%,35%,20%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 90 of 255 = 35%
B 52 of 255 = 20%

253
90
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 90 + 52 = 395 (100%)
R 253 of 395 ~ 64.05%
G 90 of 395 ~ 22.78%
B 52 of 395 ~ 13.16%

%64.05
%22.78
%13.16

CMYK RENK MODELİ

#FD5A34 rengi CMYK tonu (0,64,79,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.43%
  • sarı tonu 79.45%
  • ana renk tonu 0.78%
CMYK:
(0,64,79,1)
C0M64Y79K1 
(0%,64%,79%,1%)
(0.00/0.64/0.79/0.01)	

CMYK yüzdeleri

%0
%64.43
%79.45
%0.78

Codes

Color #FD5A34 in popluar color models

FD5A34
RGB2539052
HSL11°98.05%59.80%
HSB/HSV11°79.45%99.22%
CMYK0.00%64.43%79.45%
0.78%

Color #FD5A34 in popluar number systems.

HEXFD5A34
Decimal2539052
Binary111111011011010110100
Octal37513264

Shades and tints

Shades of #FD5A34

#FD5A34
(253,90,52)
#E65230
(230,82,48)
#CF4A2C
(207,74,44)
#B84228
(184,66,40)
#A13A24
(161,58,36)
#8A3220
(138,50,32)
#732A1C
(115,42,28)
#5C2218
(92,34,24)
#451A14
(69,26,20)
#2E1210
(46,18,16)
#170A0C
(23,10,12)
#000000
(0,0,0)

Tints of #FD5A34

#FD5A34
(253,90,52)
#FD6946
(253,105,70)
#FD7858
(253,120,88)
#FD876A
(253,135,106)
#FD967C
(253,150,124)
#FDA58E
(253,165,142)
#FDB4A0
(253,180,160)
#FDC3B2
(253,195,178)
#FDD2C4
(253,210,196)
#FDE1D6
(253,225,214)
#FDF0E8
(253,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD5A34 color. Also use rgb(253,90,52) instead hex code.

Text Font Color

.myTextColor { color: #FD5A34; }

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

This text font color is #FD5A34.


Background Color

.myBgColor { background-color: #FD5A34; }

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

This div background color is #FD5A34.


Border color

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

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

This div border color is #FD5A34.


Opacity

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

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

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

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

This text has shadow with #FD5A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5A34 on black background.


Color preview on white background

This text has color #FD5A34 on white background.



Black color preview on #FD5A34 background

This text has black color on #FD5A34 background.


White color preview on #FD5A34 background

This text has white color on #FD5A34 background.