COLOR #FF802E

HEX: #FF802E
RGB: (255,128,46)

Color info

#FF802E contains mainly red color. Web safe color of #FF802E is #FF6633 (or #F63).

RGB color model

#FF802E color RGB value is (255,128,46).

  • red value is 255;
  • green value is 128;
  • blue value is 46.
RGB:
(255,128,46)
(100%,50%,18%)

RGB channels and saturation

R 255 of 255 = 100%
G 128 of 255 = 50%
B 46 of 255 = 18%

255
128
46

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

Portions of RGB colors in percentages

R + G + B =
255 + 128 + 46 = 429 (100%)
R 255 of 429 ~ 59.44%
G 128 of 429 ~ 29.84%
B 46 of 429 ~ 10.72%

%59.44
%29.84
%10.72

CMYK color model

#FF802E color CMYK value is (0,50,82,0).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(0,50,82,0)
C0M50Y82K0 
(0%,50%,82%,0%)
(0.00/0.50/0.82/0.00)	

CMYK percentages

%0
%49.8
%81.96
%0

Codes

Color #FF802E in popluar color models

FF802E
RGB25512846
HSL24°100.00%59.02%
HSB/HSV24°81.96%100.00%
CMYK0.00%49.80%81.96%
0.00%

Color #FF802E in popluar number systems.

HEXFF802E
Decimal25512846
Binary1111111110000000101110
Octal37720056

Shades and tints

Shades of #FF802E

#FF802E
(255,128,46)
#E8752A
(232,117,42)
#D16A26
(209,106,38)
#BA5F22
(186,95,34)
#A3541E
(163,84,30)
#8C491A
(140,73,26)
#753E16
(117,62,22)
#5E3312
(94,51,18)
#47280E
(71,40,14)
#301D0A
(48,29,10)
#191206
(25,18,6)
#000000
(0,0,0)

Tints of #FF802E

#FF802E
(255,128,46)
#FF8B41
(255,139,65)
#FF9654
(255,150,84)
#FFA167
(255,161,103)
#FFAC7A
(255,172,122)
#FFB78D
(255,183,141)
#FFC2A0
(255,194,160)
#FFCDB3
(255,205,179)
#FFD8C6
(255,216,198)
#FFE3D9
(255,227,217)
#FFEEEC
(255,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF802E color. Also use rgb(255,128,46) instead hex code.

Text Font Color

.myTextColor { color: #FF802E; }

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

This text font color is #FF802E.


Background Color

.myBgColor { background-color: #FF802E; }

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

This div background color is #FF802E.


Border color

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

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

This div border color is #FF802E.


Opacity

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

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

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

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

This text has shadow with #FF802E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF802E on black background.


Color preview on white background

This text has color #FF802E on white background.



Black color preview on #FF802E background

This text has black color on #FF802E background.


White color preview on #FF802E background

This text has white color on #FF802E background.