COLOR #FF8A05

HEX: #FF8A05
RGB: (255,138,5)

Color info

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

RGB color model

#FF8A05 color RGB value is (255,138,5).

  • red value is 255;
  • green value is 138;
  • blue value is 5.
RGB:
(255,138,5)
(100%,54%,2%)

RGB channels and saturation

R 255 of 255 = 100%
G 138 of 255 = 54%
B 5 of 255 = 2%

255
138
5

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

Portions of RGB colors in percentages

R + G + B =
255 + 138 + 5 = 398 (100%)
R 255 of 398 ~ 64.07%
G 138 of 398 ~ 34.67%
B 5 of 398 ~ 1.26%

%64.07
%34.67

CMYK color model

#FF8A05 color CMYK value is (0,46,98,0).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 98.04%
  • key color value is 0.00%
CMYK:
(0,46,98,0)
C0M46Y98K0 
(0%,46%,98%,0%)
(0.00/0.46/0.98/0.00)	

CMYK percentages

%0
%45.88
%98.04
%0

Codes

Color #FF8A05 in popluar color models

FF8A05
RGB2551385
HSL32°100.00%50.98%
HSB/HSV32°98.04%100.00%
CMYK0.00%45.88%98.04%
0.00%

Color #FF8A05 in popluar number systems.

HEXFF8A05
Decimal2551385
Binary1111111110001010101
Octal3772125

Shades and tints

Shades of #FF8A05

#FF8A05
(255,138,5)
#E87E05
(232,126,5)
#D17205
(209,114,5)
#BA6605
(186,102,5)
#A35A05
(163,90,5)
#8C4E05
(140,78,5)
#754205
(117,66,5)
#5E3605
(94,54,5)
#472A05
(71,42,5)
#301E05
(48,30,5)
#191205
(25,18,5)
#000000
(0,0,0)

Tints of #FF8A05

#FF8A05
(255,138,5)
#FF941B
(255,148,27)
#FF9E31
(255,158,49)
#FFA847
(255,168,71)
#FFB25D
(255,178,93)
#FFBC73
(255,188,115)
#FFC689
(255,198,137)
#FFD09F
(255,208,159)
#FFDAB5
(255,218,181)
#FFE4CB
(255,228,203)
#FFEEE1
(255,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8A05 color. Also use rgb(255,138,5) instead hex code.

Text Font Color

.myTextColor { color: #FF8A05; }

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

This text font color is #FF8A05.


Background Color

.myBgColor { background-color: #FF8A05; }

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

This div background color is #FF8A05.


Border color

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

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

This div border color is #FF8A05.


Opacity

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

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

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

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

This text has shadow with #FF8A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8A05 on black background.


Color preview on white background

This text has color #FF8A05 on white background.



Black color preview on #FF8A05 background

This text has black color on #FF8A05 background.


White color preview on #FF8A05 background

This text has white color on #FF8A05 background.