COLOR #FC6E5B

HEX: #FC6E5B
RGB: (252,110,91)

Renk bilgisi

#FC6E5B contains mainly red color. #FC6E5B ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#FC6E5B color RGB value is (252,110,91).

  • kırmız ton 252;
  • yeşil ton 110;
  • mavi ton 91.
RGB:
(252,110,91)
(99%,43%,36%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 110 of 255 = 43%
B 91 of 255 = 36%

252
110
91

R + G + B ~ 59%. #FC6E5B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 110 + 91 = 453 (100%)
R 252 of 453 ~ 55.63%
G 110 of 453 ~ 24.28%
B 91 of 453 ~ 20.09%

%55.63
%24.28
%20.09

CMYK RENK MODELİ

#FC6E5B rengi CMYK tonu (0,56,64,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.35%
  • sarı tonu 63.89%
  • ana renk tonu 1.18%
CMYK:
(0,56,64,1)
C0M56Y64K1 
(0%,56%,64%,1%)
(0.00/0.56/0.64/0.01)	

CMYK yüzdeleri

%0
%56.35
%63.89
%1.18

Codes

Color #FC6E5B in popluar color models

FC6E5B
RGB25211091
HSL96.41%67.25%
HSB/HSV63.89%98.82%
CMYK0.00%56.35%63.89%
1.18%

Color #FC6E5B in popluar number systems.

HEXFC6E5B
Decimal25211091
Binary1111110011011101011011
Octal374156133

Shades and tints

Shades of #FC6E5B

#FC6E5B
(252,110,91)
#E66453
(230,100,83)
#D05A4B
(208,90,75)
#BA5043
(186,80,67)
#A4463B
(164,70,59)
#8E3C33
(142,60,51)
#78322B
(120,50,43)
#622823
(98,40,35)
#4C1E1B
(76,30,27)
#361413
(54,20,19)
#200A0B
(32,10,11)
#000000
(0,0,0)

Tints of #FC6E5B

#FC6E5B
(252,110,91)
#FC7B69
(252,123,105)
#FC8877
(252,136,119)
#FC9585
(252,149,133)
#FCA293
(252,162,147)
#FCAFA1
(252,175,161)
#FCBCAF
(252,188,175)
#FCC9BD
(252,201,189)
#FCD6CB
(252,214,203)
#FCE3D9
(252,227,217)
#FCF0E7
(252,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC6E5B color. Also use rgb(252,110,91) instead hex code.

Text Font Color

.myTextColor { color: #FC6E5B; }

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

This text font color is #FC6E5B.


Background Color

.myBgColor { background-color: #FC6E5B; }

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

This div background color is #FC6E5B.


Border color

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

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

This div border color is #FC6E5B.


Opacity

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

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

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

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

This text has shadow with #FC6E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6E5B on black background.


Color preview on white background

This text has color #FC6E5B on white background.



Black color preview on #FC6E5B background

This text has black color on #FC6E5B background.


White color preview on #FC6E5B background

This text has white color on #FC6E5B background.