COLOR #FA8777

HEX: #FA8777
RGB: (250,135,119)

Color info

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

RGB color model

#FA8777 color RGB value is (250,135,119).

  • red value is 250;
  • green value is 135;
  • blue value is 119.
RGB:
(250,135,119)
(98%,53%,47%)

RGB channels and saturation

R 250 of 255 = 98%
G 135 of 255 = 53%
B 119 of 255 = 47%

250
135
119

R + G + B ~ 66%. #FA8777 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 135 + 119 = 504 (100%)
R 250 of 504 ~ 49.6%
G 135 of 504 ~ 26.79%
B 119 of 504 ~ 23.61%

%49.6
%26.79
%23.61

CMYK color model

#FA8777 color CMYK value is (0,46,52,2).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 52.40%
  • key color value is 1.96%
CMYK:
(0,46,52,2)
C0M46Y52K2 
(0%,46%,52%,2%)
(0.00/0.46/0.52/0.02)	

CMYK percentages

%0
%46
%52.4
%1.96

Codes

Color #FA8777 in popluar color models

FA8777
RGB250135119
HSL92.91%72.35%
HSB/HSV52.40%98.04%
CMYK0.00%46.00%52.40%
1.96%

Color #FA8777 in popluar number systems.

HEXFA8777
Decimal250135119
Binary11111010100001111110111
Octal372207167

Shades and tints

Shades of #FA8777

#FA8777
(250,135,119)
#E47B6D
(228,123,109)
#CE6F63
(206,111,99)
#B86359
(184,99,89)
#A2574F
(162,87,79)
#8C4B45
(140,75,69)
#763F3B
(118,63,59)
#603331
(96,51,49)
#4A2727
(74,39,39)
#341B1D
(52,27,29)
#1E0F13
(30,15,19)
#000000
(0,0,0)

Tints of #FA8777

#FA8777
(250,135,119)
#FA9183
(250,145,131)
#FA9B8F
(250,155,143)
#FAA59B
(250,165,155)
#FAAFA7
(250,175,167)
#FAB9B3
(250,185,179)
#FAC3BF
(250,195,191)
#FACDCB
(250,205,203)
#FAD7D7
(250,215,215)
#FAE1E3
(250,225,227)
#FAEBEF
(250,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8777 color. Also use rgb(250,135,119) instead hex code.

Text Font Color

.myTextColor { color: #FA8777; }

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

This text font color is #FA8777.


Background Color

.myBgColor { background-color: #FA8777; }

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

This div background color is #FA8777.


Border color

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

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

This div border color is #FA8777.


Opacity

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

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

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

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

This text has shadow with #FA8777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8777 on black background.


Color preview on white background

This text has color #FA8777 on white background.



Black color preview on #FA8777 background

This text has black color on #FA8777 background.


White color preview on #FA8777 background

This text has white color on #FA8777 background.