COLOR #FF8A74

HEX: #FF8A74
RGB: (255,138,116)

Color info

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

RGB color model

#FF8A74 color RGB value is (255,138,116).

  • red value is 255;
  • green value is 138;
  • blue value is 116.
RGB:
(255,138,116)
(100%,54%,45%)

RGB channels and saturation

R 255 of 255 = 100%
G 138 of 255 = 54%
B 116 of 255 = 45%

255
138
116

R + G + B ~ 66%. #FF8A74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 138 + 116 = 509 (100%)
R 255 of 509 ~ 50.1%
G 138 of 509 ~ 27.11%
B 116 of 509 ~ 22.79%

%50.1
%27.11
%22.79

CMYK color model

#FF8A74 color CMYK value is (0,46,55,0).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 54.51%
  • key color value is 0.00%
CMYK:
(0,46,55,0)
C0M46Y55K0 
(0%,46%,55%,0%)
(0.00/0.46/0.55/0.00)	

CMYK percentages

%0
%45.88
%54.51
%0

Codes

Color #FF8A74 in popluar color models

FF8A74
RGB255138116
HSL100.00%72.75%
HSB/HSV54.51%100.00%
CMYK0.00%45.88%54.51%
0.00%

Color #FF8A74 in popluar number systems.

HEXFF8A74
Decimal255138116
Binary11111111100010101110100
Octal377212164

Shades and tints

Shades of #FF8A74

#FF8A74
(255,138,116)
#E87E6A
(232,126,106)
#D17260
(209,114,96)
#BA6656
(186,102,86)
#A35A4C
(163,90,76)
#8C4E42
(140,78,66)
#754238
(117,66,56)
#5E362E
(94,54,46)
#472A24
(71,42,36)
#301E1A
(48,30,26)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #FF8A74

#FF8A74
(255,138,116)
#FF9480
(255,148,128)
#FF9E8C
(255,158,140)
#FFA898
(255,168,152)
#FFB2A4
(255,178,164)
#FFBCB0
(255,188,176)
#FFC6BC
(255,198,188)
#FFD0C8
(255,208,200)
#FFDAD4
(255,218,212)
#FFE4E0
(255,228,224)
#FFEEEC
(255,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8A74 color. Also use rgb(255,138,116) instead hex code.

Text Font Color

.myTextColor { color: #FF8A74; }

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

This text font color is #FF8A74.


Background Color

.myBgColor { background-color: #FF8A74; }

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

This div background color is #FF8A74.


Border color

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

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

This div border color is #FF8A74.


Opacity

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

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

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

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

This text has shadow with #FF8A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8A74 on black background.


Color preview on white background

This text has color #FF8A74 on white background.



Black color preview on #FF8A74 background

This text has black color on #FF8A74 background.


White color preview on #FF8A74 background

This text has white color on #FF8A74 background.