COLOR #FC880B

HEX: #FC880B RGB: (252,136,11)

Color info

#FC880B contains mainly red color. Web safe color of #FC880B is #FF9900 (or #F90).

RGB color model

#FC880B color RGB value is (252,136,11).

RGB: (252,136,11) (99%, 53%, 4%)

RGB channels and saturation

R 252 of 255 = 99%
G 136 of 255 = 53%
B 11 of 255 = 4%

252
136
11

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

Portions of RGB colors in percentages

R + G + B = 252 + 136 + 11 = 399 (100%)
R 252 of 399 ~ 63.16%
G 136 of 399 ~ 34.09%
B 11 of 399 ~ 2.76'%

%63.16
%34.09

CMYK color model

#FC880B color CMYK value is (0,46,96,1).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 95.63%
  • key color value is 1.18%

CMYK: (0,46,96,1)
C0M46Y96K1 (0%, 46%, 96%, 1%)
(0.00 / 0.46 / 0.96 / 0.01)

CMYK percentages

%0
%46.03
%95.63
%1.18

Codes

Color #FC880B in popluar color models

FC 88 0B
RGB 252 136 11
HSL 31° 97.57% 51.57%
HSB/HSV 31° 95.63% 98.82%
CMYK 0.00% 46.03% 95.63%
1.18%

Color #FC880B in popluar number systems.

HEX FC 88 0B
Decimal 252 136 11
Binary 11111100 10001000 1011
Octal 374 210 13

Shades and tints

Shades of #FC880B

#FC880B
(252,136,11)
#E67C0A
(230,124,10)
#D07009
(208,112,9)
#BA6408
(186,100,8)
#A45807
(164,88,7)
#8E4C06
(142,76,6)
#784005
(120,64,5)
#623404
(98,52,4)
#4C2803
(76,40,3)
#361C02
(54,28,2)
#201001
(32,16,1)
#000000
(0,0,0)

Tints of #FC880B

#FC880B
(252,136,11)
#FC9221
(252,146,33)
#FC9C37
(252,156,55)
#FCA64D
(252,166,77)
#FCB063
(252,176,99)
#FCBA79
(252,186,121)
#FCC48F
(252,196,143)
#FCCEA5
(252,206,165)
#FCD8BB
(252,216,187)
#FCE2D1
(252,226,209)
#FCECE7
(252,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC880B color. Also use rgb(252,136,11) instead hex code.

Text Font Color

.myTextColor { color: #FC880B; }

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

This text font color is #FC880B.

Background Color

.myBgColor { background-color: #FC880B; }

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

This div background color is #FC880B.

Border color

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

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

This div border color is #FC880B.

Opacity

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

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

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

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

This text has shadow with #FC880B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC880B.

Preview

Color preview on black background

This text has color #FC880B on black background.


Color preview on white background

This text has color #FC880B on white background.


Black color preview on #FC880B background

This text has black color on #FC880B background.


White color preview on #FC880B background

This text has white color on #FC880B background.


Related colors

Complementary color

Complementary color for #hex is #0377F4.


I love getcolorcode.com

Triadic colors

1 #0BFC88 and #880BFC with #FC880B are triadic colors.

2 #0B88FC and #88FC0B with #FC880B are triadic colors.