COLOR #F79B71

HEX: #F79B71
RGB: (247,155,113)

Color info

#F79B71 contains mainly red color. Web safe color of #F79B71 is #FF9966 (or #F96).

RGB color model

#F79B71 color RGB value is (247,155,113).

  • red value is 247;
  • green value is 155;
  • blue value is 113.
RGB:
(247,155,113)
(97%,61%,44%)

RGB channels and saturation

R 247 of 255 = 97%
G 155 of 255 = 61%
B 113 of 255 = 44%

247
155
113

R + G + B ~ 67%. #F79B71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 155 + 113 = 515 (100%)
R 247 of 515 ~ 47.96%
G 155 of 515 ~ 30.1%
B 113 of 515 ~ 21.94%

%47.96
%30.1
%21.94

CMYK color model

#F79B71 color CMYK value is (0,37,54,3).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 54.25%
  • key color value is 3.14%
CMYK:
(0,37,54,3)
C0M37Y54K3 
(0%,37%,54%,3%)
(0.00/0.37/0.54/0.03)	

CMYK percentages

%0
%37.25
%54.25
%3.14

Codes

Color #F79B71 in popluar color models

F79B71
RGB247155113
HSL19°89.33%70.59%
HSB/HSV19°54.25%96.86%
CMYK0.00%37.25%54.25%
3.14%

Color #F79B71 in popluar number systems.

HEXF79B71
Decimal247155113
Binary11110111100110111110001
Octal367233161

Shades and tints

Shades of #F79B71

#F79B71
(247,155,113)
#E18D67
(225,141,103)
#CB7F5D
(203,127,93)
#B57153
(181,113,83)
#9F6349
(159,99,73)
#89553F
(137,85,63)
#734735
(115,71,53)
#5D392B
(93,57,43)
#472B21
(71,43,33)
#311D17
(49,29,23)
#1B0F0D
(27,15,13)
#000000
(0,0,0)

Tints of #F79B71

#F79B71
(247,155,113)
#F7A47D
(247,164,125)
#F7AD89
(247,173,137)
#F7B695
(247,182,149)
#F7BFA1
(247,191,161)
#F7C8AD
(247,200,173)
#F7D1B9
(247,209,185)
#F7DAC5
(247,218,197)
#F7E3D1
(247,227,209)
#F7ECDD
(247,236,221)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F79B71 color. Also use rgb(247,155,113) instead hex code.

Text Font Color

.myTextColor { color: #F79B71; }

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

This text font color is #F79B71.


Background Color

.myBgColor { background-color: #F79B71; }

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

This div background color is #F79B71.


Border color

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

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

This div border color is #F79B71.


Opacity

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

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

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

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

This text has shadow with #F79B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79B71 on black background.


Color preview on white background

This text has color #F79B71 on white background.



Black color preview on #F79B71 background

This text has black color on #F79B71 background.


White color preview on #F79B71 background

This text has white color on #F79B71 background.