COLOR #FC7E07

HEX: #FC7E07
RGB: (252,126,7)

Renk bilgisi

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

RGB renk modeli

#FC7E07 color RGB value is (252,126,7).

  • kırmız ton 252;
  • yeşil ton 126;
  • mavi ton 7.
RGB:
(252,126,7)
(99%,49%,3%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 126 of 255 = 49%
B 7 of 255 = 3%

252
126
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 126 + 7 = 385 (100%)
R 252 of 385 ~ 65.45%
G 126 of 385 ~ 32.73%
B 7 of 385 ~ 1.82%

%65.45
%32.73

CMYK RENK MODELİ

#FC7E07 rengi CMYK tonu (0,50,97,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 97.22%
  • ana renk tonu 1.18%
CMYK:
(0,50,97,1)
C0M50Y97K1 
(0%,50%,97%,1%)
(0.00/0.50/0.97/0.01)	

CMYK yüzdeleri

%0
%50
%97.22
%1.18

Codes

Color #FC7E07 in popluar color models

FC7E07
RGB2521267
HSL29°97.61%50.78%
HSB/HSV29°97.22%98.82%
CMYK0.00%50.00%97.22%
1.18%

Color #FC7E07 in popluar number systems.

HEXFC7E07
Decimal2521267
Binary111111001111110111
Octal3741767

Shades and tints

Shades of #FC7E07

#FC7E07
(252,126,7)
#E67307
(230,115,7)
#D06807
(208,104,7)
#BA5D07
(186,93,7)
#A45207
(164,82,7)
#8E4707
(142,71,7)
#783C07
(120,60,7)
#623107
(98,49,7)
#4C2607
(76,38,7)
#361B07
(54,27,7)
#201007
(32,16,7)
#000000
(0,0,0)

Tints of #FC7E07

#FC7E07
(252,126,7)
#FC891D
(252,137,29)
#FC9433
(252,148,51)
#FC9F49
(252,159,73)
#FCAA5F
(252,170,95)
#FCB575
(252,181,117)
#FCC08B
(252,192,139)
#FCCBA1
(252,203,161)
#FCD6B7
(252,214,183)
#FCE1CD
(252,225,205)
#FCECE3
(252,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC7E07 color. Also use rgb(252,126,7) instead hex code.

Text Font Color

.myTextColor { color: #FC7E07; }

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

This text font color is #FC7E07.


Background Color

.myBgColor { background-color: #FC7E07; }

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

This div background color is #FC7E07.


Border color

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

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

This div border color is #FC7E07.


Opacity

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

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

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

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

This text has shadow with #FC7E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC7E07 on black background.


Color preview on white background

This text has color #FC7E07 on white background.



Black color preview on #FC7E07 background

This text has black color on #FC7E07 background.


White color preview on #FC7E07 background

This text has white color on #FC7E07 background.