COLOR #FF7E00

HEX: #FF7E00
RGB: (255,126,0)

Color info

#FF7E00 contains mainly red color. Web safe color of #FF7E00 is #FF6600 (or #F60).

RGB color model

#FF7E00 color RGB value is (255,126,0).

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

RGB channels and saturation

R 255 of 255 = 100%
G 126 of 255 = 49%
B 0 of 255 = 0%

255
126
0

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

Portions of RGB colors in percentages

R + G + B =
255 + 126 + 0 = 381 (100%)
R 255 of 381 ~ 66.93%
G 126 of 381 ~ 33.07%
B 0 of 381 ~ 0%

%66.93
%33.07

CMYK color model

#FF7E00 color CMYK value is (0,51,100,0).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(0,51,100,0)
C0M51Y100K0 
(0%,51%,100%,0%)
(0.00/0.51/1.00/0.00)	

CMYK percentages

%0
%50.59
%100
%0

Codes

Color #FF7E00 in popluar color models

FF7E00
RGB2551260
HSL30°100.00%50.00%
HSB/HSV30°100.00%100.00%
CMYK0.00%50.59%100.00%
0.00%

Color #FF7E00 in popluar number systems.

HEXFF7E00
Decimal2551260
Binary1111111111111100
Octal3771760

Shades and tints

Shades of #FF7E00

#FF7E00
(255,126,0)
#E87300
(232,115,0)
#D16800
(209,104,0)
#BA5D00
(186,93,0)
#A35200
(163,82,0)
#8C4700
(140,71,0)
#753C00
(117,60,0)
#5E3100
(94,49,0)
#472600
(71,38,0)
#301B00
(48,27,0)
#191000
(25,16,0)
#000000
(0,0,0)

Tints of #FF7E00

#FF7E00
(255,126,0)
#FF8917
(255,137,23)
#FF942E
(255,148,46)
#FF9F45
(255,159,69)
#FFAA5C
(255,170,92)
#FFB573
(255,181,115)
#FFC08A
(255,192,138)
#FFCBA1
(255,203,161)
#FFD6B8
(255,214,184)
#FFE1CF
(255,225,207)
#FFECE6
(255,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7E00; }

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

This text font color is #FF7E00.


Background Color

.myBgColor { background-color: #FF7E00; }

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

This div background color is #FF7E00.


Border color

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

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

This div border color is #FF7E00.


Opacity

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

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

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

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

This text has shadow with #FF7E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7E00 on black background.


Color preview on white background

This text has color #FF7E00 on white background.



Black color preview on #FF7E00 background

This text has black color on #FF7E00 background.


White color preview on #FF7E00 background

This text has white color on #FF7E00 background.