COLOR #FA7316

HEX: #FA7316
RGB: (250,115,22)

Color info

#FA7316 contains mainly red color. Web safe color of #FA7316 is #FF6600 (or #F60).

RGB color model

#FA7316 color RGB value is (250,115,22).

  • red value is 250;
  • green value is 115;
  • blue value is 22.
RGB:
(250,115,22)
(98%,45%,9%)

RGB channels and saturation

R 250 of 255 = 98%
G 115 of 255 = 45%
B 22 of 255 = 9%

250
115
22

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

Portions of RGB colors in percentages

R + G + B =
250 + 115 + 22 = 387 (100%)
R 250 of 387 ~ 64.6%
G 115 of 387 ~ 29.72%
B 22 of 387 ~ 5.68%

%64.6
%29.72

CMYK color model

#FA7316 color CMYK value is (0,54,91,2).

  • cyan value is 0.00%
  • magenta value is 54.00%
  • yellow value is 91.20%
  • key color value is 1.96%
CMYK:
(0,54,91,2)
C0M54Y91K2 
(0%,54%,91%,2%)
(0.00/0.54/0.91/0.02)	

CMYK percentages

%0
%54
%91.2
%1.96

Codes

Color #FA7316 in popluar color models

FA7316
RGB25011522
HSL24°95.80%53.33%
HSB/HSV24°91.20%98.04%
CMYK0.00%54.00%91.20%
1.96%

Color #FA7316 in popluar number systems.

HEXFA7316
Decimal25011522
Binary11111010111001110110
Octal37216326

Shades and tints

Shades of #FA7316

#FA7316
(250,115,22)
#E46914
(228,105,20)
#CE5F12
(206,95,18)
#B85510
(184,85,16)
#A24B0E
(162,75,14)
#8C410C
(140,65,12)
#76370A
(118,55,10)
#602D08
(96,45,8)
#4A2306
(74,35,6)
#341904
(52,25,4)
#1E0F02
(30,15,2)
#000000
(0,0,0)

Tints of #FA7316

#FA7316
(250,115,22)
#FA7F2B
(250,127,43)
#FA8B40
(250,139,64)
#FA9755
(250,151,85)
#FAA36A
(250,163,106)
#FAAF7F
(250,175,127)
#FABB94
(250,187,148)
#FAC7A9
(250,199,169)
#FAD3BE
(250,211,190)
#FADFD3
(250,223,211)
#FAEBE8
(250,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7316 color. Also use rgb(250,115,22) instead hex code.

Text Font Color

.myTextColor { color: #FA7316; }

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

This text font color is #FA7316.


Background Color

.myBgColor { background-color: #FA7316; }

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

This div background color is #FA7316.


Border color

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

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

This div border color is #FA7316.


Opacity

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

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

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

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

This text has shadow with #FA7316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7316 on black background.


Color preview on white background

This text has color #FA7316 on white background.



Black color preview on #FA7316 background

This text has black color on #FA7316 background.


White color preview on #FA7316 background

This text has white color on #FA7316 background.