COLOR #F55B0E

HEX: #F55B0E
RGB: (245,91,14)

Color info

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

RGB color model

#F55B0E color RGB value is (245,91,14).

  • red value is 245;
  • green value is 91;
  • blue value is 14.
RGB:
(245,91,14)
(96%,36%,5%)

RGB channels and saturation

R 245 of 255 = 96%
G 91 of 255 = 36%
B 14 of 255 = 5%

245
91
14

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

Portions of RGB colors in percentages

R + G + B =
245 + 91 + 14 = 350 (100%)
R 245 of 350 ~ 70%
G 91 of 350 ~ 26%
B 14 of 350 ~ 4%

%70
%26

CMYK color model

#F55B0E color CMYK value is (0,63,94,4).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 94.29%
  • key color value is 3.92%
CMYK:
(0,63,94,4)
C0M63Y94K4 
(0%,63%,94%,4%)
(0.00/0.63/0.94/0.04)	

CMYK percentages

%0
%62.86
%94.29
%3.92

Codes

Color #F55B0E in popluar color models

F55B0E
RGB2459114
HSL20°92.03%50.78%
HSB/HSV20°94.29%96.08%
CMYK0.00%62.86%94.29%
3.92%

Color #F55B0E in popluar number systems.

HEXF55B0E
Decimal2459114
Binary1111010110110111110
Octal36513316

Shades and tints

Shades of #F55B0E

#F55B0E
(245,91,14)
#DF530D
(223,83,13)
#C94B0C
(201,75,12)
#B3430B
(179,67,11)
#9D3B0A
(157,59,10)
#873309
(135,51,9)
#712B08
(113,43,8)
#5B2307
(91,35,7)
#451B06
(69,27,6)
#2F1305
(47,19,5)
#190B04
(25,11,4)
#000000
(0,0,0)

Tints of #F55B0E

#F55B0E
(245,91,14)
#F56923
(245,105,35)
#F57738
(245,119,56)
#F5854D
(245,133,77)
#F59362
(245,147,98)
#F5A177
(245,161,119)
#F5AF8C
(245,175,140)
#F5BDA1
(245,189,161)
#F5CBB6
(245,203,182)
#F5D9CB
(245,217,203)
#F5E7E0
(245,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F55B0E color. Also use rgb(245,91,14) instead hex code.

Text Font Color

.myTextColor { color: #F55B0E; }

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

This text font color is #F55B0E.


Background Color

.myBgColor { background-color: #F55B0E; }

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

This div background color is #F55B0E.


Border color

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

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

This div border color is #F55B0E.


Opacity

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

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

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

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

This text has shadow with #F55B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F55B0E on black background.


Color preview on white background

This text has color #F55B0E on white background.



Black color preview on #F55B0E background

This text has black color on #F55B0E background.


White color preview on #F55B0E background

This text has white color on #F55B0E background.