COLOR #F5722F

HEX: #F5722F
RGB: (245,114,47)

Color info

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

RGB color model

#F5722F color RGB value is (245,114,47).

  • red value is 245;
  • green value is 114;
  • blue value is 47.
RGB:
(245,114,47)
(96%,45%,18%)

RGB channels and saturation

R 245 of 255 = 96%
G 114 of 255 = 45%
B 47 of 255 = 18%

245
114
47

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

Portions of RGB colors in percentages

R + G + B =
245 + 114 + 47 = 406 (100%)
R 245 of 406 ~ 60.34%
G 114 of 406 ~ 28.08%
B 47 of 406 ~ 11.58%

%60.34
%28.08
%11.58

CMYK color model

#F5722F color CMYK value is (0,53,81,4).

  • cyan value is 0.00%
  • magenta value is 53.47%
  • yellow value is 80.82%
  • key color value is 3.92%
CMYK:
(0,53,81,4)
C0M53Y81K4 
(0%,53%,81%,4%)
(0.00/0.53/0.81/0.04)	

CMYK percentages

%0
%53.47
%80.82
%3.92

Codes

Color #F5722F in popluar color models

F5722F
RGB24511447
HSL20°90.83%57.25%
HSB/HSV20°80.82%96.08%
CMYK0.00%53.47%80.82%
3.92%

Color #F5722F in popluar number systems.

HEXF5722F
Decimal24511447
Binary111101011110010101111
Octal36516257

Shades and tints

Shades of #F5722F

#F5722F
(245,114,47)
#DF682B
(223,104,43)
#C95E27
(201,94,39)
#B35423
(179,84,35)
#9D4A1F
(157,74,31)
#87401B
(135,64,27)
#713617
(113,54,23)
#5B2C13
(91,44,19)
#45220F
(69,34,15)
#2F180B
(47,24,11)
#190E07
(25,14,7)
#000000
(0,0,0)

Tints of #F5722F

#F5722F
(245,114,47)
#F57E41
(245,126,65)
#F58A53
(245,138,83)
#F59665
(245,150,101)
#F5A277
(245,162,119)
#F5AE89
(245,174,137)
#F5BA9B
(245,186,155)
#F5C6AD
(245,198,173)
#F5D2BF
(245,210,191)
#F5DED1
(245,222,209)
#F5EAE3
(245,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5722F color. Also use rgb(245,114,47) instead hex code.

Text Font Color

.myTextColor { color: #F5722F; }

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

This text font color is #F5722F.


Background Color

.myBgColor { background-color: #F5722F; }

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

This div background color is #F5722F.


Border color

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

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

This div border color is #F5722F.


Opacity

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

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

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

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

This text has shadow with #F5722F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5722F on black background.


Color preview on white background

This text has color #F5722F on white background.



Black color preview on #F5722F background

This text has black color on #F5722F background.


White color preview on #F5722F background

This text has white color on #F5722F background.