COLOR #FF7E55

HEX: #FF7E55
RGB: (255,126,85)

Color info

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

RGB color model

#FF7E55 color RGB value is (255,126,85).

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

RGB channels and saturation

R 255 of 255 = 100%
G 126 of 255 = 49%
B 85 of 255 = 33%

255
126
85

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

Portions of RGB colors in percentages

R + G + B =
255 + 126 + 85 = 466 (100%)
R 255 of 466 ~ 54.72%
G 126 of 466 ~ 27.04%
B 85 of 466 ~ 18.24%

%54.72
%27.04
%18.24

CMYK color model

#FF7E55 color CMYK value is (0,51,67,0).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 66.67%
  • key color value is 0.00%
CMYK:
(0,51,67,0)
C0M51Y67K0 
(0%,51%,67%,0%)
(0.00/0.51/0.67/0.00)	

CMYK percentages

%0
%50.59
%66.67
%0

Codes

Color #FF7E55 in popluar color models

FF7E55
RGB25512685
HSL14°100.00%66.67%
HSB/HSV14°66.67%100.00%
CMYK0.00%50.59%66.67%
0.00%

Color #FF7E55 in popluar number systems.

HEXFF7E55
Decimal25512685
Binary1111111111111101010101
Octal377176125

Shades and tints

Shades of #FF7E55

#FF7E55
(255,126,85)
#E8734E
(232,115,78)
#D16847
(209,104,71)
#BA5D40
(186,93,64)
#A35239
(163,82,57)
#8C4732
(140,71,50)
#753C2B
(117,60,43)
#5E3124
(94,49,36)
#47261D
(71,38,29)
#301B16
(48,27,22)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #FF7E55

#FF7E55
(255,126,85)
#FF8964
(255,137,100)
#FF9473
(255,148,115)
#FF9F82
(255,159,130)
#FFAA91
(255,170,145)
#FFB5A0
(255,181,160)
#FFC0AF
(255,192,175)
#FFCBBE
(255,203,190)
#FFD6CD
(255,214,205)
#FFE1DC
(255,225,220)
#FFECEB
(255,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7E55; }

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

This text font color is #FF7E55.


Background Color

.myBgColor { background-color: #FF7E55; }

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

This div background color is #FF7E55.


Border color

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

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

This div border color is #FF7E55.


Opacity

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

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

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

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

This text has shadow with #FF7E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7E55 on black background.


Color preview on white background

This text has color #FF7E55 on white background.



Black color preview on #FF7E55 background

This text has black color on #FF7E55 background.


White color preview on #FF7E55 background

This text has white color on #FF7E55 background.