COLOR #FA9F4D

HEX: #FA9F4D
RGB: (250,159,77)

Color info

#FA9F4D contains mainly red color. Web safe color of #FA9F4D is #FF9933 (or #F93).

RGB color model

#FA9F4D color RGB value is (250,159,77).

  • red value is 250;
  • green value is 159;
  • blue value is 77.
RGB:
(250,159,77)
(98%,62%,30%)

RGB channels and saturation

R 250 of 255 = 98%
G 159 of 255 = 62%
B 77 of 255 = 30%

250
159
77

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

Portions of RGB colors in percentages

R + G + B =
250 + 159 + 77 = 486 (100%)
R 250 of 486 ~ 51.44%
G 159 of 486 ~ 32.72%
B 77 of 486 ~ 15.84%

%51.44
%32.72
%15.84

CMYK color model

#FA9F4D color CMYK value is (0,36,69,2).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 69.20%
  • key color value is 1.96%
CMYK:
(0,36,69,2)
C0M36Y69K2 
(0%,36%,69%,2%)
(0.00/0.36/0.69/0.02)	

CMYK percentages

%0
%36.4
%69.2
%1.96

Codes

Color #FA9F4D in popluar color models

FA9F4D
RGB25015977
HSL28°94.54%64.12%
HSB/HSV28°69.20%98.04%
CMYK0.00%36.40%69.20%
1.96%

Color #FA9F4D in popluar number systems.

HEXFA9F4D
Decimal25015977
Binary11111010100111111001101
Octal372237115

Shades and tints

Shades of #FA9F4D

#FA9F4D
(250,159,77)
#E49146
(228,145,70)
#CE833F
(206,131,63)
#B87538
(184,117,56)
#A26731
(162,103,49)
#8C592A
(140,89,42)
#764B23
(118,75,35)
#603D1C
(96,61,28)
#4A2F15
(74,47,21)
#34210E
(52,33,14)
#1E1307
(30,19,7)
#000000
(0,0,0)

Tints of #FA9F4D

#FA9F4D
(250,159,77)
#FAA75D
(250,167,93)
#FAAF6D
(250,175,109)
#FAB77D
(250,183,125)
#FABF8D
(250,191,141)
#FAC79D
(250,199,157)
#FACFAD
(250,207,173)
#FAD7BD
(250,215,189)
#FADFCD
(250,223,205)
#FAE7DD
(250,231,221)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9F4D color. Also use rgb(250,159,77) instead hex code.

Text Font Color

.myTextColor { color: #FA9F4D; }

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

This text font color is #FA9F4D.


Background Color

.myBgColor { background-color: #FA9F4D; }

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

This div background color is #FA9F4D.


Border color

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

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

This div border color is #FA9F4D.


Opacity

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

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

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

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

This text has shadow with #FA9F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9F4D on black background.


Color preview on white background

This text has color #FA9F4D on white background.



Black color preview on #FA9F4D background

This text has black color on #FA9F4D background.


White color preview on #FA9F4D background

This text has white color on #FA9F4D background.