COLOR #F16615

HEX: #F16615
RGB: (241,102,21)

Color info

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

RGB color model

#F16615 color RGB value is (241,102,21).

  • red value is 241;
  • green value is 102;
  • blue value is 21.
RGB:
(241,102,21)
(95%,40%,8%)

RGB channels and saturation

R 241 of 255 = 95%
G 102 of 255 = 40%
B 21 of 255 = 8%

241
102
21

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

Portions of RGB colors in percentages

R + G + B =
241 + 102 + 21 = 364 (100%)
R 241 of 364 ~ 66.21%
G 102 of 364 ~ 28.02%
B 21 of 364 ~ 5.77%

%66.21
%28.02

CMYK color model

#F16615 color CMYK value is (0,58,91,5).

  • cyan value is 0.00%
  • magenta value is 57.68%
  • yellow value is 91.29%
  • key color value is 5.49%
CMYK:
(0,58,91,5)
C0M58Y91K5 
(0%,58%,91%,5%)
(0.00/0.58/0.91/0.05)	

CMYK percentages

%0
%57.68
%91.29
%5.49

Codes

Color #F16615 in popluar color models

F16615
RGB24110221
HSL22°88.71%51.37%
HSB/HSV22°91.29%94.51%
CMYK0.00%57.68%91.29%
5.49%

Color #F16615 in popluar number systems.

HEXF16615
Decimal24110221
Binary11110001110011010101
Octal36114625

Shades and tints

Shades of #F16615

#F16615
(241,102,21)
#DC5D14
(220,93,20)
#C75413
(199,84,19)
#B24B12
(178,75,18)
#9D4211
(157,66,17)
#883910
(136,57,16)
#73300F
(115,48,15)
#5E270E
(94,39,14)
#491E0D
(73,30,13)
#34150C
(52,21,12)
#1F0C0B
(31,12,11)
#000000
(0,0,0)

Tints of #F16615

#F16615
(241,102,21)
#F2732A
(242,115,42)
#F3803F
(243,128,63)
#F48D54
(244,141,84)
#F59A69
(245,154,105)
#F6A77E
(246,167,126)
#F7B493
(247,180,147)
#F8C1A8
(248,193,168)
#F9CEBD
(249,206,189)
#FADBD2
(250,219,210)
#FBE8E7
(251,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F16615 color. Also use rgb(241,102,21) instead hex code.

Text Font Color

.myTextColor { color: #F16615; }

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

This text font color is #F16615.


Background Color

.myBgColor { background-color: #F16615; }

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

This div background color is #F16615.


Border color

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

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

This div border color is #F16615.


Opacity

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

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

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

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

This text has shadow with #F16615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F16615 on black background.


Color preview on white background

This text has color #F16615 on white background.



Black color preview on #F16615 background

This text has black color on #F16615 background.


White color preview on #F16615 background

This text has white color on #F16615 background.