COLOR #FC710D

HEX: #FC710D
RGB: (252,113,13)

Renk bilgisi

#FC710D contains mainly red color. #FC710D ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#FC710D color RGB value is (252,113,13).

  • kırmız ton 252;
  • yeşil ton 113;
  • mavi ton 13.
RGB:
(252,113,13)
(99%,44%,5%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 113 of 255 = 44%
B 13 of 255 = 5%

252
113
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 113 + 13 = 378 (100%)
R 252 of 378 ~ 66.67%
G 113 of 378 ~ 29.89%
B 13 of 378 ~ 3.44%

%66.67
%29.89

CMYK RENK MODELİ

#FC710D rengi CMYK tonu (0,55,95,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.16%
  • sarı tonu 94.84%
  • ana renk tonu 1.18%
CMYK:
(0,55,95,1)
C0M55Y95K1 
(0%,55%,95%,1%)
(0.00/0.55/0.95/0.01)	

CMYK yüzdeleri

%0
%55.16
%94.84
%1.18

Codes

Color #FC710D in popluar color models

FC710D
RGB25211313
HSL25°97.55%51.96%
HSB/HSV25°94.84%98.82%
CMYK0.00%55.16%94.84%
1.18%

Color #FC710D in popluar number systems.

HEXFC710D
Decimal25211313
Binary1111110011100011101
Octal37416115

Shades and tints

Shades of #FC710D

#FC710D
(252,113,13)
#E6670C
(230,103,12)
#D05D0B
(208,93,11)
#BA530A
(186,83,10)
#A44909
(164,73,9)
#8E3F08
(142,63,8)
#783507
(120,53,7)
#622B06
(98,43,6)
#4C2105
(76,33,5)
#361704
(54,23,4)
#200D03
(32,13,3)
#000000
(0,0,0)

Tints of #FC710D

#FC710D
(252,113,13)
#FC7D23
(252,125,35)
#FC8939
(252,137,57)
#FC954F
(252,149,79)
#FCA165
(252,161,101)
#FCAD7B
(252,173,123)
#FCB991
(252,185,145)
#FCC5A7
(252,197,167)
#FCD1BD
(252,209,189)
#FCDDD3
(252,221,211)
#FCE9E9
(252,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC710D color. Also use rgb(252,113,13) instead hex code.

Text Font Color

.myTextColor { color: #FC710D; }

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

This text font color is #FC710D.


Background Color

.myBgColor { background-color: #FC710D; }

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

This div background color is #FC710D.


Border color

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

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

This div border color is #FC710D.


Opacity

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

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

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

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

This text has shadow with #FC710D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC710D on black background.


Color preview on white background

This text has color #FC710D on white background.



Black color preview on #FC710D background

This text has black color on #FC710D background.


White color preview on #FC710D background

This text has white color on #FC710D background.