COLOR #F17103

HEX: #F17103
RGB: (241,113,3)

Color info

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

RGB color model

#F17103 color RGB value is (241,113,3).

  • red value is 241;
  • green value is 113;
  • blue value is 3.
RGB:
(241,113,3)
(95%,44%,1%)

RGB channels and saturation

R 241 of 255 = 95%
G 113 of 255 = 44%
B 3 of 255 = 1%

241
113
3

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

Portions of RGB colors in percentages

R + G + B =
241 + 113 + 3 = 357 (100%)
R 241 of 357 ~ 67.51%
G 113 of 357 ~ 31.65%
B 3 of 357 ~ 0.84%

%67.51
%31.65

CMYK color model

#F17103 color CMYK value is (0,53,99,5).

  • cyan value is 0.00%
  • magenta value is 53.11%
  • yellow value is 98.76%
  • key color value is 5.49%
CMYK:
(0,53,99,5)
C0M53Y99K5 
(0%,53%,99%,5%)
(0.00/0.53/0.99/0.05)	

CMYK percentages

%0
%53.11
%98.76
%5.49

Codes

Color #F17103 in popluar color models

F17103
RGB2411133
HSL28°97.54%47.84%
HSB/HSV28°98.76%94.51%
CMYK0.00%53.11%98.76%
5.49%

Color #F17103 in popluar number systems.

HEXF17103
Decimal2411133
Binary11110001111000111
Octal3611613

Shades and tints

Shades of #F17103

#F17103
(241,113,3)
#DC6703
(220,103,3)
#C75D03
(199,93,3)
#B25303
(178,83,3)
#9D4903
(157,73,3)
#883F03
(136,63,3)
#733503
(115,53,3)
#5E2B03
(94,43,3)
#492103
(73,33,3)
#341703
(52,23,3)
#1F0D03
(31,13,3)
#000000
(0,0,0)

Tints of #F17103

#F17103
(241,113,3)
#F27D19
(242,125,25)
#F3892F
(243,137,47)
#F49545
(244,149,69)
#F5A15B
(245,161,91)
#F6AD71
(246,173,113)
#F7B987
(247,185,135)
#F8C59D
(248,197,157)
#F9D1B3
(249,209,179)
#FADDC9
(250,221,201)
#FBE9DF
(251,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17103 color. Also use rgb(241,113,3) instead hex code.

Text Font Color

.myTextColor { color: #F17103; }

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

This text font color is #F17103.


Background Color

.myBgColor { background-color: #F17103; }

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

This div background color is #F17103.


Border color

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

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

This div border color is #F17103.


Opacity

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

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

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

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

This text has shadow with #F17103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17103 on black background.


Color preview on white background

This text has color #F17103 on white background.



Black color preview on #F17103 background

This text has black color on #F17103 background.


White color preview on #F17103 background

This text has white color on #F17103 background.