COLOR #FFA591

HEX: #FFA591
RGB: (255,165,145)

Color info

#FFA591 contains mainly red color. Web safe color of #FFA591 is #FF9999 (or #F99).

RGB color model

#FFA591 color RGB value is (255,165,145).

  • red value is 255;
  • green value is 165;
  • blue value is 145.
RGB:
(255,165,145)
(100%,65%,57%)

RGB channels and saturation

R 255 of 255 = 100%
G 165 of 255 = 65%
B 145 of 255 = 57%

255
165
145

R + G + B ~ 74%. #FFA591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 165 + 145 = 565 (100%)
R 255 of 565 ~ 45.13%
G 165 of 565 ~ 29.2%
B 145 of 565 ~ 25.66%

%45.13
%29.2
%25.66

CMYK color model

#FFA591 color CMYK value is (0,35,43,0).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 43.14%
  • key color value is 0.00%
CMYK:
(0,35,43,0)
C0M35Y43K0 
(0%,35%,43%,0%)
(0.00/0.35/0.43/0.00)	

CMYK percentages

%0
%35.29
%43.14
%0

Codes

Color #FFA591 in popluar color models

FFA591
RGB255165145
HSL11°100.00%78.43%
HSB/HSV11°43.14%100.00%
CMYK0.00%35.29%43.14%
0.00%

Color #FFA591 in popluar number systems.

HEXFFA591
Decimal255165145
Binary111111111010010110010001
Octal377245221

Shades and tints

Shades of #FFA591

#FFA591
(255,165,145)
#E89684
(232,150,132)
#D18777
(209,135,119)
#BA786A
(186,120,106)
#A3695D
(163,105,93)
#8C5A50
(140,90,80)
#754B43
(117,75,67)
#5E3C36
(94,60,54)
#472D29
(71,45,41)
#301E1C
(48,30,28)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #FFA591

#FFA591
(255,165,145)
#FFAD9B
(255,173,155)
#FFB5A5
(255,181,165)
#FFBDAF
(255,189,175)
#FFC5B9
(255,197,185)
#FFCDC3
(255,205,195)
#FFD5CD
(255,213,205)
#FFDDD7
(255,221,215)
#FFE5E1
(255,229,225)
#FFEDEB
(255,237,235)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA591 color. Also use rgb(255,165,145) instead hex code.

Text Font Color

.myTextColor { color: #FFA591; }

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

This text font color is #FFA591.


Background Color

.myBgColor { background-color: #FFA591; }

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

This div background color is #FFA591.


Border color

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

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

This div border color is #FFA591.


Opacity

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

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

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

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

This text has shadow with #FFA591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA591 on black background.


Color preview on white background

This text has color #FFA591 on white background.



Black color preview on #FFA591 background

This text has black color on #FFA591 background.


White color preview on #FFA591 background

This text has white color on #FFA591 background.