COLOR #FF8D65

HEX: #FF8D65
RGB: (255,141,101)

Color info

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

RGB color model

#FF8D65 color RGB value is (255,141,101).

  • red value is 255;
  • green value is 141;
  • blue value is 101.
RGB:
(255,141,101)
(100%,55%,40%)

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 101 of 255 = 40%

255
141
101

R + G + B ~ 65%. #FF8D65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 101 = 497 (100%)
R 255 of 497 ~ 51.31%
G 141 of 497 ~ 28.37%
B 101 of 497 ~ 20.32%

%51.31
%28.37
%20.32

CMYK color model

#FF8D65 color CMYK value is (0,45,60,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 60.39%
  • key color value is 0.00%
CMYK:
(0,45,60,0)
C0M45Y60K0 
(0%,45%,60%,0%)
(0.00/0.45/0.60/0.00)	

CMYK percentages

%0
%44.71
%60.39
%0

Codes

Color #FF8D65 in popluar color models

FF8D65
RGB255141101
HSL16°100.00%69.80%
HSB/HSV16°60.39%100.00%
CMYK0.00%44.71%60.39%
0.00%

Color #FF8D65 in popluar number systems.

HEXFF8D65
Decimal255141101
Binary11111111100011011100101
Octal377215145

Shades and tints

Shades of #FF8D65

#FF8D65
(255,141,101)
#E8815C
(232,129,92)
#D17553
(209,117,83)
#BA694A
(186,105,74)
#A35D41
(163,93,65)
#8C5138
(140,81,56)
#75452F
(117,69,47)
#5E3926
(94,57,38)
#472D1D
(71,45,29)
#302114
(48,33,20)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #FF8D65

#FF8D65
(255,141,101)
#FF9773
(255,151,115)
#FFA181
(255,161,129)
#FFAB8F
(255,171,143)
#FFB59D
(255,181,157)
#FFBFAB
(255,191,171)
#FFC9B9
(255,201,185)
#FFD3C7
(255,211,199)
#FFDDD5
(255,221,213)
#FFE7E3
(255,231,227)
#FFF1F1
(255,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8D65 color. Also use rgb(255,141,101) instead hex code.

Text Font Color

.myTextColor { color: #FF8D65; }

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

This text font color is #FF8D65.


Background Color

.myBgColor { background-color: #FF8D65; }

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

This div background color is #FF8D65.


Border color

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

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

This div border color is #FF8D65.


Opacity

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

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

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

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

This text has shadow with #FF8D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8D65 on black background.


Color preview on white background

This text has color #FF8D65 on white background.



Black color preview on #FF8D65 background

This text has black color on #FF8D65 background.


White color preview on #FF8D65 background

This text has white color on #FF8D65 background.