COLOR #F57817

HEX: #F57817
RGB: (245,120,23)

Color info

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

RGB color model

#F57817 color RGB value is (245,120,23).

  • red value is 245;
  • green value is 120;
  • blue value is 23.
RGB:
(245,120,23)
(96%,47%,9%)

RGB channels and saturation

R 245 of 255 = 96%
G 120 of 255 = 47%
B 23 of 255 = 9%

245
120
23

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

Portions of RGB colors in percentages

R + G + B =
245 + 120 + 23 = 388 (100%)
R 245 of 388 ~ 63.14%
G 120 of 388 ~ 30.93%
B 23 of 388 ~ 5.93%

%63.14
%30.93

CMYK color model

#F57817 color CMYK value is (0,51,91,4).

  • cyan value is 0.00%
  • magenta value is 51.02%
  • yellow value is 90.61%
  • key color value is 3.92%
CMYK:
(0,51,91,4)
C0M51Y91K4 
(0%,51%,91%,4%)
(0.00/0.51/0.91/0.04)	

CMYK percentages

%0
%51.02
%90.61
%3.92

Codes

Color #F57817 in popluar color models

F57817
RGB24512023
HSL26°91.74%52.55%
HSB/HSV26°90.61%96.08%
CMYK0.00%51.02%90.61%
3.92%

Color #F57817 in popluar number systems.

HEXF57817
Decimal24512023
Binary11110101111100010111
Octal36517027

Shades and tints

Shades of #F57817

#F57817
(245,120,23)
#DF6E15
(223,110,21)
#C96413
(201,100,19)
#B35A11
(179,90,17)
#9D500F
(157,80,15)
#87460D
(135,70,13)
#713C0B
(113,60,11)
#5B3209
(91,50,9)
#452807
(69,40,7)
#2F1E05
(47,30,5)
#191403
(25,20,3)
#000000
(0,0,0)

Tints of #F57817

#F57817
(245,120,23)
#F5842C
(245,132,44)
#F59041
(245,144,65)
#F59C56
(245,156,86)
#F5A86B
(245,168,107)
#F5B480
(245,180,128)
#F5C095
(245,192,149)
#F5CCAA
(245,204,170)
#F5D8BF
(245,216,191)
#F5E4D4
(245,228,212)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57817 color. Also use rgb(245,120,23) instead hex code.

Text Font Color

.myTextColor { color: #F57817; }

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

This text font color is #F57817.


Background Color

.myBgColor { background-color: #F57817; }

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

This div background color is #F57817.


Border color

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

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

This div border color is #F57817.


Opacity

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

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

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

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

This text has shadow with #F57817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57817 on black background.


Color preview on white background

This text has color #F57817 on white background.



Black color preview on #F57817 background

This text has black color on #F57817 background.


White color preview on #F57817 background

This text has white color on #F57817 background.