COLOR #F5821F

HEX: #F5821F
RGB: (245,130,31)

Color info

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

RGB color model

#F5821F color RGB value is (245,130,31).

  • red value is 245;
  • green value is 130;
  • blue value is 31.
RGB:
(245,130,31)
(96%,51%,12%)

RGB channels and saturation

R 245 of 255 = 96%
G 130 of 255 = 51%
B 31 of 255 = 12%

245
130
31

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

Portions of RGB colors in percentages

R + G + B =
245 + 130 + 31 = 406 (100%)
R 245 of 406 ~ 60.34%
G 130 of 406 ~ 32.02%
B 31 of 406 ~ 7.64%

%60.34
%32.02

CMYK color model

#F5821F color CMYK value is (0,47,87,4).

  • cyan value is 0.00%
  • magenta value is 46.94%
  • yellow value is 87.35%
  • key color value is 3.92%
CMYK:
(0,47,87,4)
C0M47Y87K4 
(0%,47%,87%,4%)
(0.00/0.47/0.87/0.04)	

CMYK percentages

%0
%46.94
%87.35
%3.92

Codes

Color #F5821F in popluar color models

F5821F
RGB24513031
HSL28°91.45%54.12%
HSB/HSV28°87.35%96.08%
CMYK0.00%46.94%87.35%
3.92%

Color #F5821F in popluar number systems.

HEXF5821F
Decimal24513031
Binary111101011000001011111
Octal36520237

Shades and tints

Shades of #F5821F

#F5821F
(245,130,31)
#DF771D
(223,119,29)
#C96C1B
(201,108,27)
#B36119
(179,97,25)
#9D5617
(157,86,23)
#874B15
(135,75,21)
#714013
(113,64,19)
#5B3511
(91,53,17)
#452A0F
(69,42,15)
#2F1F0D
(47,31,13)
#19140B
(25,20,11)
#000000
(0,0,0)

Tints of #F5821F

#F5821F
(245,130,31)
#F58D33
(245,141,51)
#F59847
(245,152,71)
#F5A35B
(245,163,91)
#F5AE6F
(245,174,111)
#F5B983
(245,185,131)
#F5C497
(245,196,151)
#F5CFAB
(245,207,171)
#F5DABF
(245,218,191)
#F5E5D3
(245,229,211)
#F5F0E7
(245,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5821F color. Also use rgb(245,130,31) instead hex code.

Text Font Color

.myTextColor { color: #F5821F; }

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

This text font color is #F5821F.


Background Color

.myBgColor { background-color: #F5821F; }

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

This div background color is #F5821F.


Border color

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

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

This div border color is #F5821F.


Opacity

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

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

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

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

This text has shadow with #F5821F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5821F on black background.


Color preview on white background

This text has color #F5821F on white background.



Black color preview on #F5821F background

This text has black color on #F5821F background.


White color preview on #F5821F background

This text has white color on #F5821F background.