COLOR #F17527

HEX: #F17527
RGB: (241,117,39)

Color info

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

RGB color model

#F17527 color RGB value is (241,117,39).

  • red value is 241;
  • green value is 117;
  • blue value is 39.
RGB:
(241,117,39)
(95%,46%,15%)

RGB channels and saturation

R 241 of 255 = 95%
G 117 of 255 = 46%
B 39 of 255 = 15%

241
117
39

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

Portions of RGB colors in percentages

R + G + B =
241 + 117 + 39 = 397 (100%)
R 241 of 397 ~ 60.71%
G 117 of 397 ~ 29.47%
B 39 of 397 ~ 9.82%

%60.71
%29.47
%9.82

CMYK color model

#F17527 color CMYK value is (0,51,84,5).

  • cyan value is 0.00%
  • magenta value is 51.45%
  • yellow value is 83.82%
  • key color value is 5.49%
CMYK:
(0,51,84,5)
C0M51Y84K5 
(0%,51%,84%,5%)
(0.00/0.51/0.84/0.05)	

CMYK percentages

%0
%51.45
%83.82
%5.49

Codes

Color #F17527 in popluar color models

F17527
RGB24111739
HSL23°87.83%54.90%
HSB/HSV23°83.82%94.51%
CMYK0.00%51.45%83.82%
5.49%

Color #F17527 in popluar number systems.

HEXF17527
Decimal24111739
Binary111100011110101100111
Octal36116547

Shades and tints

Shades of #F17527

#F17527
(241,117,39)
#DC6B24
(220,107,36)
#C76121
(199,97,33)
#B2571E
(178,87,30)
#9D4D1B
(157,77,27)
#884318
(136,67,24)
#733915
(115,57,21)
#5E2F12
(94,47,18)
#49250F
(73,37,15)
#341B0C
(52,27,12)
#1F1109
(31,17,9)
#000000
(0,0,0)

Tints of #F17527

#F17527
(241,117,39)
#F2813A
(242,129,58)
#F38D4D
(243,141,77)
#F49960
(244,153,96)
#F5A573
(245,165,115)
#F6B186
(246,177,134)
#F7BD99
(247,189,153)
#F8C9AC
(248,201,172)
#F9D5BF
(249,213,191)
#FAE1D2
(250,225,210)
#FBEDE5
(251,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17527 color. Also use rgb(241,117,39) instead hex code.

Text Font Color

.myTextColor { color: #F17527; }

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

This text font color is #F17527.


Background Color

.myBgColor { background-color: #F17527; }

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

This div background color is #F17527.


Border color

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

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

This div border color is #F17527.


Opacity

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

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

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

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

This text has shadow with #F17527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17527 on black background.


Color preview on white background

This text has color #F17527 on white background.



Black color preview on #F17527 background

This text has black color on #F17527 background.


White color preview on #F17527 background

This text has white color on #F17527 background.