COLOR #FF6356

HEX: #FF6356
RGB: (255,99,86)

Color info

#FF6356 contains mainly red color. Web safe color of #FF6356 is #FF6666 (or #F66).

RGB color model

#FF6356 color RGB value is (255,99,86).

  • red value is 255;
  • green value is 99;
  • blue value is 86.
RGB:
(255,99,86)
(100%,39%,34%)

RGB channels and saturation

R 255 of 255 = 100%
G 99 of 255 = 39%
B 86 of 255 = 34%

255
99
86

R + G + B ~ 58%. #FF6356 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
255 + 99 + 86 = 440 (100%)
R 255 of 440 ~ 57.95%
G 99 of 440 ~ 22.5%
B 86 of 440 ~ 19.55%

%57.95
%22.5
%19.55

CMYK color model

#FF6356 color CMYK value is (0,61,66,0).

  • cyan value is 0.00%
  • magenta value is 61.18%
  • yellow value is 66.27%
  • key color value is 0.00%
CMYK:
(0,61,66,0)
C0M61Y66K0 
(0%,61%,66%,0%)
(0.00/0.61/0.66/0.00)	

CMYK percentages

%0
%61.18
%66.27
%0

Codes

Color #FF6356 in popluar color models

FF6356
RGB2559986
HSL100.00%66.86%
HSB/HSV66.27%100.00%
CMYK0.00%61.18%66.27%
0.00%

Color #FF6356 in popluar number systems.

HEXFF6356
Decimal2559986
Binary1111111111000111010110
Octal377143126

Shades and tints

Shades of #FF6356

#FF6356
(255,99,86)
#E85A4F
(232,90,79)
#D15148
(209,81,72)
#BA4841
(186,72,65)
#A33F3A
(163,63,58)
#8C3633
(140,54,51)
#752D2C
(117,45,44)
#5E2425
(94,36,37)
#471B1E
(71,27,30)
#301217
(48,18,23)
#190910
(25,9,16)
#000000
(0,0,0)

Tints of #FF6356

#FF6356
(255,99,86)
#FF7165
(255,113,101)
#FF7F74
(255,127,116)
#FF8D83
(255,141,131)
#FF9B92
(255,155,146)
#FFA9A1
(255,169,161)
#FFB7B0
(255,183,176)
#FFC5BF
(255,197,191)
#FFD3CE
(255,211,206)
#FFE1DD
(255,225,221)
#FFEFEC
(255,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6356 color. Also use rgb(255,99,86) instead hex code.

Text Font Color

.myTextColor { color: #FF6356; }

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

This text font color is #FF6356.


Background Color

.myBgColor { background-color: #FF6356; }

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

This div background color is #FF6356.


Border color

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

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

This div border color is #FF6356.


Opacity

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

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

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

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

This text has shadow with #FF6356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6356 on black background.


Color preview on white background

This text has color #FF6356 on white background.



Black color preview on #FF6356 background

This text has black color on #FF6356 background.


White color preview on #FF6356 background

This text has white color on #FF6356 background.