COLOR #FC800D

HEX: #FC800D
RGB: (252,128,13)

Renk bilgisi

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

RGB renk modeli

#FC800D color RGB value is (252,128,13).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 128 of 255 = 50%
B 13 of 255 = 5%

252
128
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 128 + 13 = 393 (100%)
R 252 of 393 ~ 64.12%
G 128 of 393 ~ 32.57%
B 13 of 393 ~ 3.31%

%64.12
%32.57

CMYK RENK MODELİ

#FC800D rengi CMYK tonu (0,49,95,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.21%
  • sarı tonu 94.84%
  • ana renk tonu 1.18%
CMYK:
(0,49,95,1)
C0M49Y95K1 
(0%,49%,95%,1%)
(0.00/0.49/0.95/0.01)	

CMYK yüzdeleri

%0
%49.21
%94.84
%1.18

Codes

Color #FC800D in popluar color models

FC800D
RGB25212813
HSL29°97.55%51.96%
HSB/HSV29°94.84%98.82%
CMYK0.00%49.21%94.84%
1.18%

Color #FC800D in popluar number systems.

HEXFC800D
Decimal25212813
Binary11111100100000001101
Octal37420015

Shades and tints

Shades of #FC800D

#FC800D
(252,128,13)
#E6750C
(230,117,12)
#D06A0B
(208,106,11)
#BA5F0A
(186,95,10)
#A45409
(164,84,9)
#8E4908
(142,73,8)
#783E07
(120,62,7)
#623306
(98,51,6)
#4C2805
(76,40,5)
#361D04
(54,29,4)
#201203
(32,18,3)
#000000
(0,0,0)

Tints of #FC800D

#FC800D
(252,128,13)
#FC8B23
(252,139,35)
#FC9639
(252,150,57)
#FCA14F
(252,161,79)
#FCAC65
(252,172,101)
#FCB77B
(252,183,123)
#FCC291
(252,194,145)
#FCCDA7
(252,205,167)
#FCD8BD
(252,216,189)
#FCE3D3
(252,227,211)
#FCEEE9
(252,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC800D; }

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

This text font color is #FC800D.


Background Color

.myBgColor { background-color: #FC800D; }

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

This div background color is #FC800D.


Border color

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

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

This div border color is #FC800D.


Opacity

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

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

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

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

This text has shadow with #FC800D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC800D on black background.


Color preview on white background

This text has color #FC800D on white background.



Black color preview on #FC800D background

This text has black color on #FC800D background.


White color preview on #FC800D background

This text has white color on #FC800D background.