COLOR #FC7C63

HEX: #FC7C63
RGB: (252,124,99)

Renk bilgisi

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

RGB renk modeli

#FC7C63 color RGB value is (252,124,99).

  • kırmız ton 252;
  • yeşil ton 124;
  • mavi ton 99.
RGB:
(252,124,99)
(99%,49%,39%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 124 of 255 = 49%
B 99 of 255 = 39%

252
124
99

R + G + B ~ 62%. #FC7C63 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 124 + 99 = 475 (100%)
R 252 of 475 ~ 53.05%
G 124 of 475 ~ 26.11%
B 99 of 475 ~ 20.84%

%53.05
%26.11
%20.84

CMYK RENK MODELİ

#FC7C63 rengi CMYK tonu (0,51,61,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.79%
  • sarı tonu 60.71%
  • ana renk tonu 1.18%
CMYK:
(0,51,61,1)
C0M51Y61K1 
(0%,51%,61%,1%)
(0.00/0.51/0.61/0.01)	

CMYK yüzdeleri

%0
%50.79
%60.71
%1.18

Codes

Color #FC7C63 in popluar color models

FC7C63
RGB25212499
HSL10°96.23%68.82%
HSB/HSV10°60.71%98.82%
CMYK0.00%50.79%60.71%
1.18%

Color #FC7C63 in popluar number systems.

HEXFC7C63
Decimal25212499
Binary1111110011111001100011
Octal374174143

Shades and tints

Shades of #FC7C63

#FC7C63
(252,124,99)
#E6715A
(230,113,90)
#D06651
(208,102,81)
#BA5B48
(186,91,72)
#A4503F
(164,80,63)
#8E4536
(142,69,54)
#783A2D
(120,58,45)
#622F24
(98,47,36)
#4C241B
(76,36,27)
#361912
(54,25,18)
#200E09
(32,14,9)
#000000
(0,0,0)

Tints of #FC7C63

#FC7C63
(252,124,99)
#FC8771
(252,135,113)
#FC927F
(252,146,127)
#FC9D8D
(252,157,141)
#FCA89B
(252,168,155)
#FCB3A9
(252,179,169)
#FCBEB7
(252,190,183)
#FCC9C5
(252,201,197)
#FCD4D3
(252,212,211)
#FCDFE1
(252,223,225)
#FCEAEF
(252,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC7C63 color. Also use rgb(252,124,99) instead hex code.

Text Font Color

.myTextColor { color: #FC7C63; }

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

This text font color is #FC7C63.


Background Color

.myBgColor { background-color: #FC7C63; }

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

This div background color is #FC7C63.


Border color

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

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

This div border color is #FC7C63.


Opacity

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

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

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

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

This text has shadow with #FC7C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC7C63 on black background.


Color preview on white background

This text has color #FC7C63 on white background.



Black color preview on #FC7C63 background

This text has black color on #FC7C63 background.


White color preview on #FC7C63 background

This text has white color on #FC7C63 background.