COLOR #FF8A5F

HEX: #FF8A5F
RGB: (255,138,95)

Color info

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

RGB color model

#FF8A5F color RGB value is (255,138,95).

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

RGB channels and saturation

R 255 of 255 = 100%
G 138 of 255 = 54%
B 95 of 255 = 37%

255
138
95

R + G + B ~ 64%. #FF8A5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 138 + 95 = 488 (100%)
R 255 of 488 ~ 52.25%
G 138 of 488 ~ 28.28%
B 95 of 488 ~ 19.47%

%52.25
%28.28
%19.47

CMYK color model

#FF8A5F color CMYK value is (0,46,63,0).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 62.75%
  • key color value is 0.00%
CMYK:
(0,46,63,0)
C0M46Y63K0 
(0%,46%,63%,0%)
(0.00/0.46/0.63/0.00)	

CMYK percentages

%0
%45.88
%62.75
%0

Codes

Color #FF8A5F in popluar color models

FF8A5F
RGB25513895
HSL16°100.00%68.63%
HSB/HSV16°62.75%100.00%
CMYK0.00%45.88%62.75%
0.00%

Color #FF8A5F in popluar number systems.

HEXFF8A5F
Decimal25513895
Binary11111111100010101011111
Octal377212137

Shades and tints

Shades of #FF8A5F

#FF8A5F
(255,138,95)
#E87E57
(232,126,87)
#D1724F
(209,114,79)
#BA6647
(186,102,71)
#A35A3F
(163,90,63)
#8C4E37
(140,78,55)
#75422F
(117,66,47)
#5E3627
(94,54,39)
#472A1F
(71,42,31)
#301E17
(48,30,23)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #FF8A5F

#FF8A5F
(255,138,95)
#FF946D
(255,148,109)
#FF9E7B
(255,158,123)
#FFA889
(255,168,137)
#FFB297
(255,178,151)
#FFBCA5
(255,188,165)
#FFC6B3
(255,198,179)
#FFD0C1
(255,208,193)
#FFDACF
(255,218,207)
#FFE4DD
(255,228,221)
#FFEEEB
(255,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8A5F; }

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

This text font color is #FF8A5F.


Background Color

.myBgColor { background-color: #FF8A5F; }

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

This div background color is #FF8A5F.


Border color

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

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

This div border color is #FF8A5F.


Opacity

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

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

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

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

This text has shadow with #FF8A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8A5F on black background.


Color preview on white background

This text has color #FF8A5F on white background.



Black color preview on #FF8A5F background

This text has black color on #FF8A5F background.


White color preview on #FF8A5F background

This text has white color on #FF8A5F background.