COLOR #FA9F4C

HEX: #FA9F4C
RGB: (250,159,76)

Color info

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

RGB color model

#FA9F4C color RGB value is (250,159,76).

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

RGB channels and saturation

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

250
159
76

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

Portions of RGB colors in percentages

R + G + B =
250 + 159 + 76 = 485 (100%)
R 250 of 485 ~ 51.55%
G 159 of 485 ~ 32.78%
B 76 of 485 ~ 15.67%

%51.55
%32.78
%15.67

CMYK color model

#FA9F4C color CMYK value is (0,36,70,2).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 69.60%
  • key color value is 1.96%
CMYK:
(0,36,70,2)
C0M36Y70K2 
(0%,36%,70%,2%)
(0.00/0.36/0.70/0.02)	

CMYK percentages

%0
%36.4
%69.6
%1.96

Codes

Color #FA9F4C in popluar color models

FA9F4C
RGB25015976
HSL29°94.57%63.92%
HSB/HSV29°69.60%98.04%
CMYK0.00%36.40%69.60%
1.96%

Color #FA9F4C in popluar number systems.

HEXFA9F4C
Decimal25015976
Binary11111010100111111001100
Octal372237114

Shades and tints

Shades of #FA9F4C

#FA9F4C
(250,159,76)
#E49146
(228,145,70)
#CE8340
(206,131,64)
#B8753A
(184,117,58)
#A26734
(162,103,52)
#8C592E
(140,89,46)
#764B28
(118,75,40)
#603D22
(96,61,34)
#4A2F1C
(74,47,28)
#342116
(52,33,22)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #FA9F4C

#FA9F4C
(250,159,76)
#FAA75C
(250,167,92)
#FAAF6C
(250,175,108)
#FAB77C
(250,183,124)
#FABF8C
(250,191,140)
#FAC79C
(250,199,156)
#FACFAC
(250,207,172)
#FAD7BC
(250,215,188)
#FADFCC
(250,223,204)
#FAE7DC
(250,231,220)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA9F4C; }

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

This text font color is #FA9F4C.


Background Color

.myBgColor { background-color: #FA9F4C; }

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

This div background color is #FA9F4C.


Border color

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

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

This div border color is #FA9F4C.


Opacity

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

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

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

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

This text has shadow with #FA9F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9F4C on black background.


Color preview on white background

This text has color #FA9F4C on white background.



Black color preview on #FA9F4C background

This text has black color on #FA9F4C background.


White color preview on #FA9F4C background

This text has white color on #FA9F4C background.