COLOR #FF5517

HEX: #FF5517
RGB: (255,85,23)

Renk bilgisi

#FF5517 contains mainly red color. #FF5517 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#FF5517 color RGB value is (255,85,23).

  • kırmız ton 255;
  • yeşil ton 85;
  • mavi ton 23.
RGB:
(255,85,23)
(100%,33%,9%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 85 of 255 = 33%
B 23 of 255 = 9%

255
85
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 85 + 23 = 363 (100%)
R 255 of 363 ~ 70.25%
G 85 of 363 ~ 23.42%
B 23 of 363 ~ 6.34%

%70.25
%23.42

CMYK RENK MODELİ

#FF5517 rengi CMYK tonu (0,67,91,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.67%
  • sarı tonu 90.98%
  • ana renk tonu 0.00%
CMYK:
(0,67,91,0)
C0M67Y91K0 
(0%,67%,91%,0%)
(0.00/0.67/0.91/0.00)	

CMYK yüzdeleri

%0
%66.67
%90.98
%0

Codes

Color #FF5517 in popluar color models

FF5517
RGB2558523
HSL16°100.00%54.51%
HSB/HSV16°90.98%100.00%
CMYK0.00%66.67%90.98%
0.00%

Color #FF5517 in popluar number systems.

HEXFF5517
Decimal2558523
Binary11111111101010110111
Octal37712527

Shades and tints

Shades of #FF5517

#FF5517
(255,85,23)
#E84E15
(232,78,21)
#D14713
(209,71,19)
#BA4011
(186,64,17)
#A3390F
(163,57,15)
#8C320D
(140,50,13)
#752B0B
(117,43,11)
#5E2409
(94,36,9)
#471D07
(71,29,7)
#301605
(48,22,5)
#190F03
(25,15,3)
#000000
(0,0,0)

Tints of #FF5517

#FF5517
(255,85,23)
#FF642C
(255,100,44)
#FF7341
(255,115,65)
#FF8256
(255,130,86)
#FF916B
(255,145,107)
#FFA080
(255,160,128)
#FFAF95
(255,175,149)
#FFBEAA
(255,190,170)
#FFCDBF
(255,205,191)
#FFDCD4
(255,220,212)
#FFEBE9
(255,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF5517 color. Also use rgb(255,85,23) instead hex code.

Text Font Color

.myTextColor { color: #FF5517; }

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

This text font color is #FF5517.


Background Color

.myBgColor { background-color: #FF5517; }

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

This div background color is #FF5517.


Border color

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

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

This div border color is #FF5517.


Opacity

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

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

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

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

This text has shadow with #FF5517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF5517 on black background.


Color preview on white background

This text has color #FF5517 on white background.



Black color preview on #FF5517 background

This text has black color on #FF5517 background.


White color preview on #FF5517 background

This text has white color on #FF5517 background.