COLOR #FF8C4F

HEX: #FF8C4F RGB: (255,140,79)

Color info

#FF8C4F contains mainly red color. Web safe color of #FF8C4F is #FF9966 (or #F96).

RGB color model

#FF8C4F color RGB value is (255,140,79).

RGB: (255,140,79) (100%, 55%, 31%)

RGB channels and saturation

R 255 of 255 = 100%
G 140 of 255 = 55%
B 79 of 255 = 31%

255
140
79

R + G + B ~ 62%. #FF8C4F is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 140 + 79 = 474 (100%)
R 255 of 474 ~ 53.8%
G 140 of 474 ~ 29.54%
B 79 of 474 ~ 16.67'%

%53.8
%29.54
%16.67

CMYK color model

#FF8C4F color CMYK value is (0,45,69,0).

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

CMYK: (0,45,69,0)
C0M45Y69K0 (0%, 45%, 69%, 0%)
(0.00 / 0.45 / 0.69 / 0.00)

CMYK percentages

%0
%45.1
%69.02
%0

Codes

Color #FF8C4F in popluar color models

FF 8C 4F
RGB 255 140 79
HSL 21° 100.00% 65.49%
HSB/HSV 21° 69.02% 100.00%
CMYK 0.00% 45.10% 69.02%
0.00%

Color #FF8C4F in popluar number systems.

HEX FF 8C 4F
Decimal 255 140 79
Binary 11111111 10001100 1001111
Octal 377 214 117

Shades and tints

Shades of #FF8C4F

#FF8C4F
(255,140,79)
#E88048
(232,128,72)
#D17441
(209,116,65)
#BA683A
(186,104,58)
#A35C33
(163,92,51)
#8C502C
(140,80,44)
#754425
(117,68,37)
#5E381E
(94,56,30)
#472C17
(71,44,23)
#302010
(48,32,16)
#191409
(25,20,9)
#000000
(0,0,0)

Tints of #FF8C4F

#FF8C4F
(255,140,79)
#FF965F
(255,150,95)
#FFA06F
(255,160,111)
#FFAA7F
(255,170,127)
#FFB48F
(255,180,143)
#FFBE9F
(255,190,159)
#FFC8AF
(255,200,175)
#FFD2BF
(255,210,191)
#FFDCCF
(255,220,207)
#FFE6DF
(255,230,223)
#FFF0EF
(255,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8C4F; }

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

This text font color is #FF8C4F.

Background Color

.myBgColor { background-color: #FF8C4F; }

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

This div background color is #FF8C4F.

Border color

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

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

This div border color is #FF8C4F.

Opacity

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

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

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

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

This text has shadow with #FF8C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF8C4F.

Preview

Color preview on black background

This text has color #FF8C4F on black background.


Color preview on white background

This text has color #FF8C4F on white background.


Black color preview on #FF8C4F background

This text has black color on #FF8C4F background.


White color preview on #FF8C4F background

This text has white color on #FF8C4F background.


Related colors

Complementary color

Complementary color for #hex is #0073B0.


I love getcolorcode.com

Triadic colors

1 #4FFF8C and #8C4FFF with #FF8C4F are triadic colors.

2 #4F8CFF and #8CFF4F with #FF8C4F are triadic colors.