COLOR #F58C14

HEX: #F58C14
RGB: (245,140,20)

Color info

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

RGB color model

#F58C14 color RGB value is (245,140,20).

  • red value is 245;
  • green value is 140;
  • blue value is 20.
RGB:
(245,140,20)
(96%,55%,8%)

RGB channels and saturation

R 245 of 255 = 96%
G 140 of 255 = 55%
B 20 of 255 = 8%

245
140
20

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

Portions of RGB colors in percentages

R + G + B =
245 + 140 + 20 = 405 (100%)
R 245 of 405 ~ 60.49%
G 140 of 405 ~ 34.57%
B 20 of 405 ~ 4.94%

%60.49
%34.57

CMYK color model

#F58C14 color CMYK value is (0,43,92,4).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 91.84%
  • key color value is 3.92%
CMYK:
(0,43,92,4)
C0M43Y92K4 
(0%,43%,92%,4%)
(0.00/0.43/0.92/0.04)	

CMYK percentages

%0
%42.86
%91.84
%3.92

Codes

Color #F58C14 in popluar color models

F58C14
RGB24514020
HSL32°91.84%51.96%
HSB/HSV32°91.84%96.08%
CMYK0.00%42.86%91.84%
3.92%

Color #F58C14 in popluar number systems.

HEXF58C14
Decimal24514020
Binary111101011000110010100
Octal36521424

Shades and tints

Shades of #F58C14

#F58C14
(245,140,20)
#DF8013
(223,128,19)
#C97412
(201,116,18)
#B36811
(179,104,17)
#9D5C10
(157,92,16)
#87500F
(135,80,15)
#71440E
(113,68,14)
#5B380D
(91,56,13)
#452C0C
(69,44,12)
#2F200B
(47,32,11)
#19140A
(25,20,10)
#000000
(0,0,0)

Tints of #F58C14

#F58C14
(245,140,20)
#F59629
(245,150,41)
#F5A03E
(245,160,62)
#F5AA53
(245,170,83)
#F5B468
(245,180,104)
#F5BE7D
(245,190,125)
#F5C892
(245,200,146)
#F5D2A7
(245,210,167)
#F5DCBC
(245,220,188)
#F5E6D1
(245,230,209)
#F5F0E6
(245,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58C14 color. Also use rgb(245,140,20) instead hex code.

Text Font Color

.myTextColor { color: #F58C14; }

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

This text font color is #F58C14.


Background Color

.myBgColor { background-color: #F58C14; }

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

This div background color is #F58C14.


Border color

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

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

This div border color is #F58C14.


Opacity

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

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

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

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

This text has shadow with #F58C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58C14 on black background.


Color preview on white background

This text has color #F58C14 on white background.



Black color preview on #F58C14 background

This text has black color on #F58C14 background.


White color preview on #F58C14 background

This text has white color on #F58C14 background.