COLOR #FC5C28

HEX: #FC5C28
RGB: (252,92,40)

Renk bilgisi

#FC5C28 contains mainly red color. #FC5C28 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#FC5C28 color RGB value is (252,92,40).

  • kırmız ton 252;
  • yeşil ton 92;
  • mavi ton 40.
RGB:
(252,92,40)
(99%,36%,16%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 92 of 255 = 36%
B 40 of 255 = 16%

252
92
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 92 + 40 = 384 (100%)
R 252 of 384 ~ 65.63%
G 92 of 384 ~ 23.96%
B 40 of 384 ~ 10.42%

%65.63
%23.96
%10.42

CMYK RENK MODELİ

#FC5C28 rengi CMYK tonu (0,63,84,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.49%
  • sarı tonu 84.13%
  • ana renk tonu 1.18%
CMYK:
(0,63,84,1)
C0M63Y84K1 
(0%,63%,84%,1%)
(0.00/0.63/0.84/0.01)	

CMYK yüzdeleri

%0
%63.49
%84.13
%1.18

Codes

Color #FC5C28 in popluar color models

FC5C28
RGB2529240
HSL15°97.25%57.25%
HSB/HSV15°84.13%98.82%
CMYK0.00%63.49%84.13%
1.18%

Color #FC5C28 in popluar number systems.

HEXFC5C28
Decimal2529240
Binary111111001011100101000
Octal37413450

Shades and tints

Shades of #FC5C28

#FC5C28
(252,92,40)
#E65425
(230,84,37)
#D04C22
(208,76,34)
#BA441F
(186,68,31)
#A43C1C
(164,60,28)
#8E3419
(142,52,25)
#782C16
(120,44,22)
#622413
(98,36,19)
#4C1C10
(76,28,16)
#36140D
(54,20,13)
#200C0A
(32,12,10)
#000000
(0,0,0)

Tints of #FC5C28

#FC5C28
(252,92,40)
#FC6A3B
(252,106,59)
#FC784E
(252,120,78)
#FC8661
(252,134,97)
#FC9474
(252,148,116)
#FCA287
(252,162,135)
#FCB09A
(252,176,154)
#FCBEAD
(252,190,173)
#FCCCC0
(252,204,192)
#FCDAD3
(252,218,211)
#FCE8E6
(252,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC5C28 color. Also use rgb(252,92,40) instead hex code.

Text Font Color

.myTextColor { color: #FC5C28; }

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

This text font color is #FC5C28.


Background Color

.myBgColor { background-color: #FC5C28; }

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

This div background color is #FC5C28.


Border color

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

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

This div border color is #FC5C28.


Opacity

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

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

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

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

This text has shadow with #FC5C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5C28 on black background.


Color preview on white background

This text has color #FC5C28 on white background.



Black color preview on #FC5C28 background

This text has black color on #FC5C28 background.


White color preview on #FC5C28 background

This text has white color on #FC5C28 background.