COLOR #F17316

HEX: #F17316
RGB: (241,115,22)

Color info

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

RGB color model

#F17316 color RGB value is (241,115,22).

  • red value is 241;
  • green value is 115;
  • blue value is 22.
RGB:
(241,115,22)
(95%,45%,9%)

RGB channels and saturation

R 241 of 255 = 95%
G 115 of 255 = 45%
B 22 of 255 = 9%

241
115
22

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

Portions of RGB colors in percentages

R + G + B =
241 + 115 + 22 = 378 (100%)
R 241 of 378 ~ 63.76%
G 115 of 378 ~ 30.42%
B 22 of 378 ~ 5.82%

%63.76
%30.42

CMYK color model

#F17316 color CMYK value is (0,52,91,5).

  • cyan value is 0.00%
  • magenta value is 52.28%
  • yellow value is 90.87%
  • key color value is 5.49%
CMYK:
(0,52,91,5)
C0M52Y91K5 
(0%,52%,91%,5%)
(0.00/0.52/0.91/0.05)	

CMYK percentages

%0
%52.28
%90.87
%5.49

Codes

Color #F17316 in popluar color models

F17316
RGB24111522
HSL25°88.66%51.57%
HSB/HSV25°90.87%94.51%
CMYK0.00%52.28%90.87%
5.49%

Color #F17316 in popluar number systems.

HEXF17316
Decimal24111522
Binary11110001111001110110
Octal36116326

Shades and tints

Shades of #F17316

#F17316
(241,115,22)
#DC6914
(220,105,20)
#C75F12
(199,95,18)
#B25510
(178,85,16)
#9D4B0E
(157,75,14)
#88410C
(136,65,12)
#73370A
(115,55,10)
#5E2D08
(94,45,8)
#492306
(73,35,6)
#341904
(52,25,4)
#1F0F02
(31,15,2)
#000000
(0,0,0)

Tints of #F17316

#F17316
(241,115,22)
#F27F2B
(242,127,43)
#F38B40
(243,139,64)
#F49755
(244,151,85)
#F5A36A
(245,163,106)
#F6AF7F
(246,175,127)
#F7BB94
(247,187,148)
#F8C7A9
(248,199,169)
#F9D3BE
(249,211,190)
#FADFD3
(250,223,211)
#FBEBE8
(251,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17316 color. Also use rgb(241,115,22) instead hex code.

Text Font Color

.myTextColor { color: #F17316; }

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

This text font color is #F17316.


Background Color

.myBgColor { background-color: #F17316; }

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

This div background color is #F17316.


Border color

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

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

This div border color is #F17316.


Opacity

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

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

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

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

This text has shadow with #F17316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17316 on black background.


Color preview on white background

This text has color #F17316 on white background.



Black color preview on #F17316 background

This text has black color on #F17316 background.


White color preview on #F17316 background

This text has white color on #F17316 background.