COLOR #FC631D

HEX: #FC631D
RGB: (252,99,29)

Renk bilgisi

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

RGB renk modeli

#FC631D color RGB value is (252,99,29).

  • kırmız ton 252;
  • yeşil ton 99;
  • mavi ton 29.
RGB:
(252,99,29)
(99%,39%,11%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 99 of 255 = 39%
B 29 of 255 = 11%

252
99
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 99 + 29 = 380 (100%)
R 252 of 380 ~ 66.32%
G 99 of 380 ~ 26.05%
B 29 of 380 ~ 7.63%

%66.32
%26.05

CMYK RENK MODELİ

#FC631D rengi CMYK tonu (0,61,88,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.71%
  • sarı tonu 88.49%
  • ana renk tonu 1.18%
CMYK:
(0,61,88,1)
C0M61Y88K1 
(0%,61%,88%,1%)
(0.00/0.61/0.88/0.01)	

CMYK yüzdeleri

%0
%60.71
%88.49
%1.18

Codes

Color #FC631D in popluar color models

FC631D
RGB2529929
HSL19°97.38%55.10%
HSB/HSV19°88.49%98.82%
CMYK0.00%60.71%88.49%
1.18%

Color #FC631D in popluar number systems.

HEXFC631D
Decimal2529929
Binary11111100110001111101
Octal37414335

Shades and tints

Shades of #FC631D

#FC631D
(252,99,29)
#E65A1B
(230,90,27)
#D05119
(208,81,25)
#BA4817
(186,72,23)
#A43F15
(164,63,21)
#8E3613
(142,54,19)
#782D11
(120,45,17)
#62240F
(98,36,15)
#4C1B0D
(76,27,13)
#36120B
(54,18,11)
#200909
(32,9,9)
#000000
(0,0,0)

Tints of #FC631D

#FC631D
(252,99,29)
#FC7131
(252,113,49)
#FC7F45
(252,127,69)
#FC8D59
(252,141,89)
#FC9B6D
(252,155,109)
#FCA981
(252,169,129)
#FCB795
(252,183,149)
#FCC5A9
(252,197,169)
#FCD3BD
(252,211,189)
#FCE1D1
(252,225,209)
#FCEFE5
(252,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC631D color. Also use rgb(252,99,29) instead hex code.

Text Font Color

.myTextColor { color: #FC631D; }

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

This text font color is #FC631D.


Background Color

.myBgColor { background-color: #FC631D; }

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

This div background color is #FC631D.


Border color

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

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

This div border color is #FC631D.


Opacity

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

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

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

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

This text has shadow with #FC631D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC631D on black background.


Color preview on white background

This text has color #FC631D on white background.



Black color preview on #FC631D background

This text has black color on #FC631D background.


White color preview on #FC631D background

This text has white color on #FC631D background.