COLOR #FA7865

HEX: #FA7865
RGB: (250,120,101)

Color info

#FA7865 contains mainly red color. Web safe color of #FA7865 is #FF6666 (or #F66).

RGB color model

#FA7865 color RGB value is (250,120,101).

  • red value is 250;
  • green value is 120;
  • blue value is 101.
RGB:
(250,120,101)
(98%,47%,40%)

RGB channels and saturation

R 250 of 255 = 98%
G 120 of 255 = 47%
B 101 of 255 = 40%

250
120
101

R + G + B ~ 62%. #FA7865 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 120 + 101 = 471 (100%)
R 250 of 471 ~ 53.08%
G 120 of 471 ~ 25.48%
B 101 of 471 ~ 21.44%

%53.08
%25.48
%21.44

CMYK color model

#FA7865 color CMYK value is (0,52,60,2).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 59.60%
  • key color value is 1.96%
CMYK:
(0,52,60,2)
C0M52Y60K2 
(0%,52%,60%,2%)
(0.00/0.52/0.60/0.02)	

CMYK percentages

%0
%52
%59.6
%1.96

Codes

Color #FA7865 in popluar color models

FA7865
RGB250120101
HSL93.71%68.82%
HSB/HSV59.60%98.04%
CMYK0.00%52.00%59.60%
1.96%

Color #FA7865 in popluar number systems.

HEXFA7865
Decimal250120101
Binary1111101011110001100101
Octal372170145

Shades and tints

Shades of #FA7865

#FA7865
(250,120,101)
#E46E5C
(228,110,92)
#CE6453
(206,100,83)
#B85A4A
(184,90,74)
#A25041
(162,80,65)
#8C4638
(140,70,56)
#763C2F
(118,60,47)
#603226
(96,50,38)
#4A281D
(74,40,29)
#341E14
(52,30,20)
#1E140B
(30,20,11)
#000000
(0,0,0)

Tints of #FA7865

#FA7865
(250,120,101)
#FA8473
(250,132,115)
#FA9081
(250,144,129)
#FA9C8F
(250,156,143)
#FAA89D
(250,168,157)
#FAB4AB
(250,180,171)
#FAC0B9
(250,192,185)
#FACCC7
(250,204,199)
#FAD8D5
(250,216,213)
#FAE4E3
(250,228,227)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7865 color. Also use rgb(250,120,101) instead hex code.

Text Font Color

.myTextColor { color: #FA7865; }

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

This text font color is #FA7865.


Background Color

.myBgColor { background-color: #FA7865; }

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

This div background color is #FA7865.


Border color

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

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

This div border color is #FA7865.


Opacity

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

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

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

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

This text has shadow with #FA7865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7865 on black background.


Color preview on white background

This text has color #FA7865 on white background.



Black color preview on #FA7865 background

This text has black color on #FA7865 background.


White color preview on #FA7865 background

This text has white color on #FA7865 background.