COLOR #FF8A06

HEX: #FF8A06
RGB: (255,138,6)

Color info

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

RGB color model

#FF8A06 color RGB value is (255,138,6).

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

RGB channels and saturation

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

255
138
6

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

Portions of RGB colors in percentages

R + G + B =
255 + 138 + 6 = 399 (100%)
R 255 of 399 ~ 63.91%
G 138 of 399 ~ 34.59%
B 6 of 399 ~ 1.5%

%63.91
%34.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 97.65%
  • 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
%97.65
%0

Codes

Color #FF8A06 in popluar color models

FF8A06
RGB2551386
HSL32°100.00%51.18%
HSB/HSV32°97.65%100.00%
CMYK0.00%45.88%97.65%
0.00%

Color #FF8A06 in popluar number systems.

HEXFF8A06
Decimal2551386
Binary1111111110001010110
Octal3772126

Shades and tints

Shades of #FF8A06

#FF8A06
(255,138,6)
#E87E06
(232,126,6)
#D17206
(209,114,6)
#BA6606
(186,102,6)
#A35A06
(163,90,6)
#8C4E06
(140,78,6)
#754206
(117,66,6)
#5E3606
(94,54,6)
#472A06
(71,42,6)
#301E06
(48,30,6)
#191206
(25,18,6)
#000000
(0,0,0)

Tints of #FF8A06

#FF8A06
(255,138,6)
#FF941C
(255,148,28)
#FF9E32
(255,158,50)
#FFA848
(255,168,72)
#FFB25E
(255,178,94)
#FFBC74
(255,188,116)
#FFC68A
(255,198,138)
#FFD0A0
(255,208,160)
#FFDAB6
(255,218,182)
#FFE4CC
(255,228,204)
#FFEEE2
(255,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8A06; }

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

This text font color is #FF8A06.


Background Color

.myBgColor { background-color: #FF8A06; }

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

This div background color is #FF8A06.


Border color

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

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

This div border color is #FF8A06.


Opacity

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

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

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

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

This text has shadow with #FF8A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8A06 on black background.


Color preview on white background

This text has color #FF8A06 on white background.



Black color preview on #FF8A06 background

This text has black color on #FF8A06 background.


White color preview on #FF8A06 background

This text has white color on #FF8A06 background.