COLOR #FF8D0F

HEX: #FF8D0F
RGB: (255,141,15)

Color info

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

RGB color model

#FF8D0F color RGB value is (255,141,15).

  • red value is 255;
  • green value is 141;
  • blue value is 15.
RGB:
(255,141,15)
(100%,55%,6%)

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 15 of 255 = 6%

255
141
15

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

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 15 = 411 (100%)
R 255 of 411 ~ 62.04%
G 141 of 411 ~ 34.31%
B 15 of 411 ~ 3.65%

%62.04
%34.31

CMYK color model

#FF8D0F color CMYK value is (0,45,94,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 94.12%
  • key color value is 0.00%
CMYK:
(0,45,94,0)
C0M45Y94K0 
(0%,45%,94%,0%)
(0.00/0.45/0.94/0.00)	

CMYK percentages

%0
%44.71
%94.12
%0

Codes

Color #FF8D0F in popluar color models

FF8D0F
RGB25514115
HSL32°100.00%52.94%
HSB/HSV32°94.12%100.00%
CMYK0.00%44.71%94.12%
0.00%

Color #FF8D0F in popluar number systems.

HEXFF8D0F
Decimal25514115
Binary11111111100011011111
Octal37721517

Shades and tints

Shades of #FF8D0F

#FF8D0F
(255,141,15)
#E8810E
(232,129,14)
#D1750D
(209,117,13)
#BA690C
(186,105,12)
#A35D0B
(163,93,11)
#8C510A
(140,81,10)
#754509
(117,69,9)
#5E3908
(94,57,8)
#472D07
(71,45,7)
#302106
(48,33,6)
#191505
(25,21,5)
#000000
(0,0,0)

Tints of #FF8D0F

#FF8D0F
(255,141,15)
#FF9724
(255,151,36)
#FFA139
(255,161,57)
#FFAB4E
(255,171,78)
#FFB563
(255,181,99)
#FFBF78
(255,191,120)
#FFC98D
(255,201,141)
#FFD3A2
(255,211,162)
#FFDDB7
(255,221,183)
#FFE7CC
(255,231,204)
#FFF1E1
(255,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8D0F color. Also use rgb(255,141,15) instead hex code.

Text Font Color

.myTextColor { color: #FF8D0F; }

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

This text font color is #FF8D0F.


Background Color

.myBgColor { background-color: #FF8D0F; }

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

This div background color is #FF8D0F.


Border color

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

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

This div border color is #FF8D0F.


Opacity

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

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

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

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

This text has shadow with #FF8D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8D0F on black background.


Color preview on white background

This text has color #FF8D0F on white background.



Black color preview on #FF8D0F background

This text has black color on #FF8D0F background.


White color preview on #FF8D0F background

This text has white color on #FF8D0F background.