COLOR #F18017

HEX: #F18017
RGB: (241,128,23)

Color info

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

RGB color model

#F18017 color RGB value is (241,128,23).

  • red value is 241;
  • green value is 128;
  • blue value is 23.
RGB:
(241,128,23)
(95%,50%,9%)

RGB channels and saturation

R 241 of 255 = 95%
G 128 of 255 = 50%
B 23 of 255 = 9%

241
128
23

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

Portions of RGB colors in percentages

R + G + B =
241 + 128 + 23 = 392 (100%)
R 241 of 392 ~ 61.48%
G 128 of 392 ~ 32.65%
B 23 of 392 ~ 5.87%

%61.48
%32.65

CMYK color model

#F18017 color CMYK value is (0,47,90,5).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 90.46%
  • key color value is 5.49%
CMYK:
(0,47,90,5)
C0M47Y90K5 
(0%,47%,90%,5%)
(0.00/0.47/0.90/0.05)	

CMYK percentages

%0
%46.89
%90.46
%5.49

Codes

Color #F18017 in popluar color models

F18017
RGB24112823
HSL29°88.62%51.76%
HSB/HSV29°90.46%94.51%
CMYK0.00%46.89%90.46%
5.49%

Color #F18017 in popluar number systems.

HEXF18017
Decimal24112823
Binary111100011000000010111
Octal36120027

Shades and tints

Shades of #F18017

#F18017
(241,128,23)
#DC7515
(220,117,21)
#C76A13
(199,106,19)
#B25F11
(178,95,17)
#9D540F
(157,84,15)
#88490D
(136,73,13)
#733E0B
(115,62,11)
#5E3309
(94,51,9)
#492807
(73,40,7)
#341D05
(52,29,5)
#1F1203
(31,18,3)
#000000
(0,0,0)

Tints of #F18017

#F18017
(241,128,23)
#F28B2C
(242,139,44)
#F39641
(243,150,65)
#F4A156
(244,161,86)
#F5AC6B
(245,172,107)
#F6B780
(246,183,128)
#F7C295
(247,194,149)
#F8CDAA
(248,205,170)
#F9D8BF
(249,216,191)
#FAE3D4
(250,227,212)
#FBEEE9
(251,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18017 color. Also use rgb(241,128,23) instead hex code.

Text Font Color

.myTextColor { color: #F18017; }

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

This text font color is #F18017.


Background Color

.myBgColor { background-color: #F18017; }

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

This div background color is #F18017.


Border color

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

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

This div border color is #F18017.


Opacity

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

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

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

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

This text has shadow with #F18017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18017 on black background.


Color preview on white background

This text has color #F18017 on white background.



Black color preview on #F18017 background

This text has black color on #F18017 background.


White color preview on #F18017 background

This text has white color on #F18017 background.