COLOR #FA8E08

HEX: #FA8E08
RGB: (250,142,8)

Color info

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

RGB color model

#FA8E08 color RGB value is (250,142,8).

  • red value is 250;
  • green value is 142;
  • blue value is 8.
RGB:
(250,142,8)
(98%,56%,3%)

RGB channels and saturation

R 250 of 255 = 98%
G 142 of 255 = 56%
B 8 of 255 = 3%

250
142
8

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

Portions of RGB colors in percentages

R + G + B =
250 + 142 + 8 = 400 (100%)
R 250 of 400 ~ 62.5%
G 142 of 400 ~ 35.5%
B 8 of 400 ~ 2%

%62.5
%35.5

CMYK color model

#FA8E08 color CMYK value is (0,43,97,2).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 96.80%
  • key color value is 1.96%
CMYK:
(0,43,97,2)
C0M43Y97K2 
(0%,43%,97%,2%)
(0.00/0.43/0.97/0.02)	

CMYK percentages

%0
%43.2
%96.8
%1.96

Codes

Color #FA8E08 in popluar color models

FA8E08
RGB2501428
HSL33°96.03%50.59%
HSB/HSV33°96.80%98.04%
CMYK0.00%43.20%96.80%
1.96%

Color #FA8E08 in popluar number systems.

HEXFA8E08
Decimal2501428
Binary11111010100011101000
Octal37221610

Shades and tints

Shades of #FA8E08

#FA8E08
(250,142,8)
#E48208
(228,130,8)
#CE7608
(206,118,8)
#B86A08
(184,106,8)
#A25E08
(162,94,8)
#8C5208
(140,82,8)
#764608
(118,70,8)
#603A08
(96,58,8)
#4A2E08
(74,46,8)
#342208
(52,34,8)
#1E1608
(30,22,8)
#000000
(0,0,0)

Tints of #FA8E08

#FA8E08
(250,142,8)
#FA981E
(250,152,30)
#FAA234
(250,162,52)
#FAAC4A
(250,172,74)
#FAB660
(250,182,96)
#FAC076
(250,192,118)
#FACA8C
(250,202,140)
#FAD4A2
(250,212,162)
#FADEB8
(250,222,184)
#FAE8CE
(250,232,206)
#FAF2E4
(250,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8E08 color. Also use rgb(250,142,8) instead hex code.

Text Font Color

.myTextColor { color: #FA8E08; }

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

This text font color is #FA8E08.


Background Color

.myBgColor { background-color: #FA8E08; }

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

This div background color is #FA8E08.


Border color

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

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

This div border color is #FA8E08.


Opacity

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

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

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

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

This text has shadow with #FA8E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8E08 on black background.


Color preview on white background

This text has color #FA8E08 on white background.



Black color preview on #FA8E08 background

This text has black color on #FA8E08 background.


White color preview on #FA8E08 background

This text has white color on #FA8E08 background.