COLOR #FFA02E

HEX: #FFA02E
RGB: (255,160,46)

Color info

#FFA02E contains mainly red color. Web safe color of #FFA02E is #FF9933 (or #F93).

RGB color model

#FFA02E color RGB value is (255,160,46).

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

RGB channels and saturation

R 255 of 255 = 100%
G 160 of 255 = 63%
B 46 of 255 = 18%

255
160
46

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

Portions of RGB colors in percentages

R + G + B =
255 + 160 + 46 = 461 (100%)
R 255 of 461 ~ 55.31%
G 160 of 461 ~ 34.71%
B 46 of 461 ~ 9.98%

%55.31
%34.71
%9.98

CMYK color model

#FFA02E color CMYK value is (0,37,82,0).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(0,37,82,0)
C0M37Y82K0 
(0%,37%,82%,0%)
(0.00/0.37/0.82/0.00)	

CMYK percentages

%0
%37.25
%81.96
%0

Codes

Color #FFA02E in popluar color models

FFA02E
RGB25516046
HSL33°100.00%59.02%
HSB/HSV33°81.96%100.00%
CMYK0.00%37.25%81.96%
0.00%

Color #FFA02E in popluar number systems.

HEXFFA02E
Decimal25516046
Binary1111111110100000101110
Octal37724056

Shades and tints

Shades of #FFA02E

#FFA02E
(255,160,46)
#E8922A
(232,146,42)
#D18426
(209,132,38)
#BA7622
(186,118,34)
#A3681E
(163,104,30)
#8C5A1A
(140,90,26)
#754C16
(117,76,22)
#5E3E12
(94,62,18)
#47300E
(71,48,14)
#30220A
(48,34,10)
#191406
(25,20,6)
#000000
(0,0,0)

Tints of #FFA02E

#FFA02E
(255,160,46)
#FFA841
(255,168,65)
#FFB054
(255,176,84)
#FFB867
(255,184,103)
#FFC07A
(255,192,122)
#FFC88D
(255,200,141)
#FFD0A0
(255,208,160)
#FFD8B3
(255,216,179)
#FFE0C6
(255,224,198)
#FFE8D9
(255,232,217)
#FFF0EC
(255,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA02E; }

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

This text font color is #FFA02E.


Background Color

.myBgColor { background-color: #FFA02E; }

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

This div background color is #FFA02E.


Border color

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

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

This div border color is #FFA02E.


Opacity

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

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

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

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

This text has shadow with #FFA02E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA02E on black background.


Color preview on white background

This text has color #FFA02E on white background.



Black color preview on #FFA02E background

This text has black color on #FFA02E background.


White color preview on #FFA02E background

This text has white color on #FFA02E background.