COLOR #F99773

HEX: #F99773
RGB: (249,151,115)

Color info

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

RGB color model

#F99773 color RGB value is (249,151,115).

  • red value is 249;
  • green value is 151;
  • blue value is 115.
RGB:
(249,151,115)
(98%,59%,45%)

RGB channels and saturation

R 249 of 255 = 98%
G 151 of 255 = 59%
B 115 of 255 = 45%

249
151
115

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

Portions of RGB colors in percentages

R + G + B =
249 + 151 + 115 = 515 (100%)
R 249 of 515 ~ 48.35%
G 151 of 515 ~ 29.32%
B 115 of 515 ~ 22.33%

%48.35
%29.32
%22.33

CMYK color model

#F99773 color CMYK value is (0,39,54,2).

  • cyan value is 0.00%
  • magenta value is 39.36%
  • yellow value is 53.82%
  • key color value is 2.35%
CMYK:
(0,39,54,2)
C0M39Y54K2 
(0%,39%,54%,2%)
(0.00/0.39/0.54/0.02)	

CMYK percentages

%0
%39.36
%53.82
%2.35

Codes

Color #F99773 in popluar color models

F99773
RGB249151115
HSL16°91.78%71.37%
HSB/HSV16°53.82%97.65%
CMYK0.00%39.36%53.82%
2.35%

Color #F99773 in popluar number systems.

HEXF99773
Decimal249151115
Binary11111001100101111110011
Octal371227163

Shades and tints

Shades of #F99773

#F99773
(249,151,115)
#E38A69
(227,138,105)
#CD7D5F
(205,125,95)
#B77055
(183,112,85)
#A1634B
(161,99,75)
#8B5641
(139,86,65)
#754937
(117,73,55)
#5F3C2D
(95,60,45)
#492F23
(73,47,35)
#332219
(51,34,25)
#1D150F
(29,21,15)
#000000
(0,0,0)

Tints of #F99773

#F99773
(249,151,115)
#F9A07F
(249,160,127)
#F9A98B
(249,169,139)
#F9B297
(249,178,151)
#F9BBA3
(249,187,163)
#F9C4AF
(249,196,175)
#F9CDBB
(249,205,187)
#F9D6C7
(249,214,199)
#F9DFD3
(249,223,211)
#F9E8DF
(249,232,223)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99773 color. Also use rgb(249,151,115) instead hex code.

Text Font Color

.myTextColor { color: #F99773; }

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

This text font color is #F99773.


Background Color

.myBgColor { background-color: #F99773; }

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

This div background color is #F99773.


Border color

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

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

This div border color is #F99773.


Opacity

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

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

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

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

This text has shadow with #F99773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99773 on black background.


Color preview on white background

This text has color #F99773 on white background.



Black color preview on #F99773 background

This text has black color on #F99773 background.


White color preview on #F99773 background

This text has white color on #F99773 background.