COLOR #FF7E6D

HEX: #FF7E6D
RGB: (255,126,109)

Color info

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

RGB color model

#FF7E6D color RGB value is (255,126,109).

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

RGB channels and saturation

R 255 of 255 = 100%
G 126 of 255 = 49%
B 109 of 255 = 43%

255
126
109

R + G + B ~ 64%. #FF7E6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 126 + 109 = 490 (100%)
R 255 of 490 ~ 52.04%
G 126 of 490 ~ 25.71%
B 109 of 490 ~ 22.24%

%52.04
%25.71
%22.24

CMYK color model

#FF7E6D color CMYK value is (0,51,57,0).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 57.25%
  • key color value is 0.00%
CMYK:
(0,51,57,0)
C0M51Y57K0 
(0%,51%,57%,0%)
(0.00/0.51/0.57/0.00)	

CMYK percentages

%0
%50.59
%57.25
%0

Codes

Color #FF7E6D in popluar color models

FF7E6D
RGB255126109
HSL100.00%71.37%
HSB/HSV57.25%100.00%
CMYK0.00%50.59%57.25%
0.00%

Color #FF7E6D in popluar number systems.

HEXFF7E6D
Decimal255126109
Binary1111111111111101101101
Octal377176155

Shades and tints

Shades of #FF7E6D

#FF7E6D
(255,126,109)
#E87364
(232,115,100)
#D1685B
(209,104,91)
#BA5D52
(186,93,82)
#A35249
(163,82,73)
#8C4740
(140,71,64)
#753C37
(117,60,55)
#5E312E
(94,49,46)
#472625
(71,38,37)
#301B1C
(48,27,28)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #FF7E6D

#FF7E6D
(255,126,109)
#FF897A
(255,137,122)
#FF9487
(255,148,135)
#FF9F94
(255,159,148)
#FFAAA1
(255,170,161)
#FFB5AE
(255,181,174)
#FFC0BB
(255,192,187)
#FFCBC8
(255,203,200)
#FFD6D5
(255,214,213)
#FFE1E2
(255,225,226)
#FFECEF
(255,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7E6D; }

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

This text font color is #FF7E6D.


Background Color

.myBgColor { background-color: #FF7E6D; }

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

This div background color is #FF7E6D.


Border color

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

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

This div border color is #FF7E6D.


Opacity

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

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

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

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

This text has shadow with #FF7E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7E6D on black background.


Color preview on white background

This text has color #FF7E6D on white background.



Black color preview on #FF7E6D background

This text has black color on #FF7E6D background.


White color preview on #FF7E6D background

This text has white color on #FF7E6D background.