COLOR #FA8111

HEX: #FA8111 RGB: (250,129,17)

Color info

#FA8111 contains mainly red color. Web safe color of #FA8111 is #FF9900 (or #F90).

RGB color model

#FA8111 color RGB value is (250,129,17).

RGB: (250,129,17) (98%, 51%, 7%)

RGB channels and saturation

R 250 of 255 = 98%
G 129 of 255 = 51%
B 17 of 255 = 7%

250
129
17

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

Portions of RGB colors in percentages

R + G + B = 250 + 129 + 17 = 396 (100%)
R 250 of 396 ~ 63.13%
G 129 of 396 ~ 32.58%
B 17 of 396 ~ 4.29'%

%63.13
%32.58

CMYK color model

#FA8111 color CMYK value is (0,48,93,2).

  • cyan value is 0.00%
  • magenta value is 48.40%
  • yellow value is 93.20%
  • key color value is 1.96%

CMYK: (0,48,93,2)
C0M48Y93K2 (0%, 48%, 93%, 2%)
(0.00 / 0.48 / 0.93 / 0.02)

CMYK percentages

%0
%48.4
%93.2
%1.96

Codes

Color #FA8111 in popluar color models

FA 81 11
RGB 250 129 17
HSL 29° 95.88% 52.35%
HSB/HSV 29° 93.20% 98.04%
CMYK 0.00% 48.40% 93.20%
1.96%

Color #FA8111 in popluar number systems.

HEX FA 81 11
Decimal 250 129 17
Binary 11111010 10000001 10001
Octal 372 201 21

Shades and tints

Shades of #FA8111

#FA8111
(250,129,17)
#E47610
(228,118,16)
#CE6B0F
(206,107,15)
#B8600E
(184,96,14)
#A2550D
(162,85,13)
#8C4A0C
(140,74,12)
#763F0B
(118,63,11)
#60340A
(96,52,10)
#4A2909
(74,41,9)
#341E08
(52,30,8)
#1E1307
(30,19,7)
#000000
(0,0,0)

Tints of #FA8111

#FA8111
(250,129,17)
#FA8C26
(250,140,38)
#FA973B
(250,151,59)
#FAA250
(250,162,80)
#FAAD65
(250,173,101)
#FAB87A
(250,184,122)
#FAC38F
(250,195,143)
#FACEA4
(250,206,164)
#FAD9B9
(250,217,185)
#FAE4CE
(250,228,206)
#FAEFE3
(250,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8111 color. Also use rgb(250,129,17) instead hex code.

Text Font Color

.myTextColor { color: #FA8111; }

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

This text font color is #FA8111.

Background Color

.myBgColor { background-color: #FA8111; }

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

This div background color is #FA8111.

Border color

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

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

This div border color is #FA8111.

Opacity

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

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

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

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

This text has shadow with #FA8111 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA8111.

Preview

Color preview on black background

This text has color #FA8111 on black background.


Color preview on white background

This text has color #FA8111 on white background.


Black color preview on #FA8111 background

This text has black color on #FA8111 background.


White color preview on #FA8111 background

This text has white color on #FA8111 background.


Related colors

Complementary color

Complementary color for #hex is #057EEE.


I love getcolorcode.com

Triadic colors

1 #11FA81 and #8111FA with #FA8111 are triadic colors.

2 #1181FA and #81FA11 with #FA8111 are triadic colors.