COLOR #F56E25

HEX: #F56E25
RGB: (245,110,37)

Color info

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

RGB color model

#F56E25 color RGB value is (245,110,37).

  • red value is 245;
  • green value is 110;
  • blue value is 37.
RGB:
(245,110,37)
(96%,43%,15%)

RGB channels and saturation

R 245 of 255 = 96%
G 110 of 255 = 43%
B 37 of 255 = 15%

245
110
37

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

Portions of RGB colors in percentages

R + G + B =
245 + 110 + 37 = 392 (100%)
R 245 of 392 ~ 62.5%
G 110 of 392 ~ 28.06%
B 37 of 392 ~ 9.44%

%62.5
%28.06

CMYK color model

#F56E25 color CMYK value is (0,55,85,4).

  • cyan value is 0.00%
  • magenta value is 55.10%
  • yellow value is 84.90%
  • key color value is 3.92%
CMYK:
(0,55,85,4)
C0M55Y85K4 
(0%,55%,85%,4%)
(0.00/0.55/0.85/0.04)	

CMYK percentages

%0
%55.1
%84.9
%3.92

Codes

Color #F56E25 in popluar color models

F56E25
RGB24511037
HSL21°91.23%55.29%
HSB/HSV21°84.90%96.08%
CMYK0.00%55.10%84.90%
3.92%

Color #F56E25 in popluar number systems.

HEXF56E25
Decimal24511037
Binary111101011101110100101
Octal36515645

Shades and tints

Shades of #F56E25

#F56E25
(245,110,37)
#DF6422
(223,100,34)
#C95A1F
(201,90,31)
#B3501C
(179,80,28)
#9D4619
(157,70,25)
#873C16
(135,60,22)
#713213
(113,50,19)
#5B2810
(91,40,16)
#451E0D
(69,30,13)
#2F140A
(47,20,10)
#190A07
(25,10,7)
#000000
(0,0,0)

Tints of #F56E25

#F56E25
(245,110,37)
#F57B38
(245,123,56)
#F5884B
(245,136,75)
#F5955E
(245,149,94)
#F5A271
(245,162,113)
#F5AF84
(245,175,132)
#F5BC97
(245,188,151)
#F5C9AA
(245,201,170)
#F5D6BD
(245,214,189)
#F5E3D0
(245,227,208)
#F5F0E3
(245,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F56E25 color. Also use rgb(245,110,37) instead hex code.

Text Font Color

.myTextColor { color: #F56E25; }

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

This text font color is #F56E25.


Background Color

.myBgColor { background-color: #F56E25; }

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

This div background color is #F56E25.


Border color

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

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

This div border color is #F56E25.


Opacity

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

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

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

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

This text has shadow with #F56E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56E25 on black background.


Color preview on white background

This text has color #F56E25 on white background.



Black color preview on #F56E25 background

This text has black color on #F56E25 background.


White color preview on #F56E25 background

This text has white color on #F56E25 background.