COLOR #FA6357

HEX: #FA6357
RGB: (250,99,87)

Color info

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

RGB color model

#FA6357 color RGB value is (250,99,87).

  • red value is 250;
  • green value is 99;
  • blue value is 87.
RGB:
(250,99,87)
(98%,39%,34%)

RGB channels and saturation

R 250 of 255 = 98%
G 99 of 255 = 39%
B 87 of 255 = 34%

250
99
87

R + G + B ~ 57%. #FA6357 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
250 + 99 + 87 = 436 (100%)
R 250 of 436 ~ 57.34%
G 99 of 436 ~ 22.71%
B 87 of 436 ~ 19.95%

%57.34
%22.71
%19.95

CMYK color model

#FA6357 color CMYK value is (0,60,65,2).

  • cyan value is 0.00%
  • magenta value is 60.40%
  • yellow value is 65.20%
  • key color value is 1.96%
CMYK:
(0,60,65,2)
C0M60Y65K2 
(0%,60%,65%,2%)
(0.00/0.60/0.65/0.02)	

CMYK percentages

%0
%60.4
%65.2
%1.96

Codes

Color #FA6357 in popluar color models

FA6357
RGB2509987
HSL94.22%66.08%
HSB/HSV65.20%98.04%
CMYK0.00%60.40%65.20%
1.96%

Color #FA6357 in popluar number systems.

HEXFA6357
Decimal2509987
Binary1111101011000111010111
Octal372143127

Shades and tints

Shades of #FA6357

#FA6357
(250,99,87)
#E45A50
(228,90,80)
#CE5149
(206,81,73)
#B84842
(184,72,66)
#A23F3B
(162,63,59)
#8C3634
(140,54,52)
#762D2D
(118,45,45)
#602426
(96,36,38)
#4A1B1F
(74,27,31)
#341218
(52,18,24)
#1E0911
(30,9,17)
#000000
(0,0,0)

Tints of #FA6357

#FA6357
(250,99,87)
#FA7166
(250,113,102)
#FA7F75
(250,127,117)
#FA8D84
(250,141,132)
#FA9B93
(250,155,147)
#FAA9A2
(250,169,162)
#FAB7B1
(250,183,177)
#FAC5C0
(250,197,192)
#FAD3CF
(250,211,207)
#FAE1DE
(250,225,222)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA6357 color. Also use rgb(250,99,87) instead hex code.

Text Font Color

.myTextColor { color: #FA6357; }

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

This text font color is #FA6357.


Background Color

.myBgColor { background-color: #FA6357; }

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

This div background color is #FA6357.


Border color

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

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

This div border color is #FA6357.


Opacity

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

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

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

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

This text has shadow with #FA6357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA6357 on black background.


Color preview on white background

This text has color #FA6357 on white background.



Black color preview on #FA6357 background

This text has black color on #FA6357 background.


White color preview on #FA6357 background

This text has white color on #FA6357 background.