COLOR #FC701F

HEX: #FC701F
RGB: (252,112,31)

Renk bilgisi

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

RGB renk modeli

#FC701F color RGB value is (252,112,31).

  • kırmız ton 252;
  • yeşil ton 112;
  • mavi ton 31.
RGB:
(252,112,31)
(99%,44%,12%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 112 of 255 = 44%
B 31 of 255 = 12%

252
112
31

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 112 + 31 = 395 (100%)
R 252 of 395 ~ 63.8%
G 112 of 395 ~ 28.35%
B 31 of 395 ~ 7.85%

%63.8
%28.35

CMYK RENK MODELİ

#FC701F rengi CMYK tonu (0,56,88,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.56%
  • sarı tonu 87.70%
  • ana renk tonu 1.18%
CMYK:
(0,56,88,1)
C0M56Y88K1 
(0%,56%,88%,1%)
(0.00/0.56/0.88/0.01)	

CMYK yüzdeleri

%0
%55.56
%87.7
%1.18

Codes

Color #FC701F in popluar color models

FC701F
RGB25211231
HSL22°97.36%55.49%
HSB/HSV22°87.70%98.82%
CMYK0.00%55.56%87.70%
1.18%

Color #FC701F in popluar number systems.

HEXFC701F
Decimal25211231
Binary11111100111000011111
Octal37416037

Shades and tints

Shades of #FC701F

#FC701F
(252,112,31)
#E6661D
(230,102,29)
#D05C1B
(208,92,27)
#BA5219
(186,82,25)
#A44817
(164,72,23)
#8E3E15
(142,62,21)
#783413
(120,52,19)
#622A11
(98,42,17)
#4C200F
(76,32,15)
#36160D
(54,22,13)
#200C0B
(32,12,11)
#000000
(0,0,0)

Tints of #FC701F

#FC701F
(252,112,31)
#FC7D33
(252,125,51)
#FC8A47
(252,138,71)
#FC975B
(252,151,91)
#FCA46F
(252,164,111)
#FCB183
(252,177,131)
#FCBE97
(252,190,151)
#FCCBAB
(252,203,171)
#FCD8BF
(252,216,191)
#FCE5D3
(252,229,211)
#FCF2E7
(252,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC701F color. Also use rgb(252,112,31) instead hex code.

Text Font Color

.myTextColor { color: #FC701F; }

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

This text font color is #FC701F.


Background Color

.myBgColor { background-color: #FC701F; }

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

This div background color is #FC701F.


Border color

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

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

This div border color is #FC701F.


Opacity

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

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

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

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

This text has shadow with #FC701F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC701F on black background.


Color preview on white background

This text has color #FC701F on white background.



Black color preview on #FC701F background

This text has black color on #FC701F background.


White color preview on #FC701F background

This text has white color on #FC701F background.