COLOR #FC610D

HEX: #FC610D
RGB: (252,97,13)

Renk bilgisi

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

RGB renk modeli

#FC610D color RGB value is (252,97,13).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 97 of 255 = 38%
B 13 of 255 = 5%

252
97
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 97 + 13 = 362 (100%)
R 252 of 362 ~ 69.61%
G 97 of 362 ~ 26.8%
B 13 of 362 ~ 3.59%

%69.61
%26.8

CMYK RENK MODELİ

#FC610D rengi CMYK tonu (0,62,95,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.51%
  • sarı tonu 94.84%
  • ana renk tonu 1.18%
CMYK:
(0,62,95,1)
C0M62Y95K1 
(0%,62%,95%,1%)
(0.00/0.62/0.95/0.01)	

CMYK yüzdeleri

%0
%61.51
%94.84
%1.18

Codes

Color #FC610D in popluar color models

FC610D
RGB2529713
HSL21°97.55%51.96%
HSB/HSV21°94.84%98.82%
CMYK0.00%61.51%94.84%
1.18%

Color #FC610D in popluar number systems.

HEXFC610D
Decimal2529713
Binary1111110011000011101
Octal37414115

Shades and tints

Shades of #FC610D

#FC610D
(252,97,13)
#E6590C
(230,89,12)
#D0510B
(208,81,11)
#BA490A
(186,73,10)
#A44109
(164,65,9)
#8E3908
(142,57,8)
#783107
(120,49,7)
#622906
(98,41,6)
#4C2105
(76,33,5)
#361904
(54,25,4)
#201103
(32,17,3)
#000000
(0,0,0)

Tints of #FC610D

#FC610D
(252,97,13)
#FC6F23
(252,111,35)
#FC7D39
(252,125,57)
#FC8B4F
(252,139,79)
#FC9965
(252,153,101)
#FCA77B
(252,167,123)
#FCB591
(252,181,145)
#FCC3A7
(252,195,167)
#FCD1BD
(252,209,189)
#FCDFD3
(252,223,211)
#FCEDE9
(252,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC610D; }

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

This text font color is #FC610D.


Background Color

.myBgColor { background-color: #FC610D; }

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

This div background color is #FC610D.


Border color

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

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

This div border color is #FC610D.


Opacity

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

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

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

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

This text has shadow with #FC610D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC610D on black background.


Color preview on white background

This text has color #FC610D on white background.



Black color preview on #FC610D background

This text has black color on #FC610D background.


White color preview on #FC610D background

This text has white color on #FC610D background.