COLOR #F87327

HEX: #F87327
RGB: (248,115,39)

Color info

#F87327 contains mainly red color. Web safe color of #F87327 is #FF6633 (or #F63).

RGB color model

#F87327 color RGB value is (248,115,39).

  • red value is 248;
  • green value is 115;
  • blue value is 39.
RGB:
(248,115,39)
(97%,45%,15%)

RGB channels and saturation

R 248 of 255 = 97%
G 115 of 255 = 45%
B 39 of 255 = 15%

248
115
39

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

Portions of RGB colors in percentages

R + G + B =
248 + 115 + 39 = 402 (100%)
R 248 of 402 ~ 61.69%
G 115 of 402 ~ 28.61%
B 39 of 402 ~ 9.7%

%61.69
%28.61
%9.7

CMYK color model

#F87327 color CMYK value is (0,54,84,3).

  • cyan value is 0.00%
  • magenta value is 53.63%
  • yellow value is 84.27%
  • key color value is 2.75%
CMYK:
(0,54,84,3)
C0M54Y84K3 
(0%,54%,84%,3%)
(0.00/0.54/0.84/0.03)	

CMYK percentages

%0
%53.63
%84.27
%2.75

Codes

Color #F87327 in popluar color models

F87327
RGB24811539
HSL22°93.72%56.27%
HSB/HSV22°84.27%97.25%
CMYK0.00%53.63%84.27%
2.75%

Color #F87327 in popluar number systems.

HEXF87327
Decimal24811539
Binary111110001110011100111
Octal37016347

Shades and tints

Shades of #F87327

#F87327
(248,115,39)
#E26924
(226,105,36)
#CC5F21
(204,95,33)
#B6551E
(182,85,30)
#A04B1B
(160,75,27)
#8A4118
(138,65,24)
#743715
(116,55,21)
#5E2D12
(94,45,18)
#48230F
(72,35,15)
#32190C
(50,25,12)
#1C0F09
(28,15,9)
#000000
(0,0,0)

Tints of #F87327

#F87327
(248,115,39)
#F87F3A
(248,127,58)
#F88B4D
(248,139,77)
#F89760
(248,151,96)
#F8A373
(248,163,115)
#F8AF86
(248,175,134)
#F8BB99
(248,187,153)
#F8C7AC
(248,199,172)
#F8D3BF
(248,211,191)
#F8DFD2
(248,223,210)
#F8EBE5
(248,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87327 color. Also use rgb(248,115,39) instead hex code.

Text Font Color

.myTextColor { color: #F87327; }

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

This text font color is #F87327.


Background Color

.myBgColor { background-color: #F87327; }

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

This div background color is #F87327.


Border color

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

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

This div border color is #F87327.


Opacity

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

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

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

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

This text has shadow with #F87327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87327 on black background.


Color preview on white background

This text has color #F87327 on white background.



Black color preview on #F87327 background

This text has black color on #F87327 background.


White color preview on #F87327 background

This text has white color on #F87327 background.