COLOR #F1911B

HEX: #F1911B
RGB: (241,145,27)

Color info

#F1911B contains mainly red color. Web safe color of #F1911B is #FF9933 (or #F93).

RGB color model

#F1911B color RGB value is (241,145,27).

  • red value is 241;
  • green value is 145;
  • blue value is 27.
RGB:
(241,145,27)
(95%,57%,11%)

RGB channels and saturation

R 241 of 255 = 95%
G 145 of 255 = 57%
B 27 of 255 = 11%

241
145
27

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

Portions of RGB colors in percentages

R + G + B =
241 + 145 + 27 = 413 (100%)
R 241 of 413 ~ 58.35%
G 145 of 413 ~ 35.11%
B 27 of 413 ~ 6.54%

%58.35
%35.11

CMYK color model

#F1911B color CMYK value is (0,40,89,5).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 88.80%
  • key color value is 5.49%
CMYK:
(0,40,89,5)
C0M40Y89K5 
(0%,40%,89%,5%)
(0.00/0.40/0.89/0.05)	

CMYK percentages

%0
%39.83
%88.8
%5.49

Codes

Color #F1911B in popluar color models

F1911B
RGB24114527
HSL33°88.43%52.55%
HSB/HSV33°88.80%94.51%
CMYK0.00%39.83%88.80%
5.49%

Color #F1911B in popluar number systems.

HEXF1911B
Decimal24114527
Binary111100011001000111011
Octal36122133

Shades and tints

Shades of #F1911B

#F1911B
(241,145,27)
#DC8419
(220,132,25)
#C77717
(199,119,23)
#B26A15
(178,106,21)
#9D5D13
(157,93,19)
#885011
(136,80,17)
#73430F
(115,67,15)
#5E360D
(94,54,13)
#49290B
(73,41,11)
#341C09
(52,28,9)
#1F0F07
(31,15,7)
#000000
(0,0,0)

Tints of #F1911B

#F1911B
(241,145,27)
#F29B2F
(242,155,47)
#F3A543
(243,165,67)
#F4AF57
(244,175,87)
#F5B96B
(245,185,107)
#F6C37F
(246,195,127)
#F7CD93
(247,205,147)
#F8D7A7
(248,215,167)
#F9E1BB
(249,225,187)
#FAEBCF
(250,235,207)
#FBF5E3
(251,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1911B color. Also use rgb(241,145,27) instead hex code.

Text Font Color

.myTextColor { color: #F1911B; }

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

This text font color is #F1911B.


Background Color

.myBgColor { background-color: #F1911B; }

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

This div background color is #F1911B.


Border color

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

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

This div border color is #F1911B.


Opacity

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

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

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

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

This text has shadow with #F1911B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1911B on black background.


Color preview on white background

This text has color #F1911B on white background.



Black color preview on #F1911B background

This text has black color on #F1911B background.


White color preview on #F1911B background

This text has white color on #F1911B background.