COLOR #FF8C72

HEX: #FF8C72
RGB: (255,140,114)

Color info

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

RGB color model

#FF8C72 color RGB value is (255,140,114).

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

RGB channels and saturation

R 255 of 255 = 100%
G 140 of 255 = 55%
B 114 of 255 = 45%

255
140
114

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

Portions of RGB colors in percentages

R + G + B =
255 + 140 + 114 = 509 (100%)
R 255 of 509 ~ 50.1%
G 140 of 509 ~ 27.5%
B 114 of 509 ~ 22.4%

%50.1
%27.5
%22.4

CMYK color model

#FF8C72 color CMYK value is (0,45,55,0).

  • cyan value is 0.00%
  • magenta value is 45.10%
  • yellow value is 55.29%
  • key color value is 0.00%
CMYK:
(0,45,55,0)
C0M45Y55K0 
(0%,45%,55%,0%)
(0.00/0.45/0.55/0.00)	

CMYK percentages

%0
%45.1
%55.29
%0

Codes

Color #FF8C72 in popluar color models

FF8C72
RGB255140114
HSL11°100.00%72.35%
HSB/HSV11°55.29%100.00%
CMYK0.00%45.10%55.29%
0.00%

Color #FF8C72 in popluar number systems.

HEXFF8C72
Decimal255140114
Binary11111111100011001110010
Octal377214162

Shades and tints

Shades of #FF8C72

#FF8C72
(255,140,114)
#E88068
(232,128,104)
#D1745E
(209,116,94)
#BA6854
(186,104,84)
#A35C4A
(163,92,74)
#8C5040
(140,80,64)
#754436
(117,68,54)
#5E382C
(94,56,44)
#472C22
(71,44,34)
#302018
(48,32,24)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #FF8C72

#FF8C72
(255,140,114)
#FF967E
(255,150,126)
#FFA08A
(255,160,138)
#FFAA96
(255,170,150)
#FFB4A2
(255,180,162)
#FFBEAE
(255,190,174)
#FFC8BA
(255,200,186)
#FFD2C6
(255,210,198)
#FFDCD2
(255,220,210)
#FFE6DE
(255,230,222)
#FFF0EA
(255,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8C72; }

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

This text font color is #FF8C72.


Background Color

.myBgColor { background-color: #FF8C72; }

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

This div background color is #FF8C72.


Border color

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

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

This div border color is #FF8C72.


Opacity

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

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

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

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

This text has shadow with #FF8C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8C72 on black background.


Color preview on white background

This text has color #FF8C72 on white background.



Black color preview on #FF8C72 background

This text has black color on #FF8C72 background.


White color preview on #FF8C72 background

This text has white color on #FF8C72 background.