COLOR #F77D60

HEX: #F77D60
RGB: (247,125,96)

Color info

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

RGB color model

#F77D60 color RGB value is (247,125,96).

  • red value is 247;
  • green value is 125;
  • blue value is 96.
RGB:
(247,125,96)
(97%,49%,38%)

RGB channels and saturation

R 247 of 255 = 97%
G 125 of 255 = 49%
B 96 of 255 = 38%

247
125
96

R + G + B ~ 61%. #F77D60 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 125 + 96 = 468 (100%)
R 247 of 468 ~ 52.78%
G 125 of 468 ~ 26.71%
B 96 of 468 ~ 20.51%

%52.78
%26.71
%20.51

CMYK color model

#F77D60 color CMYK value is (0,49,61,3).

  • cyan value is 0.00%
  • magenta value is 49.39%
  • yellow value is 61.13%
  • key color value is 3.14%
CMYK:
(0,49,61,3)
C0M49Y61K3 
(0%,49%,61%,3%)
(0.00/0.49/0.61/0.03)	

CMYK percentages

%0
%49.39
%61.13
%3.14

Codes

Color #F77D60 in popluar color models

F77D60
RGB24712596
HSL12°90.42%67.25%
HSB/HSV12°61.13%96.86%
CMYK0.00%49.39%61.13%
3.14%

Color #F77D60 in popluar number systems.

HEXF77D60
Decimal24712596
Binary1111011111111011100000
Octal367175140

Shades and tints

Shades of #F77D60

#F77D60
(247,125,96)
#E17258
(225,114,88)
#CB6750
(203,103,80)
#B55C48
(181,92,72)
#9F5140
(159,81,64)
#894638
(137,70,56)
#733B30
(115,59,48)
#5D3028
(93,48,40)
#472520
(71,37,32)
#311A18
(49,26,24)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #F77D60

#F77D60
(247,125,96)
#F7886E
(247,136,110)
#F7937C
(247,147,124)
#F79E8A
(247,158,138)
#F7A998
(247,169,152)
#F7B4A6
(247,180,166)
#F7BFB4
(247,191,180)
#F7CAC2
(247,202,194)
#F7D5D0
(247,213,208)
#F7E0DE
(247,224,222)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77D60 color. Also use rgb(247,125,96) instead hex code.

Text Font Color

.myTextColor { color: #F77D60; }

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

This text font color is #F77D60.


Background Color

.myBgColor { background-color: #F77D60; }

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

This div background color is #F77D60.


Border color

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

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

This div border color is #F77D60.


Opacity

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

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

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

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

This text has shadow with #F77D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77D60 on black background.


Color preview on white background

This text has color #F77D60 on white background.



Black color preview on #F77D60 background

This text has black color on #F77D60 background.


White color preview on #F77D60 background

This text has white color on #F77D60 background.