COLOR #F57226

HEX: #F57226
RGB: (245,114,38)

Color info

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

RGB color model

#F57226 color RGB value is (245,114,38).

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

RGB channels and saturation

R 245 of 255 = 96%
G 114 of 255 = 45%
B 38 of 255 = 15%

245
114
38

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

Portions of RGB colors in percentages

R + G + B =
245 + 114 + 38 = 397 (100%)
R 245 of 397 ~ 61.71%
G 114 of 397 ~ 28.72%
B 38 of 397 ~ 9.57%

%61.71
%28.72
%9.57

CMYK color model

#F57226 color CMYK value is (0,53,84,4).

  • cyan value is 0.00%
  • magenta value is 53.47%
  • yellow value is 84.49%
  • key color value is 3.92%
CMYK:
(0,53,84,4)
C0M53Y84K4 
(0%,53%,84%,4%)
(0.00/0.53/0.84/0.04)	

CMYK percentages

%0
%53.47
%84.49
%3.92

Codes

Color #F57226 in popluar color models

F57226
RGB24511438
HSL22°91.19%55.49%
HSB/HSV22°84.49%96.08%
CMYK0.00%53.47%84.49%
3.92%

Color #F57226 in popluar number systems.

HEXF57226
Decimal24511438
Binary111101011110010100110
Octal36516246

Shades and tints

Shades of #F57226

#F57226
(245,114,38)
#DF6823
(223,104,35)
#C95E20
(201,94,32)
#B3541D
(179,84,29)
#9D4A1A
(157,74,26)
#874017
(135,64,23)
#713614
(113,54,20)
#5B2C11
(91,44,17)
#45220E
(69,34,14)
#2F180B
(47,24,11)
#190E08
(25,14,8)
#000000
(0,0,0)

Tints of #F57226

#F57226
(245,114,38)
#F57E39
(245,126,57)
#F58A4C
(245,138,76)
#F5965F
(245,150,95)
#F5A272
(245,162,114)
#F5AE85
(245,174,133)
#F5BA98
(245,186,152)
#F5C6AB
(245,198,171)
#F5D2BE
(245,210,190)
#F5DED1
(245,222,209)
#F5EAE4
(245,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F57226; }

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

This text font color is #F57226.


Background Color

.myBgColor { background-color: #F57226; }

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

This div background color is #F57226.


Border color

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

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

This div border color is #F57226.


Opacity

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

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

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

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

This text has shadow with #F57226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57226 on black background.


Color preview on white background

This text has color #F57226 on white background.



Black color preview on #F57226 background

This text has black color on #F57226 background.


White color preview on #F57226 background

This text has white color on #F57226 background.