COLOR #F5840E

HEX: #F5840E
RGB: (245,132,14)

Color info

#F5840E contains mainly red color. Web safe color of #F5840E is #FF9900 (or #F90).

RGB color model

#F5840E color RGB value is (245,132,14).

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

RGB channels and saturation

R 245 of 255 = 96%
G 132 of 255 = 52%
B 14 of 255 = 5%

245
132
14

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

Portions of RGB colors in percentages

R + G + B =
245 + 132 + 14 = 391 (100%)
R 245 of 391 ~ 62.66%
G 132 of 391 ~ 33.76%
B 14 of 391 ~ 3.58%

%62.66
%33.76

CMYK color model

#F5840E color CMYK value is (0,46,94,4).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 94.29%
  • key color value is 3.92%
CMYK:
(0,46,94,4)
C0M46Y94K4 
(0%,46%,94%,4%)
(0.00/0.46/0.94/0.04)	

CMYK percentages

%0
%46.12
%94.29
%3.92

Codes

Color #F5840E in popluar color models

F5840E
RGB24513214
HSL31°92.03%50.78%
HSB/HSV31°94.29%96.08%
CMYK0.00%46.12%94.29%
3.92%

Color #F5840E in popluar number systems.

HEXF5840E
Decimal24513214
Binary11110101100001001110
Octal36520416

Shades and tints

Shades of #F5840E

#F5840E
(245,132,14)
#DF780D
(223,120,13)
#C96C0C
(201,108,12)
#B3600B
(179,96,11)
#9D540A
(157,84,10)
#874809
(135,72,9)
#713C08
(113,60,8)
#5B3007
(91,48,7)
#452406
(69,36,6)
#2F1805
(47,24,5)
#190C04
(25,12,4)
#000000
(0,0,0)

Tints of #F5840E

#F5840E
(245,132,14)
#F58F23
(245,143,35)
#F59A38
(245,154,56)
#F5A54D
(245,165,77)
#F5B062
(245,176,98)
#F5BB77
(245,187,119)
#F5C68C
(245,198,140)
#F5D1A1
(245,209,161)
#F5DCB6
(245,220,182)
#F5E7CB
(245,231,203)
#F5F2E0
(245,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5840E; }

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

This text font color is #F5840E.


Background Color

.myBgColor { background-color: #F5840E; }

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

This div background color is #F5840E.


Border color

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

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

This div border color is #F5840E.


Opacity

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

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

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

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

This text has shadow with #F5840E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5840E on black background.


Color preview on white background

This text has color #F5840E on white background.



Black color preview on #F5840E background

This text has black color on #F5840E background.


White color preview on #F5840E background

This text has white color on #F5840E background.