COLOR #FF7F00

HEX: #FF7F00
RGB: (255,127,0)

Color info

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

RGB color model

#FF7F00 color RGB value is (255,127,0).

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

RGB channels and saturation

R 255 of 255 = 100%
G 127 of 255 = 50%
B 0 of 255 = 0%

255
127
0

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

Portions of RGB colors in percentages

R + G + B =
255 + 127 + 0 = 382 (100%)
R 255 of 382 ~ 66.75%
G 127 of 382 ~ 33.25%
B 0 of 382 ~ 0%

%66.75
%33.25

CMYK color model

#FF7F00 color CMYK value is (0,50,100,0).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(0,50,100,0)
C0M50Y100K0 
(0%,50%,100%,0%)
(0.00/0.50/1.00/0.00)	

CMYK percentages

%0
%50.2
%100
%0

Codes

Color #FF7F00 in popluar color models

FF7F00
RGB2551270
HSL30°100.00%50.00%
HSB/HSV30°100.00%100.00%
CMYK0.00%50.20%100.00%
0.00%

Color #FF7F00 in popluar number systems.

HEXFF7F00
Decimal2551270
Binary1111111111111110
Octal3771770

Shades and tints

Shades of #FF7F00

#FF7F00
(255,127,0)
#E87400
(232,116,0)
#D16900
(209,105,0)
#BA5E00
(186,94,0)
#A35300
(163,83,0)
#8C4800
(140,72,0)
#753D00
(117,61,0)
#5E3200
(94,50,0)
#472700
(71,39,0)
#301C00
(48,28,0)
#191100
(25,17,0)
#000000
(0,0,0)

Tints of #FF7F00

#FF7F00
(255,127,0)
#FF8A17
(255,138,23)
#FF952E
(255,149,46)
#FFA045
(255,160,69)
#FFAB5C
(255,171,92)
#FFB673
(255,182,115)
#FFC18A
(255,193,138)
#FFCCA1
(255,204,161)
#FFD7B8
(255,215,184)
#FFE2CF
(255,226,207)
#FFEDE6
(255,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7F00; }

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

This text font color is #FF7F00.


Background Color

.myBgColor { background-color: #FF7F00; }

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

This div background color is #FF7F00.


Border color

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

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

This div border color is #FF7F00.


Opacity

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

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

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

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

This text has shadow with #FF7F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7F00 on black background.


Color preview on white background

This text has color #FF7F00 on white background.



Black color preview on #FF7F00 background

This text has black color on #FF7F00 background.


White color preview on #FF7F00 background

This text has white color on #FF7F00 background.