COLOR #FF8155

HEX: #FF8155
RGB: (255,129,85)

Color info

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

RGB color model

#FF8155 color RGB value is (255,129,85).

  • red value is 255;
  • green value is 129;
  • blue value is 85.
RGB:
(255,129,85)
(100%,51%,33%)

RGB channels and saturation

R 255 of 255 = 100%
G 129 of 255 = 51%
B 85 of 255 = 33%

255
129
85

R + G + B ~ 61%. #FF8155 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 129 + 85 = 469 (100%)
R 255 of 469 ~ 54.37%
G 129 of 469 ~ 27.51%
B 85 of 469 ~ 18.12%

%54.37
%27.51
%18.12

CMYK color model

#FF8155 color CMYK value is (0,49,67,0).

  • cyan value is 0.00%
  • magenta value is 49.41%
  • yellow value is 66.67%
  • key color value is 0.00%
CMYK:
(0,49,67,0)
C0M49Y67K0 
(0%,49%,67%,0%)
(0.00/0.49/0.67/0.00)	

CMYK percentages

%0
%49.41
%66.67
%0

Codes

Color #FF8155 in popluar color models

FF8155
RGB25512985
HSL16°100.00%66.67%
HSB/HSV16°66.67%100.00%
CMYK0.00%49.41%66.67%
0.00%

Color #FF8155 in popluar number systems.

HEXFF8155
Decimal25512985
Binary11111111100000011010101
Octal377201125

Shades and tints

Shades of #FF8155

#FF8155
(255,129,85)
#E8764E
(232,118,78)
#D16B47
(209,107,71)
#BA6040
(186,96,64)
#A35539
(163,85,57)
#8C4A32
(140,74,50)
#753F2B
(117,63,43)
#5E3424
(94,52,36)
#47291D
(71,41,29)
#301E16
(48,30,22)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #FF8155

#FF8155
(255,129,85)
#FF8C64
(255,140,100)
#FF9773
(255,151,115)
#FFA282
(255,162,130)
#FFAD91
(255,173,145)
#FFB8A0
(255,184,160)
#FFC3AF
(255,195,175)
#FFCEBE
(255,206,190)
#FFD9CD
(255,217,205)
#FFE4DC
(255,228,220)
#FFEFEB
(255,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8155 color. Also use rgb(255,129,85) instead hex code.

Text Font Color

.myTextColor { color: #FF8155; }

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

This text font color is #FF8155.


Background Color

.myBgColor { background-color: #FF8155; }

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

This div background color is #FF8155.


Border color

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

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

This div border color is #FF8155.


Opacity

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

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

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

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

This text has shadow with #FF8155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8155 on black background.


Color preview on white background

This text has color #FF8155 on white background.



Black color preview on #FF8155 background

This text has black color on #FF8155 background.


White color preview on #FF8155 background

This text has white color on #FF8155 background.