COLOR #F5870D

HEX: #F5870D RGB: (245,135,13)

Color info

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

RGB color model

#F5870D color RGB value is (245,135,13).

RGB: (245,135,13) (96%, 53%, 5%)

RGB channels and saturation

R 245 of 255 = 96%
G 135 of 255 = 53%
B 13 of 255 = 5%

245
135
13

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

Portions of RGB colors in percentages

R + G + B = 245 + 135 + 13 = 393 (100%)
R 245 of 393 ~ 62.34%
G 135 of 393 ~ 34.35%
B 13 of 393 ~ 3.31'%

%62.34
%34.35

CMYK color model

#F5870D color CMYK value is (0,45,95,4).

  • cyan value is 0.00%
  • magenta value is 44.90%
  • yellow value is 94.69%
  • key color value is 3.92%

CMYK: (0,45,95,4)
C0M45Y95K4 (0%, 45%, 95%, 4%)
(0.00 / 0.45 / 0.95 / 0.04)

CMYK percentages

%0
%44.9
%94.69
%3.92

Codes

Color #F5870D in popluar color models

F5 87 0D
RGB 245 135 13
HSL 32° 92.06% 50.59%
HSB/HSV 32° 94.69% 96.08%
CMYK 0.00% 44.90% 94.69%
3.92%

Color #F5870D in popluar number systems.

HEX F5 87 0D
Decimal 245 135 13
Binary 11110101 10000111 1101
Octal 365 207 15

Shades and tints

Shades of #F5870D

#F5870D
(245,135,13)
#DF7B0C
(223,123,12)
#C96F0B
(201,111,11)
#B3630A
(179,99,10)
#9D5709
(157,87,9)
#874B08
(135,75,8)
#713F07
(113,63,7)
#5B3306
(91,51,6)
#452705
(69,39,5)
#2F1B04
(47,27,4)
#190F03
(25,15,3)
#000000
(0,0,0)

Tints of #F5870D

#F5870D
(245,135,13)
#F59123
(245,145,35)
#F59B39
(245,155,57)
#F5A54F
(245,165,79)
#F5AF65
(245,175,101)
#F5B97B
(245,185,123)
#F5C391
(245,195,145)
#F5CDA7
(245,205,167)
#F5D7BD
(245,215,189)
#F5E1D3
(245,225,211)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5870D color. Also use rgb(245,135,13) instead hex code.

Text Font Color

.myTextColor { color: #F5870D; }

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

This text font color is #F5870D.

Background Color

.myBgColor { background-color: #F5870D; }

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

This div background color is #F5870D.

Border color

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

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

This div border color is #F5870D.

Opacity

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

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

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

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

This text has shadow with #F5870D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5870D.

Preview

Color preview on black background

This text has color #F5870D on black background.


Color preview on white background

This text has color #F5870D on white background.


Black color preview on #F5870D background

This text has black color on #F5870D background.


White color preview on #F5870D background

This text has white color on #F5870D background.


Related colors

Complementary color

Complementary color for #hex is #0A78F2.


I love getcolorcode.com

Triadic colors

1 #0DF587 and #870DF5 with #F5870D are triadic colors.

2 #0D87F5 and #87F50D with #F5870D are triadic colors.