COLOR #FFA880

HEX: #FFA880
RGB: (255,168,128)

Color info

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

RGB color model

#FFA880 color RGB value is (255,168,128).

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

RGB channels and saturation

R 255 of 255 = 100%
G 168 of 255 = 66%
B 128 of 255 = 50%

255
168
128

R + G + B ~ 72%. #FFA880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 168 + 128 = 551 (100%)
R 255 of 551 ~ 46.28%
G 168 of 551 ~ 30.49%
B 128 of 551 ~ 23.23%

%46.28
%30.49
%23.23

CMYK color model

#FFA880 color CMYK value is (0,34,50,0).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(0,34,50,0)
C0M34Y50K0 
(0%,34%,50%,0%)
(0.00/0.34/0.50/0.00)	

CMYK percentages

%0
%34.12
%49.8
%0

Codes

Color #FFA880 in popluar color models

FFA880
RGB255168128
HSL19°100.00%75.10%
HSB/HSV19°49.80%100.00%
CMYK0.00%34.12%49.80%
0.00%

Color #FFA880 in popluar number systems.

HEXFFA880
Decimal255168128
Binary111111111010100010000000
Octal377250200

Shades and tints

Shades of #FFA880

#FFA880
(255,168,128)
#E89975
(232,153,117)
#D18A6A
(209,138,106)
#BA7B5F
(186,123,95)
#A36C54
(163,108,84)
#8C5D49
(140,93,73)
#754E3E
(117,78,62)
#5E3F33
(94,63,51)
#473028
(71,48,40)
#30211D
(48,33,29)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #FFA880

#FFA880
(255,168,128)
#FFAF8B
(255,175,139)
#FFB696
(255,182,150)
#FFBDA1
(255,189,161)
#FFC4AC
(255,196,172)
#FFCBB7
(255,203,183)
#FFD2C2
(255,210,194)
#FFD9CD
(255,217,205)
#FFE0D8
(255,224,216)
#FFE7E3
(255,231,227)
#FFEEEE
(255,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA880; }

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

This text font color is #FFA880.


Background Color

.myBgColor { background-color: #FFA880; }

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

This div background color is #FFA880.


Border color

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

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

This div border color is #FFA880.


Opacity

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

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

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

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

This text has shadow with #FFA880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA880 on black background.


Color preview on white background

This text has color #FFA880 on white background.



Black color preview on #FFA880 background

This text has black color on #FFA880 background.


White color preview on #FFA880 background

This text has white color on #FFA880 background.