COLOR #FA5400

HEX: #FA5400
RGB: (250,84,0)

Color info

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

RGB color model

#FA5400 color RGB value is (250,84,0).

  • red value is 250;
  • green value is 84;
  • blue value is 0.
RGB:
(250,84,0)
(98%,33%,0%)

RGB channels and saturation

R 250 of 255 = 98%
G 84 of 255 = 33%
B 0 of 255 = 0%

250
84
0

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

Portions of RGB colors in percentages

R + G + B =
250 + 84 + 0 = 334 (100%)
R 250 of 334 ~ 74.85%
G 84 of 334 ~ 25.15%
B 0 of 334 ~ 0%

%74.85
%25.15

CMYK color model

#FA5400 color CMYK value is (0,66,100,2).

  • cyan value is 0.00%
  • magenta value is 66.40%
  • yellow value is 100.00%
  • key color value is 1.96%
CMYK:
(0,66,100,2)
C0M66Y100K2 
(0%,66%,100%,2%)
(0.00/0.66/1.00/0.02)	

CMYK percentages

%0
%66.4
%100
%1.96

Codes

Color #FA5400 in popluar color models

FA5400
RGB250840
HSL20°100.00%49.02%
HSB/HSV20°100.00%98.04%
CMYK0.00%66.40%100.00%
1.96%

Color #FA5400 in popluar number systems.

HEXFA5400
Decimal250840
Binary1111101010101000
Octal3721240

Shades and tints

Shades of #FA5400

#FA5400
(250,84,0)
#E44D00
(228,77,0)
#CE4600
(206,70,0)
#B83F00
(184,63,0)
#A23800
(162,56,0)
#8C3100
(140,49,0)
#762A00
(118,42,0)
#602300
(96,35,0)
#4A1C00
(74,28,0)
#341500
(52,21,0)
#1E0E00
(30,14,0)
#000000
(0,0,0)

Tints of #FA5400

#FA5400
(250,84,0)
#FA6317
(250,99,23)
#FA722E
(250,114,46)
#FA8145
(250,129,69)
#FA905C
(250,144,92)
#FA9F73
(250,159,115)
#FAAE8A
(250,174,138)
#FABDA1
(250,189,161)
#FACCB8
(250,204,184)
#FADBCF
(250,219,207)
#FAEAE6
(250,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA5400 color. Also use rgb(250,84,0) instead hex code.

Text Font Color

.myTextColor { color: #FA5400; }

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

This text font color is #FA5400.


Background Color

.myBgColor { background-color: #FA5400; }

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

This div background color is #FA5400.


Border color

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

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

This div border color is #FA5400.


Opacity

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

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

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

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

This text has shadow with #FA5400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA5400 on black background.


Color preview on white background

This text has color #FA5400 on white background.



Black color preview on #FA5400 background

This text has black color on #FA5400 background.


White color preview on #FA5400 background

This text has white color on #FA5400 background.