COLOR #FC865F

HEX: #FC865F
RGB: (252,134,95)

Renk bilgisi

#FC865F contains mainly red color. #FC865F ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#FC865F color RGB value is (252,134,95).

  • kırmız ton 252;
  • yeşil ton 134;
  • mavi ton 95.
RGB:
(252,134,95)
(99%,53%,37%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 134 of 255 = 53%
B 95 of 255 = 37%

252
134
95

R + G + B ~ 63%. #FC865F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 134 + 95 = 481 (100%)
R 252 of 481 ~ 52.39%
G 134 of 481 ~ 27.86%
B 95 of 481 ~ 19.75%

%52.39
%27.86
%19.75

CMYK RENK MODELİ

#FC865F rengi CMYK tonu (0,47,62,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.83%
  • sarı tonu 62.30%
  • ana renk tonu 1.18%
CMYK:
(0,47,62,1)
C0M47Y62K1 
(0%,47%,62%,1%)
(0.00/0.47/0.62/0.01)	

CMYK yüzdeleri

%0
%46.83
%62.3
%1.18

Codes

Color #FC865F in popluar color models

FC865F
RGB25213495
HSL15°96.32%68.04%
HSB/HSV15°62.30%98.82%
CMYK0.00%46.83%62.30%
1.18%

Color #FC865F in popluar number systems.

HEXFC865F
Decimal25213495
Binary11111100100001101011111
Octal374206137

Shades and tints

Shades of #FC865F

#FC865F
(252,134,95)
#E67A57
(230,122,87)
#D06E4F
(208,110,79)
#BA6247
(186,98,71)
#A4563F
(164,86,63)
#8E4A37
(142,74,55)
#783E2F
(120,62,47)
#623227
(98,50,39)
#4C261F
(76,38,31)
#361A17
(54,26,23)
#200E0F
(32,14,15)
#000000
(0,0,0)

Tints of #FC865F

#FC865F
(252,134,95)
#FC916D
(252,145,109)
#FC9C7B
(252,156,123)
#FCA789
(252,167,137)
#FCB297
(252,178,151)
#FCBDA5
(252,189,165)
#FCC8B3
(252,200,179)
#FCD3C1
(252,211,193)
#FCDECF
(252,222,207)
#FCE9DD
(252,233,221)
#FCF4EB
(252,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC865F color. Also use rgb(252,134,95) instead hex code.

Text Font Color

.myTextColor { color: #FC865F; }

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

This text font color is #FC865F.


Background Color

.myBgColor { background-color: #FC865F; }

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

This div background color is #FC865F.


Border color

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

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

This div border color is #FC865F.


Opacity

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

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

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

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

This text has shadow with #FC865F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC865F on black background.


Color preview on white background

This text has color #FC865F on white background.



Black color preview on #FC865F background

This text has black color on #FC865F background.


White color preview on #FC865F background

This text has white color on #FC865F background.