COLOR #F09977

HEX: #F09977
RGB: (240,153,119)

Color info

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

RGB color model

#F09977 color RGB value is (240,153,119).

  • red value is 240;
  • green value is 153;
  • blue value is 119.
RGB:
(240,153,119)
(94%,60%,47%)

RGB channels and saturation

R 240 of 255 = 94%
G 153 of 255 = 60%
B 119 of 255 = 47%

240
153
119

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

Portions of RGB colors in percentages

R + G + B =
240 + 153 + 119 = 512 (100%)
R 240 of 512 ~ 46.88%
G 153 of 512 ~ 29.88%
B 119 of 512 ~ 23.24%

%46.88
%29.88
%23.24

CMYK color model

#F09977 color CMYK value is (0,36,50,6).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 50.42%
  • key color value is 5.88%
CMYK:
(0,36,50,6)
C0M36Y50K6 
(0%,36%,50%,6%)
(0.00/0.36/0.50/0.06)	

CMYK percentages

%0
%36.25
%50.42
%5.88

Codes

Color #F09977 in popluar color models

F09977
RGB240153119
HSL17°80.13%70.39%
HSB/HSV17°50.42%94.12%
CMYK0.00%36.25%50.42%
5.88%

Color #F09977 in popluar number systems.

HEXF09977
Decimal240153119
Binary11110000100110011110111
Octal360231167

Shades and tints

Shades of #F09977

#F09977
(240,153,119)
#DB8C6D
(219,140,109)
#C67F63
(198,127,99)
#B17259
(177,114,89)
#9C654F
(156,101,79)
#875845
(135,88,69)
#724B3B
(114,75,59)
#5D3E31
(93,62,49)
#483127
(72,49,39)
#33241D
(51,36,29)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #F09977

#F09977
(240,153,119)
#F1A283
(241,162,131)
#F2AB8F
(242,171,143)
#F3B49B
(243,180,155)
#F4BDA7
(244,189,167)
#F5C6B3
(245,198,179)
#F6CFBF
(246,207,191)
#F7D8CB
(247,216,203)
#F8E1D7
(248,225,215)
#F9EAE3
(249,234,227)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09977 color. Also use rgb(240,153,119) instead hex code.

Text Font Color

.myTextColor { color: #F09977; }

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

This text font color is #F09977.


Background Color

.myBgColor { background-color: #F09977; }

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

This div background color is #F09977.


Border color

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

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

This div border color is #F09977.


Opacity

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

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

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

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

This text has shadow with #F09977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09977 on black background.


Color preview on white background

This text has color #F09977 on white background.



Black color preview on #F09977 background

This text has black color on #F09977 background.


White color preview on #F09977 background

This text has white color on #F09977 background.