COLOR #FF856B

HEX: #FF856B
RGB: (255,133,107)

Color info

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

RGB color model

#FF856B color RGB value is (255,133,107).

  • red value is 255;
  • green value is 133;
  • blue value is 107.
RGB:
(255,133,107)
(100%,52%,42%)

RGB channels and saturation

R 255 of 255 = 100%
G 133 of 255 = 52%
B 107 of 255 = 42%

255
133
107

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

Portions of RGB colors in percentages

R + G + B =
255 + 133 + 107 = 495 (100%)
R 255 of 495 ~ 51.52%
G 133 of 495 ~ 26.87%
B 107 of 495 ~ 21.62%

%51.52
%26.87
%21.62

CMYK color model

#FF856B color CMYK value is (0,48,58,0).

  • cyan value is 0.00%
  • magenta value is 47.84%
  • yellow value is 58.04%
  • key color value is 0.00%
CMYK:
(0,48,58,0)
C0M48Y58K0 
(0%,48%,58%,0%)
(0.00/0.48/0.58/0.00)	

CMYK percentages

%0
%47.84
%58.04
%0

Codes

Color #FF856B in popluar color models

FF856B
RGB255133107
HSL11°100.00%70.98%
HSB/HSV11°58.04%100.00%
CMYK0.00%47.84%58.04%
0.00%

Color #FF856B in popluar number systems.

HEXFF856B
Decimal255133107
Binary11111111100001011101011
Octal377205153

Shades and tints

Shades of #FF856B

#FF856B
(255,133,107)
#E87962
(232,121,98)
#D16D59
(209,109,89)
#BA6150
(186,97,80)
#A35547
(163,85,71)
#8C493E
(140,73,62)
#753D35
(117,61,53)
#5E312C
(94,49,44)
#472523
(71,37,35)
#30191A
(48,25,26)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #FF856B

#FF856B
(255,133,107)
#FF9078
(255,144,120)
#FF9B85
(255,155,133)
#FFA692
(255,166,146)
#FFB19F
(255,177,159)
#FFBCAC
(255,188,172)
#FFC7B9
(255,199,185)
#FFD2C6
(255,210,198)
#FFDDD3
(255,221,211)
#FFE8E0
(255,232,224)
#FFF3ED
(255,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF856B color. Also use rgb(255,133,107) instead hex code.

Text Font Color

.myTextColor { color: #FF856B; }

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

This text font color is #FF856B.


Background Color

.myBgColor { background-color: #FF856B; }

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

This div background color is #FF856B.


Border color

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

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

This div border color is #FF856B.


Opacity

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

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

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

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

This text has shadow with #FF856B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF856B on black background.


Color preview on white background

This text has color #FF856B on white background.



Black color preview on #FF856B background

This text has black color on #FF856B background.


White color preview on #FF856B background

This text has white color on #FF856B background.