COLOR #F09B73

HEX: #F09B73
RGB: (240,155,115)

Color info

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

RGB color model

#F09B73 color RGB value is (240,155,115).

  • red value is 240;
  • green value is 155;
  • blue value is 115.
RGB:
(240,155,115)
(94%,61%,45%)

RGB channels and saturation

R 240 of 255 = 94%
G 155 of 255 = 61%
B 115 of 255 = 45%

240
155
115

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

Portions of RGB colors in percentages

R + G + B =
240 + 155 + 115 = 510 (100%)
R 240 of 510 ~ 47.06%
G 155 of 510 ~ 30.39%
B 115 of 510 ~ 22.55%

%47.06
%30.39
%22.55

CMYK color model

#F09B73 color CMYK value is (0,35,52,6).

  • cyan value is 0.00%
  • magenta value is 35.42%
  • yellow value is 52.08%
  • key color value is 5.88%
CMYK:
(0,35,52,6)
C0M35Y52K6 
(0%,35%,52%,6%)
(0.00/0.35/0.52/0.06)	

CMYK percentages

%0
%35.42
%52.08
%5.88

Codes

Color #F09B73 in popluar color models

F09B73
RGB240155115
HSL19°80.65%69.61%
HSB/HSV19°52.08%94.12%
CMYK0.00%35.42%52.08%
5.88%

Color #F09B73 in popluar number systems.

HEXF09B73
Decimal240155115
Binary11110000100110111110011
Octal360233163

Shades and tints

Shades of #F09B73

#F09B73
(240,155,115)
#DB8D69
(219,141,105)
#C67F5F
(198,127,95)
#B17155
(177,113,85)
#9C634B
(156,99,75)
#875541
(135,85,65)
#724737
(114,71,55)
#5D392D
(93,57,45)
#482B23
(72,43,35)
#331D19
(51,29,25)
#1E0F0F
(30,15,15)
#000000
(0,0,0)

Tints of #F09B73

#F09B73
(240,155,115)
#F1A47F
(241,164,127)
#F2AD8B
(242,173,139)
#F3B697
(243,182,151)
#F4BFA3
(244,191,163)
#F5C8AF
(245,200,175)
#F6D1BB
(246,209,187)
#F7DAC7
(247,218,199)
#F8E3D3
(248,227,211)
#F9ECDF
(249,236,223)
#FAF5EB
(250,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09B73 color. Also use rgb(240,155,115) instead hex code.

Text Font Color

.myTextColor { color: #F09B73; }

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

This text font color is #F09B73.


Background Color

.myBgColor { background-color: #F09B73; }

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

This div background color is #F09B73.


Border color

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

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

This div border color is #F09B73.


Opacity

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

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

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

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

This text has shadow with #F09B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09B73 on black background.


Color preview on white background

This text has color #F09B73 on white background.



Black color preview on #F09B73 background

This text has black color on #F09B73 background.


White color preview on #F09B73 background

This text has white color on #F09B73 background.