COLOR #FFAB57

HEX: #FFAB57
RGB: (255,171,87)

Color info

#FFAB57 contains mainly red color. Web safe color of #FFAB57 is #FF9966 (or #F96).

RGB color model

#FFAB57 color RGB value is (255,171,87).

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

RGB channels and saturation

R 255 of 255 = 100%
G 171 of 255 = 67%
B 87 of 255 = 34%

255
171
87

R + G + B ~ 67%. #FFAB57 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 171 + 87 = 513 (100%)
R 255 of 513 ~ 49.71%
G 171 of 513 ~ 33.33%
B 87 of 513 ~ 16.96%

%49.71
%33.33
%16.96

CMYK color model

#FFAB57 color CMYK value is (0,33,66,0).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 65.88%
  • key color value is 0.00%
CMYK:
(0,33,66,0)
C0M33Y66K0 
(0%,33%,66%,0%)
(0.00/0.33/0.66/0.00)	

CMYK percentages

%0
%32.94
%65.88
%0

Codes

Color #FFAB57 in popluar color models

FFAB57
RGB25517187
HSL30°100.00%67.06%
HSB/HSV30°65.88%100.00%
CMYK0.00%32.94%65.88%
0.00%

Color #FFAB57 in popluar number systems.

HEXFFAB57
Decimal25517187
Binary11111111101010111010111
Octal377253127

Shades and tints

Shades of #FFAB57

#FFAB57
(255,171,87)
#E89C50
(232,156,80)
#D18D49
(209,141,73)
#BA7E42
(186,126,66)
#A36F3B
(163,111,59)
#8C6034
(140,96,52)
#75512D
(117,81,45)
#5E4226
(94,66,38)
#47331F
(71,51,31)
#302418
(48,36,24)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #FFAB57

#FFAB57
(255,171,87)
#FFB266
(255,178,102)
#FFB975
(255,185,117)
#FFC084
(255,192,132)
#FFC793
(255,199,147)
#FFCEA2
(255,206,162)
#FFD5B1
(255,213,177)
#FFDCC0
(255,220,192)
#FFE3CF
(255,227,207)
#FFEADE
(255,234,222)
#FFF1ED
(255,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAB57; }

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

This text font color is #FFAB57.


Background Color

.myBgColor { background-color: #FFAB57; }

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

This div background color is #FFAB57.


Border color

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

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

This div border color is #FFAB57.


Opacity

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

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

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

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

This text has shadow with #FFAB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAB57 on black background.


Color preview on white background

This text has color #FFAB57 on white background.



Black color preview on #FFAB57 background

This text has black color on #FFAB57 background.


White color preview on #FFAB57 background

This text has white color on #FFAB57 background.