COLOR #FF8C78

HEX: #FF8C78
RGB: (255,140,120)

Color info

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

RGB color model

#FF8C78 color RGB value is (255,140,120).

  • red value is 255;
  • green value is 140;
  • blue value is 120.
RGB:
(255,140,120)
(100%,55%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 140 of 255 = 55%
B 120 of 255 = 47%

255
140
120

R + G + B ~ 67%. #FF8C78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 140 + 120 = 515 (100%)
R 255 of 515 ~ 49.51%
G 140 of 515 ~ 27.18%
B 120 of 515 ~ 23.3%

%49.51
%27.18
%23.3

CMYK color model

#FF8C78 color CMYK value is (0,45,53,0).

  • cyan value is 0.00%
  • magenta value is 45.10%
  • yellow value is 52.94%
  • key color value is 0.00%
CMYK:
(0,45,53,0)
C0M45Y53K0 
(0%,45%,53%,0%)
(0.00/0.45/0.53/0.00)	

CMYK percentages

%0
%45.1
%52.94
%0

Codes

Color #FF8C78 in popluar color models

FF8C78
RGB255140120
HSL100.00%73.53%
HSB/HSV52.94%100.00%
CMYK0.00%45.10%52.94%
0.00%

Color #FF8C78 in popluar number systems.

HEXFF8C78
Decimal255140120
Binary11111111100011001111000
Octal377214170

Shades and tints

Shades of #FF8C78

#FF8C78
(255,140,120)
#E8806E
(232,128,110)
#D17464
(209,116,100)
#BA685A
(186,104,90)
#A35C50
(163,92,80)
#8C5046
(140,80,70)
#75443C
(117,68,60)
#5E3832
(94,56,50)
#472C28
(71,44,40)
#30201E
(48,32,30)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #FF8C78

#FF8C78
(255,140,120)
#FF9684
(255,150,132)
#FFA090
(255,160,144)
#FFAA9C
(255,170,156)
#FFB4A8
(255,180,168)
#FFBEB4
(255,190,180)
#FFC8C0
(255,200,192)
#FFD2CC
(255,210,204)
#FFDCD8
(255,220,216)
#FFE6E4
(255,230,228)
#FFF0F0
(255,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8C78; }

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

This text font color is #FF8C78.


Background Color

.myBgColor { background-color: #FF8C78; }

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

This div background color is #FF8C78.


Border color

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

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

This div border color is #FF8C78.


Opacity

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

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

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

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

This text has shadow with #FF8C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8C78 on black background.


Color preview on white background

This text has color #FF8C78 on white background.



Black color preview on #FF8C78 background

This text has black color on #FF8C78 background.


White color preview on #FF8C78 background

This text has white color on #FF8C78 background.