COLOR #F5520F

HEX: #F5520F
RGB: (245,82,15)

Color info

#F5520F contains mainly red color. Web safe color of #F5520F is #FF6600 (or #F60).

RGB color model

#F5520F color RGB value is (245,82,15).

  • red value is 245;
  • green value is 82;
  • blue value is 15.
RGB:
(245,82,15)
(96%,32%,6%)

RGB channels and saturation

R 245 of 255 = 96%
G 82 of 255 = 32%
B 15 of 255 = 6%

245
82
15

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

Portions of RGB colors in percentages

R + G + B =
245 + 82 + 15 = 342 (100%)
R 245 of 342 ~ 71.64%
G 82 of 342 ~ 23.98%
B 15 of 342 ~ 4.39%

%71.64
%23.98

CMYK color model

#F5520F color CMYK value is (0,67,94,4).

  • cyan value is 0.00%
  • magenta value is 66.53%
  • yellow value is 93.88%
  • key color value is 3.92%
CMYK:
(0,67,94,4)
C0M67Y94K4 
(0%,67%,94%,4%)
(0.00/0.67/0.94/0.04)	

CMYK percentages

%0
%66.53
%93.88
%3.92

Codes

Color #F5520F in popluar color models

F5520F
RGB2458215
HSL17°92.00%50.98%
HSB/HSV17°93.88%96.08%
CMYK0.00%66.53%93.88%
3.92%

Color #F5520F in popluar number systems.

HEXF5520F
Decimal2458215
Binary1111010110100101111
Octal36512217

Shades and tints

Shades of #F5520F

#F5520F
(245,82,15)
#DF4B0E
(223,75,14)
#C9440D
(201,68,13)
#B33D0C
(179,61,12)
#9D360B
(157,54,11)
#872F0A
(135,47,10)
#712809
(113,40,9)
#5B2108
(91,33,8)
#451A07
(69,26,7)
#2F1306
(47,19,6)
#190C05
(25,12,5)
#000000
(0,0,0)

Tints of #F5520F

#F5520F
(245,82,15)
#F56124
(245,97,36)
#F57039
(245,112,57)
#F57F4E
(245,127,78)
#F58E63
(245,142,99)
#F59D78
(245,157,120)
#F5AC8D
(245,172,141)
#F5BBA2
(245,187,162)
#F5CAB7
(245,202,183)
#F5D9CC
(245,217,204)
#F5E8E1
(245,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5520F color. Also use rgb(245,82,15) instead hex code.

Text Font Color

.myTextColor { color: #F5520F; }

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

This text font color is #F5520F.


Background Color

.myBgColor { background-color: #F5520F; }

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

This div background color is #F5520F.


Border color

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

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

This div border color is #F5520F.


Opacity

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

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

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

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

This text has shadow with #F5520F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5520F on black background.


Color preview on white background

This text has color #F5520F on white background.



Black color preview on #F5520F background

This text has black color on #F5520F background.


White color preview on #F5520F background

This text has white color on #F5520F background.