COLOR #FFAA2F

HEX: #FFAA2F
RGB: (255,170,47)

Color info

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

RGB color model

#FFAA2F color RGB value is (255,170,47).

  • red value is 255;
  • green value is 170;
  • blue value is 47.
RGB:
(255,170,47)
(100%,67%,18%)

RGB channels and saturation

R 255 of 255 = 100%
G 170 of 255 = 67%
B 47 of 255 = 18%

255
170
47

R + G + B ~ 62%. #FFAA2F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 170 + 47 = 472 (100%)
R 255 of 472 ~ 54.03%
G 170 of 472 ~ 36.02%
B 47 of 472 ~ 9.96%

%54.03
%36.02
%9.96

CMYK color model

#FFAA2F color CMYK value is (0,33,82,0).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 81.57%
  • key color value is 0.00%
CMYK:
(0,33,82,0)
C0M33Y82K0 
(0%,33%,82%,0%)
(0.00/0.33/0.82/0.00)	

CMYK percentages

%0
%33.33
%81.57
%0

Codes

Color #FFAA2F in popluar color models

FFAA2F
RGB25517047
HSL35°100.00%59.22%
HSB/HSV35°81.57%100.00%
CMYK0.00%33.33%81.57%
0.00%

Color #FFAA2F in popluar number systems.

HEXFFAA2F
Decimal25517047
Binary1111111110101010101111
Octal37725257

Shades and tints

Shades of #FFAA2F

#FFAA2F
(255,170,47)
#E89B2B
(232,155,43)
#D18C27
(209,140,39)
#BA7D23
(186,125,35)
#A36E1F
(163,110,31)
#8C5F1B
(140,95,27)
#755017
(117,80,23)
#5E4113
(94,65,19)
#47320F
(71,50,15)
#30230B
(48,35,11)
#191407
(25,20,7)
#000000
(0,0,0)

Tints of #FFAA2F

#FFAA2F
(255,170,47)
#FFB141
(255,177,65)
#FFB853
(255,184,83)
#FFBF65
(255,191,101)
#FFC677
(255,198,119)
#FFCD89
(255,205,137)
#FFD49B
(255,212,155)
#FFDBAD
(255,219,173)
#FFE2BF
(255,226,191)
#FFE9D1
(255,233,209)
#FFF0E3
(255,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAA2F color. Also use rgb(255,170,47) instead hex code.

Text Font Color

.myTextColor { color: #FFAA2F; }

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

This text font color is #FFAA2F.


Background Color

.myBgColor { background-color: #FFAA2F; }

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

This div background color is #FFAA2F.


Border color

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

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

This div border color is #FFAA2F.


Opacity

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

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

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

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

This text has shadow with #FFAA2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAA2F on black background.


Color preview on white background

This text has color #FFAA2F on white background.



Black color preview on #FFAA2F background

This text has black color on #FFAA2F background.


White color preview on #FFAA2F background

This text has white color on #FFAA2F background.