COLOR #FC7A4D

HEX: #FC7A4D
RGB: (252,122,77)

Renk bilgisi

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

RGB renk modeli

#FC7A4D color RGB value is (252,122,77).

  • kırmız ton 252;
  • yeşil ton 122;
  • mavi ton 77.
RGB:
(252,122,77)
(99%,48%,30%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 122 of 255 = 48%
B 77 of 255 = 30%

252
122
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 122 + 77 = 451 (100%)
R 252 of 451 ~ 55.88%
G 122 of 451 ~ 27.05%
B 77 of 451 ~ 17.07%

%55.88
%27.05
%17.07

CMYK RENK MODELİ

#FC7A4D rengi CMYK tonu (0,52,69,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.59%
  • sarı tonu 69.44%
  • ana renk tonu 1.18%
CMYK:
(0,52,69,1)
C0M52Y69K1 
(0%,52%,69%,1%)
(0.00/0.52/0.69/0.01)	

CMYK yüzdeleri

%0
%51.59
%69.44
%1.18

Codes

Color #FC7A4D in popluar color models

FC7A4D
RGB25212277
HSL15°96.69%64.51%
HSB/HSV15°69.44%98.82%
CMYK0.00%51.59%69.44%
1.18%

Color #FC7A4D in popluar number systems.

HEXFC7A4D
Decimal25212277
Binary1111110011110101001101
Octal374172115

Shades and tints

Shades of #FC7A4D

#FC7A4D
(252,122,77)
#E66F46
(230,111,70)
#D0643F
(208,100,63)
#BA5938
(186,89,56)
#A44E31
(164,78,49)
#8E432A
(142,67,42)
#783823
(120,56,35)
#622D1C
(98,45,28)
#4C2215
(76,34,21)
#36170E
(54,23,14)
#200C07
(32,12,7)
#000000
(0,0,0)

Tints of #FC7A4D

#FC7A4D
(252,122,77)
#FC865D
(252,134,93)
#FC926D
(252,146,109)
#FC9E7D
(252,158,125)
#FCAA8D
(252,170,141)
#FCB69D
(252,182,157)
#FCC2AD
(252,194,173)
#FCCEBD
(252,206,189)
#FCDACD
(252,218,205)
#FCE6DD
(252,230,221)
#FCF2ED
(252,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC7A4D color. Also use rgb(252,122,77) instead hex code.

Text Font Color

.myTextColor { color: #FC7A4D; }

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

This text font color is #FC7A4D.


Background Color

.myBgColor { background-color: #FC7A4D; }

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

This div background color is #FC7A4D.


Border color

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

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

This div border color is #FC7A4D.


Opacity

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

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

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

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

This text has shadow with #FC7A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC7A4D on black background.


Color preview on white background

This text has color #FC7A4D on white background.



Black color preview on #FC7A4D background

This text has black color on #FC7A4D background.


White color preview on #FC7A4D background

This text has white color on #FC7A4D background.