COLOR #F58827

HEX: #F58827
RGB: (245,136,39)

Color info

#F58827 contains mainly red color. Web safe color of #F58827 is #FF9933 (or #F93).

RGB color model

#F58827 color RGB value is (245,136,39).

  • red value is 245;
  • green value is 136;
  • blue value is 39.
RGB:
(245,136,39)
(96%,53%,15%)

RGB channels and saturation

R 245 of 255 = 96%
G 136 of 255 = 53%
B 39 of 255 = 15%

245
136
39

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

Portions of RGB colors in percentages

R + G + B =
245 + 136 + 39 = 420 (100%)
R 245 of 420 ~ 58.33%
G 136 of 420 ~ 32.38%
B 39 of 420 ~ 9.29%

%58.33
%32.38

CMYK color model

#F58827 color CMYK value is (0,44,84,4).

  • cyan value is 0.00%
  • magenta value is 44.49%
  • yellow value is 84.08%
  • key color value is 3.92%
CMYK:
(0,44,84,4)
C0M44Y84K4 
(0%,44%,84%,4%)
(0.00/0.44/0.84/0.04)	

CMYK percentages

%0
%44.49
%84.08
%3.92

Codes

Color #F58827 in popluar color models

F58827
RGB24513639
HSL28°91.15%55.69%
HSB/HSV28°84.08%96.08%
CMYK0.00%44.49%84.08%
3.92%

Color #F58827 in popluar number systems.

HEXF58827
Decimal24513639
Binary1111010110001000100111
Octal36521047

Shades and tints

Shades of #F58827

#F58827
(245,136,39)
#DF7C24
(223,124,36)
#C97021
(201,112,33)
#B3641E
(179,100,30)
#9D581B
(157,88,27)
#874C18
(135,76,24)
#714015
(113,64,21)
#5B3412
(91,52,18)
#45280F
(69,40,15)
#2F1C0C
(47,28,12)
#191009
(25,16,9)
#000000
(0,0,0)

Tints of #F58827

#F58827
(245,136,39)
#F5923A
(245,146,58)
#F59C4D
(245,156,77)
#F5A660
(245,166,96)
#F5B073
(245,176,115)
#F5BA86
(245,186,134)
#F5C499
(245,196,153)
#F5CEAC
(245,206,172)
#F5D8BF
(245,216,191)
#F5E2D2
(245,226,210)
#F5ECE5
(245,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58827 color. Also use rgb(245,136,39) instead hex code.

Text Font Color

.myTextColor { color: #F58827; }

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

This text font color is #F58827.


Background Color

.myBgColor { background-color: #F58827; }

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

This div background color is #F58827.


Border color

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

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

This div border color is #F58827.


Opacity

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

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

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

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

This text has shadow with #F58827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58827 on black background.


Color preview on white background

This text has color #F58827 on white background.



Black color preview on #F58827 background

This text has black color on #F58827 background.


White color preview on #F58827 background

This text has white color on #F58827 background.