COLOR #F16A2B

HEX: #F16A2B
RGB: (241,106,43)

Color info

#F16A2B contains mainly red color. Web safe color of #F16A2B is #FF6633 (or #F63).

RGB color model

#F16A2B color RGB value is (241,106,43).

  • red value is 241;
  • green value is 106;
  • blue value is 43.
RGB:
(241,106,43)
(95%,42%,17%)

RGB channels and saturation

R 241 of 255 = 95%
G 106 of 255 = 42%
B 43 of 255 = 17%

241
106
43

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

Portions of RGB colors in percentages

R + G + B =
241 + 106 + 43 = 390 (100%)
R 241 of 390 ~ 61.79%
G 106 of 390 ~ 27.18%
B 43 of 390 ~ 11.03%

%61.79
%27.18
%11.03

CMYK color model

#F16A2B color CMYK value is (0,56,82,5).

  • cyan value is 0.00%
  • magenta value is 56.02%
  • yellow value is 82.16%
  • key color value is 5.49%
CMYK:
(0,56,82,5)
C0M56Y82K5 
(0%,56%,82%,5%)
(0.00/0.56/0.82/0.05)	

CMYK percentages

%0
%56.02
%82.16
%5.49

Codes

Color #F16A2B in popluar color models

F16A2B
RGB24110643
HSL19°87.61%55.69%
HSB/HSV19°82.16%94.51%
CMYK0.00%56.02%82.16%
5.49%

Color #F16A2B in popluar number systems.

HEXF16A2B
Decimal24110643
Binary111100011101010101011
Octal36115253

Shades and tints

Shades of #F16A2B

#F16A2B
(241,106,43)
#DC6128
(220,97,40)
#C75825
(199,88,37)
#B24F22
(178,79,34)
#9D461F
(157,70,31)
#883D1C
(136,61,28)
#733419
(115,52,25)
#5E2B16
(94,43,22)
#492213
(73,34,19)
#341910
(52,25,16)
#1F100D
(31,16,13)
#000000
(0,0,0)

Tints of #F16A2B

#F16A2B
(241,106,43)
#F2773E
(242,119,62)
#F38451
(243,132,81)
#F49164
(244,145,100)
#F59E77
(245,158,119)
#F6AB8A
(246,171,138)
#F7B89D
(247,184,157)
#F8C5B0
(248,197,176)
#F9D2C3
(249,210,195)
#FADFD6
(250,223,214)
#FBECE9
(251,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F16A2B color. Also use rgb(241,106,43) instead hex code.

Text Font Color

.myTextColor { color: #F16A2B; }

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

This text font color is #F16A2B.


Background Color

.myBgColor { background-color: #F16A2B; }

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

This div background color is #F16A2B.


Border color

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

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

This div border color is #F16A2B.


Opacity

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

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

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

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

This text has shadow with #F16A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F16A2B on black background.


Color preview on white background

This text has color #F16A2B on white background.



Black color preview on #F16A2B background

This text has black color on #F16A2B background.


White color preview on #F16A2B background

This text has white color on #F16A2B background.