COLOR #FF5517

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

Color info

#FF5517 contains mainly red color. Web safe color of #FF5517 is #FF6600 (or #F60).

RGB color model

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

RGB: (255,85,23) (100%, 33%, 9%)

RGB channels and saturation

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).

Portions of RGB colors in percentages

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 color model

#FF5517 color CMYK value is (0,67,91,0).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 90.98%
  • key color value is 0.00%

CMYK: (0,67,91,0)
C0M67Y91K0 (0%, 67%, 91%, 0%)
(0.00 / 0.67 / 0.91 / 0.00)

CMYK percentages

%0
%66.67
%90.98
%0

Codes

Color #FF5517 in popluar color models

FF 55 17
RGB 255 85 23
HSL 16° 100.00% 54.51%
HSB/HSV 16° 90.98% 100.00%
CMYK 0.00% 66.67% 90.98%
0.00%

Color #FF5517 in popluar number systems.

HEX FF 55 17
Decimal 255 85 23
Binary 11111111 1010101 10111
Octal 377 125 27

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.


Related colors

Complementary color

Complementary color for #hex is #00AAE8.


I love getcolorcode.com

Triadic colors

1 #17FF55 and #5517FF with #FF5517 are triadic colors.

2 #1755FF and #55FF17 with #FF5517 are triadic colors.