COLOR #FC894B

HEX: #FC894B
RGB: (252,137,75)

Color info

#FC894B contains mainly red color. Web safe color of #FC894B is #FF9933 (or #F93).

RGB color model

#FC894B color RGB value is (252,137,75).

  • red value is 252;
  • green value is 137;
  • blue value is 75.
RGB:
(252,137,75)
(99%,54%,29%)

RGB channels and saturation

R 252 of 255 = 99%
G 137 of 255 = 54%
B 75 of 255 = 29%

252
137
75

R + G + B ~ 61%. #FC894B is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 137 + 75 = 464 (100%)
R 252 of 464 ~ 54.31%
G 137 of 464 ~ 29.53%
B 75 of 464 ~ 16.16%

%54.31
%29.53
%16.16

CMYK color model

#FC894B color CMYK value is (0,46,70,1).

  • cyan value is 0.00%
  • magenta value is 45.63%
  • yellow value is 70.24%
  • key color value is 1.18%
CMYK:
(0,46,70,1)
C0M46Y70K1 
(0%,46%,70%,1%)
(0.00/0.46/0.70/0.01)	

CMYK percentages

%0
%45.63
%70.24
%1.18

Codes

Color #FC894B in popluar color models

FC894B
RGB25213775
HSL21°96.72%64.12%
HSB/HSV21°70.24%98.82%
CMYK0.00%45.63%70.24%
1.18%

Color #FC894B in popluar number systems.

HEXFC894B
Decimal25213775
Binary11111100100010011001011
Octal374211113

Shades and tints

Shades of #FC894B

#FC894B
(252,137,75)
#E67D45
(230,125,69)
#D0713F
(208,113,63)
#BA6539
(186,101,57)
#A45933
(164,89,51)
#8E4D2D
(142,77,45)
#784127
(120,65,39)
#623521
(98,53,33)
#4C291B
(76,41,27)
#361D15
(54,29,21)
#20110F
(32,17,15)
#000000
(0,0,0)

Tints of #FC894B

#FC894B
(252,137,75)
#FC935B
(252,147,91)
#FC9D6B
(252,157,107)
#FCA77B
(252,167,123)
#FCB18B
(252,177,139)
#FCBB9B
(252,187,155)
#FCC5AB
(252,197,171)
#FCCFBB
(252,207,187)
#FCD9CB
(252,217,203)
#FCE3DB
(252,227,219)
#FCEDEB
(252,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC894B color. Also use rgb(252,137,75) instead hex code.

Text Font Color

.myTextColor { color: #FC894B; }

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

This text font color is #FC894B.


Background Color

.myBgColor { background-color: #FC894B; }

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

This div background color is #FC894B.


Border color

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

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

This div border color is #FC894B.


Opacity

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

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

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

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

This text has shadow with #FC894B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC894B on black background.


Color preview on white background

This text has color #FC894B on white background.



Black color preview on #FC894B background

This text has black color on #FC894B background.


White color preview on #FC894B background

This text has white color on #FC894B background.