COLOR #FF4517

HEX: #FF4517
RGB: (255,69,23)

Color info

#FF4517 contains mainly red color. Web safe color of #FF4517 is #FF3300 (or #F30).

RGB color model

#FF4517 color RGB value is (255,69,23).

  • red value is 255;
  • green value is 69;
  • blue value is 23.
RGB:
(255,69,23)
(100%,27%,9%)

RGB channels and saturation

R 255 of 255 = 100%
G 69 of 255 = 27%
B 23 of 255 = 9%

255
69
23

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

Portions of RGB colors in percentages

R + G + B =
255 + 69 + 23 = 347 (100%)
R 255 of 347 ~ 73.49%
G 69 of 347 ~ 19.88%
B 23 of 347 ~ 6.63%

%73.49
%19.88

CMYK color model

#FF4517 color CMYK value is (0,73,91,0).

  • cyan value is 0.00%
  • magenta value is 72.94%
  • yellow value is 90.98%
  • key color value is 0.00%
CMYK:
(0,73,91,0)
C0M73Y91K0 
(0%,73%,91%,0%)
(0.00/0.73/0.91/0.00)	

CMYK percentages

%0
%72.94
%90.98
%0

Codes

Color #FF4517 in popluar color models

FF4517
RGB2556923
HSL12°100.00%54.51%
HSB/HSV12°90.98%100.00%
CMYK0.00%72.94%90.98%
0.00%

Color #FF4517 in popluar number systems.

HEXFF4517
Decimal2556923
Binary11111111100010110111
Octal37710527

Shades and tints

Shades of #FF4517

#FF4517
(255,69,23)
#E83F15
(232,63,21)
#D13913
(209,57,19)
#BA3311
(186,51,17)
#A32D0F
(163,45,15)
#8C270D
(140,39,13)
#75210B
(117,33,11)
#5E1B09
(94,27,9)
#471507
(71,21,7)
#300F05
(48,15,5)
#190903
(25,9,3)
#000000
(0,0,0)

Tints of #FF4517

#FF4517
(255,69,23)
#FF552C
(255,85,44)
#FF6541
(255,101,65)
#FF7556
(255,117,86)
#FF856B
(255,133,107)
#FF9580
(255,149,128)
#FFA595
(255,165,149)
#FFB5AA
(255,181,170)
#FFC5BF
(255,197,191)
#FFD5D4
(255,213,212)
#FFE5E9
(255,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF4517; }

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

This text font color is #FF4517.


Background Color

.myBgColor { background-color: #FF4517; }

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

This div background color is #FF4517.


Border color

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

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

This div border color is #FF4517.


Opacity

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

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

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

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

This text has shadow with #FF4517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF4517 on black background.


Color preview on white background

This text has color #FF4517 on white background.



Black color preview on #FF4517 background

This text has black color on #FF4517 background.


White color preview on #FF4517 background

This text has white color on #FF4517 background.