COLOR #F17612

HEX: #F17612
RGB: (241,118,18)

Color info

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

RGB color model

#F17612 color RGB value is (241,118,18).

  • red value is 241;
  • green value is 118;
  • blue value is 18.
RGB:
(241,118,18)
(95%,46%,7%)

RGB channels and saturation

R 241 of 255 = 95%
G 118 of 255 = 46%
B 18 of 255 = 7%

241
118
18

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

Portions of RGB colors in percentages

R + G + B =
241 + 118 + 18 = 377 (100%)
R 241 of 377 ~ 63.93%
G 118 of 377 ~ 31.3%
B 18 of 377 ~ 4.77%

%63.93
%31.3

CMYK color model

#F17612 color CMYK value is (0,51,93,5).

  • cyan value is 0.00%
  • magenta value is 51.04%
  • yellow value is 92.53%
  • key color value is 5.49%
CMYK:
(0,51,93,5)
C0M51Y93K5 
(0%,51%,93%,5%)
(0.00/0.51/0.93/0.05)	

CMYK percentages

%0
%51.04
%92.53
%5.49

Codes

Color #F17612 in popluar color models

F17612
RGB24111818
HSL27°88.84%50.78%
HSB/HSV27°92.53%94.51%
CMYK0.00%51.04%92.53%
5.49%

Color #F17612 in popluar number systems.

HEXF17612
Decimal24111818
Binary11110001111011010010
Octal36116622

Shades and tints

Shades of #F17612

#F17612
(241,118,18)
#DC6C11
(220,108,17)
#C76210
(199,98,16)
#B2580F
(178,88,15)
#9D4E0E
(157,78,14)
#88440D
(136,68,13)
#733A0C
(115,58,12)
#5E300B
(94,48,11)
#49260A
(73,38,10)
#341C09
(52,28,9)
#1F1208
(31,18,8)
#000000
(0,0,0)

Tints of #F17612

#F17612
(241,118,18)
#F28227
(242,130,39)
#F38E3C
(243,142,60)
#F49A51
(244,154,81)
#F5A666
(245,166,102)
#F6B27B
(246,178,123)
#F7BE90
(247,190,144)
#F8CAA5
(248,202,165)
#F9D6BA
(249,214,186)
#FAE2CF
(250,226,207)
#FBEEE4
(251,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17612 color. Also use rgb(241,118,18) instead hex code.

Text Font Color

.myTextColor { color: #F17612; }

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

This text font color is #F17612.


Background Color

.myBgColor { background-color: #F17612; }

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

This div background color is #F17612.


Border color

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

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

This div border color is #F17612.


Opacity

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

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

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

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

This text has shadow with #F17612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17612 on black background.


Color preview on white background

This text has color #F17612 on white background.



Black color preview on #F17612 background

This text has black color on #F17612 background.


White color preview on #F17612 background

This text has white color on #F17612 background.