COLOR #F5471B

HEX: #F5471B
RGB: (245,71,27)

Color info

#F5471B contains mainly red color. Web safe color of #F5471B is #FF3333 (or #F33).

RGB color model

#F5471B color RGB value is (245,71,27).

  • red value is 245;
  • green value is 71;
  • blue value is 27.
RGB:
(245,71,27)
(96%,28%,11%)

RGB channels and saturation

R 245 of 255 = 96%
G 71 of 255 = 28%
B 27 of 255 = 11%

245
71
27

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

Portions of RGB colors in percentages

R + G + B =
245 + 71 + 27 = 343 (100%)
R 245 of 343 ~ 71.43%
G 71 of 343 ~ 20.7%
B 27 of 343 ~ 7.87%

%71.43
%20.7

CMYK color model

#F5471B color CMYK value is (0,71,89,4).

  • cyan value is 0.00%
  • magenta value is 71.02%
  • yellow value is 88.98%
  • key color value is 3.92%
CMYK:
(0,71,89,4)
C0M71Y89K4 
(0%,71%,89%,4%)
(0.00/0.71/0.89/0.04)	

CMYK percentages

%0
%71.02
%88.98
%3.92

Codes

Color #F5471B in popluar color models

F5471B
RGB2457127
HSL12°91.60%53.33%
HSB/HSV12°88.98%96.08%
CMYK0.00%71.02%88.98%
3.92%

Color #F5471B in popluar number systems.

HEXF5471B
Decimal2457127
Binary11110101100011111011
Octal36510733

Shades and tints

Shades of #F5471B

#F5471B
(245,71,27)
#DF4119
(223,65,25)
#C93B17
(201,59,23)
#B33515
(179,53,21)
#9D2F13
(157,47,19)
#872911
(135,41,17)
#71230F
(113,35,15)
#5B1D0D
(91,29,13)
#45170B
(69,23,11)
#2F1109
(47,17,9)
#190B07
(25,11,7)
#000000
(0,0,0)

Tints of #F5471B

#F5471B
(245,71,27)
#F5572F
(245,87,47)
#F56743
(245,103,67)
#F57757
(245,119,87)
#F5876B
(245,135,107)
#F5977F
(245,151,127)
#F5A793
(245,167,147)
#F5B7A7
(245,183,167)
#F5C7BB
(245,199,187)
#F5D7CF
(245,215,207)
#F5E7E3
(245,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5471B color. Also use rgb(245,71,27) instead hex code.

Text Font Color

.myTextColor { color: #F5471B; }

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

This text font color is #F5471B.


Background Color

.myBgColor { background-color: #F5471B; }

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

This div background color is #F5471B.


Border color

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

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

This div border color is #F5471B.


Opacity

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

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

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

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

This text has shadow with #F5471B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5471B on black background.


Color preview on white background

This text has color #F5471B on white background.



Black color preview on #F5471B background

This text has black color on #F5471B background.


White color preview on #F5471B background

This text has white color on #F5471B background.