COLOR #FF9580

HEX: #FF9580
RGB: (255,149,128)

Color info

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

RGB color model

#FF9580 color RGB value is (255,149,128).

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

RGB channels and saturation

R 255 of 255 = 100%
G 149 of 255 = 58%
B 128 of 255 = 50%

255
149
128

R + G + B ~ 69%. #FF9580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 149 + 128 = 532 (100%)
R 255 of 532 ~ 47.93%
G 149 of 532 ~ 28.01%
B 128 of 532 ~ 24.06%

%47.93
%28.01
%24.06

CMYK color model

#FF9580 color CMYK value is (0,42,50,0).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(0,42,50,0)
C0M42Y50K0 
(0%,42%,50%,0%)
(0.00/0.42/0.50/0.00)	

CMYK percentages

%0
%41.57
%49.8
%0

Codes

Color #FF9580 in popluar color models

FF9580
RGB255149128
HSL10°100.00%75.10%
HSB/HSV10°49.80%100.00%
CMYK0.00%41.57%49.80%
0.00%

Color #FF9580 in popluar number systems.

HEXFF9580
Decimal255149128
Binary111111111001010110000000
Octal377225200

Shades and tints

Shades of #FF9580

#FF9580
(255,149,128)
#E88875
(232,136,117)
#D17B6A
(209,123,106)
#BA6E5F
(186,110,95)
#A36154
(163,97,84)
#8C5449
(140,84,73)
#75473E
(117,71,62)
#5E3A33
(94,58,51)
#472D28
(71,45,40)
#30201D
(48,32,29)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #FF9580

#FF9580
(255,149,128)
#FF9E8B
(255,158,139)
#FFA796
(255,167,150)
#FFB0A1
(255,176,161)
#FFB9AC
(255,185,172)
#FFC2B7
(255,194,183)
#FFCBC2
(255,203,194)
#FFD4CD
(255,212,205)
#FFDDD8
(255,221,216)
#FFE6E3
(255,230,227)
#FFEFEE
(255,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9580; }

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

This text font color is #FF9580.


Background Color

.myBgColor { background-color: #FF9580; }

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

This div background color is #FF9580.


Border color

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

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

This div border color is #FF9580.


Opacity

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

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

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

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

This text has shadow with #FF9580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9580 on black background.


Color preview on white background

This text has color #FF9580 on white background.



Black color preview on #FF9580 background

This text has black color on #FF9580 background.


White color preview on #FF9580 background

This text has white color on #FF9580 background.