COLOR #F75947

HEX: #F75947
RGB: (247,89,71)

Color info

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

RGB color model

#F75947 color RGB value is (247,89,71).

  • red value is 247;
  • green value is 89;
  • blue value is 71.
RGB:
(247,89,71)
(97%,35%,28%)

RGB channels and saturation

R 247 of 255 = 97%
G 89 of 255 = 35%
B 71 of 255 = 28%

247
89
71

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

Portions of RGB colors in percentages

R + G + B =
247 + 89 + 71 = 407 (100%)
R 247 of 407 ~ 60.69%
G 89 of 407 ~ 21.87%
B 71 of 407 ~ 17.44%

%60.69
%21.87
%17.44

CMYK color model

#F75947 color CMYK value is (0,64,71,3).

  • cyan value is 0.00%
  • magenta value is 63.97%
  • yellow value is 71.26%
  • key color value is 3.14%
CMYK:
(0,64,71,3)
C0M64Y71K3 
(0%,64%,71%,3%)
(0.00/0.64/0.71/0.03)	

CMYK percentages

%0
%63.97
%71.26
%3.14

Codes

Color #F75947 in popluar color models

F75947
RGB2478971
HSL91.67%62.35%
HSB/HSV71.26%96.86%
CMYK0.00%63.97%71.26%
3.14%

Color #F75947 in popluar number systems.

HEXF75947
Decimal2478971
Binary1111011110110011000111
Octal367131107

Shades and tints

Shades of #F75947

#F75947
(247,89,71)
#E15141
(225,81,65)
#CB493B
(203,73,59)
#B54135
(181,65,53)
#9F392F
(159,57,47)
#893129
(137,49,41)
#732923
(115,41,35)
#5D211D
(93,33,29)
#471917
(71,25,23)
#311111
(49,17,17)
#1B090B
(27,9,11)
#000000
(0,0,0)

Tints of #F75947

#F75947
(247,89,71)
#F76857
(247,104,87)
#F77767
(247,119,103)
#F78677
(247,134,119)
#F79587
(247,149,135)
#F7A497
(247,164,151)
#F7B3A7
(247,179,167)
#F7C2B7
(247,194,183)
#F7D1C7
(247,209,199)
#F7E0D7
(247,224,215)
#F7EFE7
(247,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75947 color. Also use rgb(247,89,71) instead hex code.

Text Font Color

.myTextColor { color: #F75947; }

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

This text font color is #F75947.


Background Color

.myBgColor { background-color: #F75947; }

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

This div background color is #F75947.


Border color

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

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

This div border color is #F75947.


Opacity

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

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

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

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

This text has shadow with #F75947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75947 on black background.


Color preview on white background

This text has color #F75947 on white background.



Black color preview on #F75947 background

This text has black color on #F75947 background.


White color preview on #F75947 background

This text has white color on #F75947 background.