COLOR #FA8228

HEX: #FA8228
RGB: (250,130,40)

Color info

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

RGB color model

#FA8228 color RGB value is (250,130,40).

  • red value is 250;
  • green value is 130;
  • blue value is 40.
RGB:
(250,130,40)
(98%,51%,16%)

RGB channels and saturation

R 250 of 255 = 98%
G 130 of 255 = 51%
B 40 of 255 = 16%

250
130
40

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

Portions of RGB colors in percentages

R + G + B =
250 + 130 + 40 = 420 (100%)
R 250 of 420 ~ 59.52%
G 130 of 420 ~ 30.95%
B 40 of 420 ~ 9.52%

%59.52
%30.95
%9.52

CMYK color model

#FA8228 color CMYK value is (0,48,84,2).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 84.00%
  • key color value is 1.96%
CMYK:
(0,48,84,2)
C0M48Y84K2 
(0%,48%,84%,2%)
(0.00/0.48/0.84/0.02)	

CMYK percentages

%0
%48
%84
%1.96

Codes

Color #FA8228 in popluar color models

FA8228
RGB25013040
HSL26°95.45%56.86%
HSB/HSV26°84.00%98.04%
CMYK0.00%48.00%84.00%
1.96%

Color #FA8228 in popluar number systems.

HEXFA8228
Decimal25013040
Binary1111101010000010101000
Octal37220250

Shades and tints

Shades of #FA8228

#FA8228
(250,130,40)
#E47725
(228,119,37)
#CE6C22
(206,108,34)
#B8611F
(184,97,31)
#A2561C
(162,86,28)
#8C4B19
(140,75,25)
#764016
(118,64,22)
#603513
(96,53,19)
#4A2A10
(74,42,16)
#341F0D
(52,31,13)
#1E140A
(30,20,10)
#000000
(0,0,0)

Tints of #FA8228

#FA8228
(250,130,40)
#FA8D3B
(250,141,59)
#FA984E
(250,152,78)
#FAA361
(250,163,97)
#FAAE74
(250,174,116)
#FAB987
(250,185,135)
#FAC49A
(250,196,154)
#FACFAD
(250,207,173)
#FADAC0
(250,218,192)
#FAE5D3
(250,229,211)
#FAF0E6
(250,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8228 color. Also use rgb(250,130,40) instead hex code.

Text Font Color

.myTextColor { color: #FA8228; }

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

This text font color is #FA8228.


Background Color

.myBgColor { background-color: #FA8228; }

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

This div background color is #FA8228.


Border color

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

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

This div border color is #FA8228.


Opacity

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

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

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

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

This text has shadow with #FA8228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8228 on black background.


Color preview on white background

This text has color #FA8228 on white background.



Black color preview on #FA8228 background

This text has black color on #FA8228 background.


White color preview on #FA8228 background

This text has white color on #FA8228 background.