COLOR #FA8E61

HEX: #FA8E61
RGB: (250,142,97)

Color info

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

RGB color model

#FA8E61 color RGB value is (250,142,97).

  • red value is 250;
  • green value is 142;
  • blue value is 97.
RGB:
(250,142,97)
(98%,56%,38%)

RGB channels and saturation

R 250 of 255 = 98%
G 142 of 255 = 56%
B 97 of 255 = 38%

250
142
97

R + G + B ~ 64%. #FA8E61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 142 + 97 = 489 (100%)
R 250 of 489 ~ 51.12%
G 142 of 489 ~ 29.04%
B 97 of 489 ~ 19.84%

%51.12
%29.04
%19.84

CMYK color model

#FA8E61 color CMYK value is (0,43,61,2).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 61.20%
  • key color value is 1.96%
CMYK:
(0,43,61,2)
C0M43Y61K2 
(0%,43%,61%,2%)
(0.00/0.43/0.61/0.02)	

CMYK percentages

%0
%43.2
%61.2
%1.96

Codes

Color #FA8E61 in popluar color models

FA8E61
RGB25014297
HSL18°93.87%68.04%
HSB/HSV18°61.20%98.04%
CMYK0.00%43.20%61.20%
1.96%

Color #FA8E61 in popluar number systems.

HEXFA8E61
Decimal25014297
Binary11111010100011101100001
Octal372216141

Shades and tints

Shades of #FA8E61

#FA8E61
(250,142,97)
#E48259
(228,130,89)
#CE7651
(206,118,81)
#B86A49
(184,106,73)
#A25E41
(162,94,65)
#8C5239
(140,82,57)
#764631
(118,70,49)
#603A29
(96,58,41)
#4A2E21
(74,46,33)
#342219
(52,34,25)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #FA8E61

#FA8E61
(250,142,97)
#FA986F
(250,152,111)
#FAA27D
(250,162,125)
#FAAC8B
(250,172,139)
#FAB699
(250,182,153)
#FAC0A7
(250,192,167)
#FACAB5
(250,202,181)
#FAD4C3
(250,212,195)
#FADED1
(250,222,209)
#FAE8DF
(250,232,223)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8E61 color. Also use rgb(250,142,97) instead hex code.

Text Font Color

.myTextColor { color: #FA8E61; }

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

This text font color is #FA8E61.


Background Color

.myBgColor { background-color: #FA8E61; }

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

This div background color is #FA8E61.


Border color

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

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

This div border color is #FA8E61.


Opacity

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

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

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

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

This text has shadow with #FA8E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8E61 on black background.


Color preview on white background

This text has color #FA8E61 on white background.



Black color preview on #FA8E61 background

This text has black color on #FA8E61 background.


White color preview on #FA8E61 background

This text has white color on #FA8E61 background.