COLOR #FF855C

HEX: #FF855C RGB: (255,133,92)

Color info

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

RGB color model

#FF855C color RGB value is (255,133,92).

RGB: (255,133,92) (100%, 52%, 36%)

RGB channels and saturation

R 255 of 255 = 100%
G 133 of 255 = 52%
B 92 of 255 = 36%

255
133
92

R + G + B ~ 63%. #FF855C is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 133 + 92 = 480 (100%)
R 255 of 480 ~ 53.13%
G 133 of 480 ~ 27.71%
B 92 of 480 ~ 19.17'%

%53.13
%27.71
%19.17

CMYK color model

#FF855C color CMYK value is (0,48,64,0).

  • cyan value is 0.00%
  • magenta value is 47.84%
  • yellow value is 63.92%
  • key color value is 0.00%

CMYK: (0,48,64,0)
C0M48Y64K0 (0%, 48%, 64%, 0%)
(0.00 / 0.48 / 0.64 / 0.00)

CMYK percentages

%0
%47.84
%63.92
%0

Codes

Color #FF855C in popluar color models

FF 85 5C
RGB 255 133 92
HSL 15° 100.00% 68.04%
HSB/HSV 15° 63.92% 100.00%
CMYK 0.00% 47.84% 63.92%
0.00%

Color #FF855C in popluar number systems.

HEX FF 85 5C
Decimal 255 133 92
Binary 11111111 10000101 1011100
Octal 377 205 134

Shades and tints

Shades of #FF855C

#FF855C
(255,133,92)
#E87954
(232,121,84)
#D16D4C
(209,109,76)
#BA6144
(186,97,68)
#A3553C
(163,85,60)
#8C4934
(140,73,52)
#753D2C
(117,61,44)
#5E3124
(94,49,36)
#47251C
(71,37,28)
#301914
(48,25,20)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #FF855C

#FF855C
(255,133,92)
#FF906A
(255,144,106)
#FF9B78
(255,155,120)
#FFA686
(255,166,134)
#FFB194
(255,177,148)
#FFBCA2
(255,188,162)
#FFC7B0
(255,199,176)
#FFD2BE
(255,210,190)
#FFDDCC
(255,221,204)
#FFE8DA
(255,232,218)
#FFF3E8
(255,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF855C; }

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

This text font color is #FF855C.

Background Color

.myBgColor { background-color: #FF855C; }

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

This div background color is #FF855C.

Border color

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

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

This div border color is #FF855C.

Opacity

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

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

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

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

This text has shadow with #FF855C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF855C.

Preview

Color preview on black background

This text has color #FF855C on black background.


Color preview on white background

This text has color #FF855C on white background.


Black color preview on #FF855C background

This text has black color on #FF855C background.


White color preview on #FF855C background

This text has white color on #FF855C background.


Related colors

Complementary color

Complementary color for #hex is #007AA3.


I love getcolorcode.com

Triadic colors

1 #5CFF85 and #855CFF with #FF855C are triadic colors.

2 #5C85FF and #85FF5C with #FF855C are triadic colors.