COLOR #FFA58A

HEX: #FFA58A
RGB: (255,165,138)

Color info

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

RGB color model

#FFA58A color RGB value is (255,165,138).

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

RGB channels and saturation

R 255 of 255 = 100%
G 165 of 255 = 65%
B 138 of 255 = 54%

255
165
138

R + G + B ~ 73%. #FFA58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 165 + 138 = 558 (100%)
R 255 of 558 ~ 45.7%
G 165 of 558 ~ 29.57%
B 138 of 558 ~ 24.73%

%45.7
%29.57
%24.73

CMYK color model

#FFA58A color CMYK value is (0,35,46,0).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(0,35,46,0)
C0M35Y46K0 
(0%,35%,46%,0%)
(0.00/0.35/0.46/0.00)	

CMYK percentages

%0
%35.29
%45.88
%0

Codes

Color #FFA58A in popluar color models

FFA58A
RGB255165138
HSL14°100.00%77.06%
HSB/HSV14°45.88%100.00%
CMYK0.00%35.29%45.88%
0.00%

Color #FFA58A in popluar number systems.

HEXFFA58A
Decimal255165138
Binary111111111010010110001010
Octal377245212

Shades and tints

Shades of #FFA58A

#FFA58A
(255,165,138)
#E8967E
(232,150,126)
#D18772
(209,135,114)
#BA7866
(186,120,102)
#A3695A
(163,105,90)
#8C5A4E
(140,90,78)
#754B42
(117,75,66)
#5E3C36
(94,60,54)
#472D2A
(71,45,42)
#301E1E
(48,30,30)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #FFA58A

#FFA58A
(255,165,138)
#FFAD94
(255,173,148)
#FFB59E
(255,181,158)
#FFBDA8
(255,189,168)
#FFC5B2
(255,197,178)
#FFCDBC
(255,205,188)
#FFD5C6
(255,213,198)
#FFDDD0
(255,221,208)
#FFE5DA
(255,229,218)
#FFEDE4
(255,237,228)
#FFF5EE
(255,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA58A; }

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

This text font color is #FFA58A.


Background Color

.myBgColor { background-color: #FFA58A; }

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

This div background color is #FFA58A.


Border color

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

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

This div border color is #FFA58A.


Opacity

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

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

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

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

This text has shadow with #FFA58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA58A on black background.


Color preview on white background

This text has color #FFA58A on white background.



Black color preview on #FFA58A background

This text has black color on #FFA58A background.


White color preview on #FFA58A background

This text has white color on #FFA58A background.