COLOR #F57C16

HEX: #F57C16
RGB: (245,124,22)

Color info

#F57C16 contains mainly red color. Web safe color of #F57C16 is #FF6600 (or #F60).

RGB color model

#F57C16 color RGB value is (245,124,22).

  • red value is 245;
  • green value is 124;
  • blue value is 22.
RGB:
(245,124,22)
(96%,49%,9%)

RGB channels and saturation

R 245 of 255 = 96%
G 124 of 255 = 49%
B 22 of 255 = 9%

245
124
22

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

Portions of RGB colors in percentages

R + G + B =
245 + 124 + 22 = 391 (100%)
R 245 of 391 ~ 62.66%
G 124 of 391 ~ 31.71%
B 22 of 391 ~ 5.63%

%62.66
%31.71

CMYK color model

#F57C16 color CMYK value is (0,49,91,4).

  • cyan value is 0.00%
  • magenta value is 49.39%
  • yellow value is 91.02%
  • key color value is 3.92%
CMYK:
(0,49,91,4)
C0M49Y91K4 
(0%,49%,91%,4%)
(0.00/0.49/0.91/0.04)	

CMYK percentages

%0
%49.39
%91.02
%3.92

Codes

Color #F57C16 in popluar color models

F57C16
RGB24512422
HSL27°91.77%52.35%
HSB/HSV27°91.02%96.08%
CMYK0.00%49.39%91.02%
3.92%

Color #F57C16 in popluar number systems.

HEXF57C16
Decimal24512422
Binary11110101111110010110
Octal36517426

Shades and tints

Shades of #F57C16

#F57C16
(245,124,22)
#DF7114
(223,113,20)
#C96612
(201,102,18)
#B35B10
(179,91,16)
#9D500E
(157,80,14)
#87450C
(135,69,12)
#713A0A
(113,58,10)
#5B2F08
(91,47,8)
#452406
(69,36,6)
#2F1904
(47,25,4)
#190E02
(25,14,2)
#000000
(0,0,0)

Tints of #F57C16

#F57C16
(245,124,22)
#F5872B
(245,135,43)
#F59240
(245,146,64)
#F59D55
(245,157,85)
#F5A86A
(245,168,106)
#F5B37F
(245,179,127)
#F5BE94
(245,190,148)
#F5C9A9
(245,201,169)
#F5D4BE
(245,212,190)
#F5DFD3
(245,223,211)
#F5EAE8
(245,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57C16 color. Also use rgb(245,124,22) instead hex code.

Text Font Color

.myTextColor { color: #F57C16; }

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

This text font color is #F57C16.


Background Color

.myBgColor { background-color: #F57C16; }

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

This div background color is #F57C16.


Border color

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

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

This div border color is #F57C16.


Opacity

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

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

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

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

This text has shadow with #F57C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57C16 on black background.


Color preview on white background

This text has color #F57C16 on white background.



Black color preview on #F57C16 background

This text has black color on #F57C16 background.


White color preview on #F57C16 background

This text has white color on #F57C16 background.