COLOR #FF8C00

HEX: #FF8C00 RGB: (255,140,0)

Color info

Color name is DarkOrange. #FF8C00 contains mainly red color. Web safe color of #FF8C00 is #FF9900 (or #F90).

RGB color model

#FF8C00 color RGB value is (255,140,0).

RGB: (255,140,0) (100%, 55%, 0%)

RGB channels and saturation

R 255 of 255 = 100%
G 140 of 255 = 55%
B 0 of 255 = 0%

255
140
0

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

Portions of RGB colors in percentages

R + G + B = 255 + 140 + 0 = 395 (100%)
R 255 of 395 ~ 64.56%
G 140 of 395 ~ 35.44%
B 0 of 395 ~ 0'%

%64.56
%35.44

CMYK color model

#FF8C00 color CMYK value is (0,45,100,0).

  • cyan value is 0.00%
  • magenta value is 45.10%
  • yellow value is 100.00%
  • key color value is 0.00%

CMYK: (0,45,100,0)
C0M45Y100K0 (0%, 45%, 100%, 0%)
(0.00 / 0.45 / 1.00 / 0.00)

CMYK percentages

%0
%45.1
%100
%0

Codes

Color #FF8C00 in popluar color models

FF 8C 00
RGB 255 140 0
HSL 33° 100.00% 50.00%
HSB/HSV 33° 100.00% 100.00%
CMYK 0.00% 45.10% 100.00%
0.00%

Color #FF8C00 in popluar number systems.

HEX FF 8C 00
Decimal 255 140 0
Binary 11111111 10001100 0
Octal 377 214 0

Shades and tints

Shades of #FF8C00

#FF8C00
(255,140,0)
#E88000
(232,128,0)
#D17400
(209,116,0)
#BA6800
(186,104,0)
#A35C00
(163,92,0)
#8C5000
(140,80,0)
#754400
(117,68,0)
#5E3800
(94,56,0)
#472C00
(71,44,0)
#302000
(48,32,0)
#191400
(25,20,0)
#000000
(0,0,0)

Tints of #FF8C00

#FF8C00
(255,140,0)
#FF9617
(255,150,23)
#FFA02E
(255,160,46)
#FFAA45
(255,170,69)
#FFB45C
(255,180,92)
#FFBE73
(255,190,115)
#FFC88A
(255,200,138)
#FFD2A1
(255,210,161)
#FFDCB8
(255,220,184)
#FFE6CF
(255,230,207)
#FFF0E6
(255,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8C00 color. Also use rgb(255,140,0) instead hex code.

Text Font Color

.myTextColor { color: #FF8C00; }

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

This text font color is #FF8C00.

Background Color

.myBgColor { background-color: #FF8C00; }

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

This div background color is #FF8C00.

Border color

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

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

This div border color is #FF8C00.

Opacity

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

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

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

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

This text has shadow with #FF8C00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF8C00.

Preview

Color preview on black background

This text has color #FF8C00 on black background.


Color preview on white background

This text has color #FF8C00 on white background.


Black color preview on #FF8C00 background

This text has black color on #FF8C00 background.


White color preview on #FF8C00 background

This text has white color on #FF8C00 background.


Related colors

Complementary color

Complementary color for #hex is #0073FF.


I love getcolorcode.com

Gradients

Color #FF8C00 is used in Dark Orange gradient.

Dark Orange


Triadic colors

1 #00FF8C and #8C00FF with #FF8C00 are triadic colors.

2 #008CFF and #8CFF00 with #FF8C00 are triadic colors.