COLOR #FC431C

HEX: #FC431C
RGB: (252,67,28)

Color info

#FC431C contains mainly red color. Web safe color of #FC431C is #FF3333 (or #F33).

RGB color model

#FC431C color RGB value is (252,67,28).

  • red value is 252;
  • green value is 67;
  • blue value is 28.
RGB:
(252,67,28)
(99%,26%,11%)

RGB channels and saturation

R 252 of 255 = 99%
G 67 of 255 = 26%
B 28 of 255 = 11%

252
67
28

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

Portions of RGB colors in percentages

R + G + B =
252 + 67 + 28 = 347 (100%)
R 252 of 347 ~ 72.62%
G 67 of 347 ~ 19.31%
B 28 of 347 ~ 8.07%

%72.62
%19.31

CMYK color model

#FC431C color CMYK value is (0,73,89,1).

  • cyan value is 0.00%
  • magenta value is 73.41%
  • yellow value is 88.89%
  • key color value is 1.18%
CMYK:
(0,73,89,1)
C0M73Y89K1 
(0%,73%,89%,1%)
(0.00/0.73/0.89/0.01)	

CMYK percentages

%0
%73.41
%88.89
%1.18

Codes

Color #FC431C in popluar color models

FC431C
RGB2526728
HSL10°97.39%54.90%
HSB/HSV10°88.89%98.82%
CMYK0.00%73.41%88.89%
1.18%

Color #FC431C in popluar number systems.

HEXFC431C
Decimal2526728
Binary11111100100001111100
Octal37410334

Shades and tints

Shades of #FC431C

#FC431C
(252,67,28)
#E63D1A
(230,61,26)
#D03718
(208,55,24)
#BA3116
(186,49,22)
#A42B14
(164,43,20)
#8E2512
(142,37,18)
#781F10
(120,31,16)
#62190E
(98,25,14)
#4C130C
(76,19,12)
#360D0A
(54,13,10)
#200708
(32,7,8)
#000000
(0,0,0)

Tints of #FC431C

#FC431C
(252,67,28)
#FC5430
(252,84,48)
#FC6544
(252,101,68)
#FC7658
(252,118,88)
#FC876C
(252,135,108)
#FC9880
(252,152,128)
#FCA994
(252,169,148)
#FCBAA8
(252,186,168)
#FCCBBC
(252,203,188)
#FCDCD0
(252,220,208)
#FCEDE4
(252,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC431C color. Also use rgb(252,67,28) instead hex code.

Text Font Color

.myTextColor { color: #FC431C; }

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

This text font color is #FC431C.


Background Color

.myBgColor { background-color: #FC431C; }

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

This div background color is #FC431C.


Border color

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

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

This div border color is #FC431C.


Opacity

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

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

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

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

This text has shadow with #FC431C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC431C on black background.


Color preview on white background

This text has color #FC431C on white background.



Black color preview on #FC431C background

This text has black color on #FC431C background.


White color preview on #FC431C background

This text has white color on #FC431C background.