COLOR #FFAB2E

HEX: #FFAB2E
RGB: (255,171,46)

Color info

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

RGB color model

#FFAB2E color RGB value is (255,171,46).

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

RGB channels and saturation

R 255 of 255 = 100%
G 171 of 255 = 67%
B 46 of 255 = 18%

255
171
46

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

Portions of RGB colors in percentages

R + G + B =
255 + 171 + 46 = 472 (100%)
R 255 of 472 ~ 54.03%
G 171 of 472 ~ 36.23%
B 46 of 472 ~ 9.75%

%54.03
%36.23
%9.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 81.96%
  • 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
%32.94
%81.96
%0

Codes

Color #FFAB2E in popluar color models

FFAB2E
RGB25517146
HSL36°100.00%59.02%
HSB/HSV36°81.96%100.00%
CMYK0.00%32.94%81.96%
0.00%

Color #FFAB2E in popluar number systems.

HEXFFAB2E
Decimal25517146
Binary1111111110101011101110
Octal37725356

Shades and tints

Shades of #FFAB2E

#FFAB2E
(255,171,46)
#E89C2A
(232,156,42)
#D18D26
(209,141,38)
#BA7E22
(186,126,34)
#A36F1E
(163,111,30)
#8C601A
(140,96,26)
#755116
(117,81,22)
#5E4212
(94,66,18)
#47330E
(71,51,14)
#30240A
(48,36,10)
#191506
(25,21,6)
#000000
(0,0,0)

Tints of #FFAB2E

#FFAB2E
(255,171,46)
#FFB241
(255,178,65)
#FFB954
(255,185,84)
#FFC067
(255,192,103)
#FFC77A
(255,199,122)
#FFCE8D
(255,206,141)
#FFD5A0
(255,213,160)
#FFDCB3
(255,220,179)
#FFE3C6
(255,227,198)
#FFEAD9
(255,234,217)
#FFF1EC
(255,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAB2E; }

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

This text font color is #FFAB2E.


Background Color

.myBgColor { background-color: #FFAB2E; }

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

This div background color is #FFAB2E.


Border color

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

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

This div border color is #FFAB2E.


Opacity

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

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

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

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

This text has shadow with #FFAB2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAB2E on black background.


Color preview on white background

This text has color #FFAB2E on white background.



Black color preview on #FFAB2E background

This text has black color on #FFAB2E background.


White color preview on #FFAB2E background

This text has white color on #FFAB2E background.