COLOR #FC8A33

HEX: #FC8A33
RGB: (252,138,51)

Color info

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

RGB color model

#FC8A33 color RGB value is (252,138,51).

  • red value is 252;
  • green value is 138;
  • blue value is 51.
RGB:
(252,138,51)
(99%,54%,20%)

RGB channels and saturation

R 252 of 255 = 99%
G 138 of 255 = 54%
B 51 of 255 = 20%

252
138
51

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

Portions of RGB colors in percentages

R + G + B =
252 + 138 + 51 = 441 (100%)
R 252 of 441 ~ 57.14%
G 138 of 441 ~ 31.29%
B 51 of 441 ~ 11.56%

%57.14
%31.29
%11.56

CMYK color model

#FC8A33 color CMYK value is (0,45,80,1).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 79.76%
  • key color value is 1.18%
CMYK:
(0,45,80,1)
C0M45Y80K1 
(0%,45%,80%,1%)
(0.00/0.45/0.80/0.01)	

CMYK percentages

%0
%45.24
%79.76
%1.18

Codes

Color #FC8A33 in popluar color models

FC8A33
RGB25213851
HSL26°97.10%59.41%
HSB/HSV26°79.76%98.82%
CMYK0.00%45.24%79.76%
1.18%

Color #FC8A33 in popluar number systems.

HEXFC8A33
Decimal25213851
Binary1111110010001010110011
Octal37421263

Shades and tints

Shades of #FC8A33

#FC8A33
(252,138,51)
#E67E2F
(230,126,47)
#D0722B
(208,114,43)
#BA6627
(186,102,39)
#A45A23
(164,90,35)
#8E4E1F
(142,78,31)
#78421B
(120,66,27)
#623617
(98,54,23)
#4C2A13
(76,42,19)
#361E0F
(54,30,15)
#20120B
(32,18,11)
#000000
(0,0,0)

Tints of #FC8A33

#FC8A33
(252,138,51)
#FC9445
(252,148,69)
#FC9E57
(252,158,87)
#FCA869
(252,168,105)
#FCB27B
(252,178,123)
#FCBC8D
(252,188,141)
#FCC69F
(252,198,159)
#FCD0B1
(252,208,177)
#FCDAC3
(252,218,195)
#FCE4D5
(252,228,213)
#FCEEE7
(252,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC8A33 color. Also use rgb(252,138,51) instead hex code.

Text Font Color

.myTextColor { color: #FC8A33; }

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

This text font color is #FC8A33.


Background Color

.myBgColor { background-color: #FC8A33; }

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

This div background color is #FC8A33.


Border color

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

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

This div border color is #FC8A33.


Opacity

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

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

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

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

This text has shadow with #FC8A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8A33 on black background.


Color preview on white background

This text has color #FC8A33 on white background.



Black color preview on #FC8A33 background

This text has black color on #FC8A33 background.


White color preview on #FC8A33 background

This text has white color on #FC8A33 background.