COLOR #FA984E

HEX: #FA984E
RGB: (250,152,78)

Color info

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

RGB color model

#FA984E color RGB value is (250,152,78).

  • red value is 250;
  • green value is 152;
  • blue value is 78.
RGB:
(250,152,78)
(98%,60%,31%)

RGB channels and saturation

R 250 of 255 = 98%
G 152 of 255 = 60%
B 78 of 255 = 31%

250
152
78

R + G + B ~ 63%. #FA984E is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 152 + 78 = 480 (100%)
R 250 of 480 ~ 52.08%
G 152 of 480 ~ 31.67%
B 78 of 480 ~ 16.25%

%52.08
%31.67
%16.25

CMYK color model

#FA984E color CMYK value is (0,39,69,2).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 68.80%
  • key color value is 1.96%
CMYK:
(0,39,69,2)
C0M39Y69K2 
(0%,39%,69%,2%)
(0.00/0.39/0.69/0.02)	

CMYK percentages

%0
%39.2
%68.8
%1.96

Codes

Color #FA984E in popluar color models

FA984E
RGB25015278
HSL26°94.51%64.31%
HSB/HSV26°68.80%98.04%
CMYK0.00%39.20%68.80%
1.96%

Color #FA984E in popluar number systems.

HEXFA984E
Decimal25015278
Binary11111010100110001001110
Octal372230116

Shades and tints

Shades of #FA984E

#FA984E
(250,152,78)
#E48B47
(228,139,71)
#CE7E40
(206,126,64)
#B87139
(184,113,57)
#A26432
(162,100,50)
#8C572B
(140,87,43)
#764A24
(118,74,36)
#603D1D
(96,61,29)
#4A3016
(74,48,22)
#34230F
(52,35,15)
#1E1608
(30,22,8)
#000000
(0,0,0)

Tints of #FA984E

#FA984E
(250,152,78)
#FAA15E
(250,161,94)
#FAAA6E
(250,170,110)
#FAB37E
(250,179,126)
#FABC8E
(250,188,142)
#FAC59E
(250,197,158)
#FACEAE
(250,206,174)
#FAD7BE
(250,215,190)
#FAE0CE
(250,224,206)
#FAE9DE
(250,233,222)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA984E color. Also use rgb(250,152,78) instead hex code.

Text Font Color

.myTextColor { color: #FA984E; }

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

This text font color is #FA984E.


Background Color

.myBgColor { background-color: #FA984E; }

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

This div background color is #FA984E.


Border color

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

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

This div border color is #FA984E.


Opacity

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

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

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

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

This text has shadow with #FA984E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA984E on black background.


Color preview on white background

This text has color #FA984E on white background.



Black color preview on #FA984E background

This text has black color on #FA984E background.


White color preview on #FA984E background

This text has white color on #FA984E background.