COLOR #F77C57

HEX: #F77C57
RGB: (247,124,87)

Color info

#F77C57 contains mainly red color. Web safe color of #F77C57 is #FF6666 (or #F66).

RGB color model

#F77C57 color RGB value is (247,124,87).

  • red value is 247;
  • green value is 124;
  • blue value is 87.
RGB:
(247,124,87)
(97%,49%,34%)

RGB channels and saturation

R 247 of 255 = 97%
G 124 of 255 = 49%
B 87 of 255 = 34%

247
124
87

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

Portions of RGB colors in percentages

R + G + B =
247 + 124 + 87 = 458 (100%)
R 247 of 458 ~ 53.93%
G 124 of 458 ~ 27.07%
B 87 of 458 ~ 19%

%53.93
%27.07
%19

CMYK color model

#F77C57 color CMYK value is (0,50,65,3).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 64.78%
  • key color value is 3.14%
CMYK:
(0,50,65,3)
C0M50Y65K3 
(0%,50%,65%,3%)
(0.00/0.50/0.65/0.03)	

CMYK percentages

%0
%49.8
%64.78
%3.14

Codes

Color #F77C57 in popluar color models

F77C57
RGB24712487
HSL14°90.91%65.49%
HSB/HSV14°64.78%96.86%
CMYK0.00%49.80%64.78%
3.14%

Color #F77C57 in popluar number systems.

HEXF77C57
Decimal24712487
Binary1111011111111001010111
Octal367174127

Shades and tints

Shades of #F77C57

#F77C57
(247,124,87)
#E17150
(225,113,80)
#CB6649
(203,102,73)
#B55B42
(181,91,66)
#9F503B
(159,80,59)
#894534
(137,69,52)
#733A2D
(115,58,45)
#5D2F26
(93,47,38)
#47241F
(71,36,31)
#311918
(49,25,24)
#1B0E11
(27,14,17)
#000000
(0,0,0)

Tints of #F77C57

#F77C57
(247,124,87)
#F78766
(247,135,102)
#F79275
(247,146,117)
#F79D84
(247,157,132)
#F7A893
(247,168,147)
#F7B3A2
(247,179,162)
#F7BEB1
(247,190,177)
#F7C9C0
(247,201,192)
#F7D4CF
(247,212,207)
#F7DFDE
(247,223,222)
#F7EAED
(247,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77C57 color. Also use rgb(247,124,87) instead hex code.

Text Font Color

.myTextColor { color: #F77C57; }

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

This text font color is #F77C57.


Background Color

.myBgColor { background-color: #F77C57; }

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

This div background color is #F77C57.


Border color

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

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

This div border color is #F77C57.


Opacity

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

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

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

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

This text has shadow with #F77C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77C57 on black background.


Color preview on white background

This text has color #F77C57 on white background.



Black color preview on #F77C57 background

This text has black color on #F77C57 background.


White color preview on #F77C57 background

This text has white color on #F77C57 background.