COLOR #FC9587

HEX: #FC9587
RGB: (252,149,135)

Renk bilgisi

#FC9587 contains mainly red color. #FC9587 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#FC9587 color RGB value is (252,149,135).

  • kırmız ton 252;
  • yeşil ton 149;
  • mavi ton 135.
RGB:
(252,149,135)
(99%,58%,53%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 149 of 255 = 58%
B 135 of 255 = 53%

252
149
135

R + G + B ~ 70%. #FC9587 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 149 + 135 = 536 (100%)
R 252 of 536 ~ 47.01%
G 149 of 536 ~ 27.8%
B 135 of 536 ~ 25.19%

%47.01
%27.8
%25.19

CMYK RENK MODELİ

#FC9587 rengi CMYK tonu (0,41,46,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.87%
  • sarı tonu 46.43%
  • ana renk tonu 1.18%
CMYK:
(0,41,46,1)
C0M41Y46K1 
(0%,41%,46%,1%)
(0.00/0.41/0.46/0.01)	

CMYK yüzdeleri

%0
%40.87
%46.43
%1.18

Codes

Color #FC9587 in popluar color models

FC9587
RGB252149135
HSL95.12%75.88%
HSB/HSV46.43%98.82%
CMYK0.00%40.87%46.43%
1.18%

Color #FC9587 in popluar number systems.

HEXFC9587
Decimal252149135
Binary111111001001010110000111
Octal374225207

Shades and tints

Shades of #FC9587

#FC9587
(252,149,135)
#E6887B
(230,136,123)
#D07B6F
(208,123,111)
#BA6E63
(186,110,99)
#A46157
(164,97,87)
#8E544B
(142,84,75)
#78473F
(120,71,63)
#623A33
(98,58,51)
#4C2D27
(76,45,39)
#36201B
(54,32,27)
#20130F
(32,19,15)
#000000
(0,0,0)

Tints of #FC9587

#FC9587
(252,149,135)
#FC9E91
(252,158,145)
#FCA79B
(252,167,155)
#FCB0A5
(252,176,165)
#FCB9AF
(252,185,175)
#FCC2B9
(252,194,185)
#FCCBC3
(252,203,195)
#FCD4CD
(252,212,205)
#FCDDD7
(252,221,215)
#FCE6E1
(252,230,225)
#FCEFEB
(252,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9587 color. Also use rgb(252,149,135) instead hex code.

Text Font Color

.myTextColor { color: #FC9587; }

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

This text font color is #FC9587.


Background Color

.myBgColor { background-color: #FC9587; }

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

This div background color is #FC9587.


Border color

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

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

This div border color is #FC9587.


Opacity

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

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

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

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

This text has shadow with #FC9587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC9587 on black background.


Color preview on white background

This text has color #FC9587 on white background.



Black color preview on #FC9587 background

This text has black color on #FC9587 background.


White color preview on #FC9587 background

This text has white color on #FC9587 background.