COLOR #FC836C

HEX: #FC836C
RGB: (252,131,108)

Color info

#FC836C contains mainly red color. Web safe color of #FC836C is #FF9966 (or #F96).

RGB color model

#FC836C color RGB value is (252,131,108).

  • red value is 252;
  • green value is 131;
  • blue value is 108.
RGB:
(252,131,108)
(99%,51%,42%)

RGB channels and saturation

R 252 of 255 = 99%
G 131 of 255 = 51%
B 108 of 255 = 42%

252
131
108

R + G + B ~ 64%. #FC836C is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 131 + 108 = 491 (100%)
R 252 of 491 ~ 51.32%
G 131 of 491 ~ 26.68%
B 108 of 491 ~ 22%

%51.32
%26.68
%22

CMYK color model

#FC836C color CMYK value is (0,48,57,1).

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 57.14%
  • key color value is 1.18%
CMYK:
(0,48,57,1)
C0M48Y57K1 
(0%,48%,57%,1%)
(0.00/0.48/0.57/0.01)	

CMYK percentages

%0
%48.02
%57.14
%1.18

Codes

Color #FC836C in popluar color models

FC836C
RGB252131108
HSL10°96.00%70.59%
HSB/HSV10°57.14%98.82%
CMYK0.00%48.02%57.14%
1.18%

Color #FC836C in popluar number systems.

HEXFC836C
Decimal252131108
Binary11111100100000111101100
Octal374203154

Shades and tints

Shades of #FC836C

#FC836C
(252,131,108)
#E67863
(230,120,99)
#D06D5A
(208,109,90)
#BA6251
(186,98,81)
#A45748
(164,87,72)
#8E4C3F
(142,76,63)
#784136
(120,65,54)
#62362D
(98,54,45)
#4C2B24
(76,43,36)
#36201B
(54,32,27)
#201512
(32,21,18)
#000000
(0,0,0)

Tints of #FC836C

#FC836C
(252,131,108)
#FC8E79
(252,142,121)
#FC9986
(252,153,134)
#FCA493
(252,164,147)
#FCAFA0
(252,175,160)
#FCBAAD
(252,186,173)
#FCC5BA
(252,197,186)
#FCD0C7
(252,208,199)
#FCDBD4
(252,219,212)
#FCE6E1
(252,230,225)
#FCF1EE
(252,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC836C color. Also use rgb(252,131,108) instead hex code.

Text Font Color

.myTextColor { color: #FC836C; }

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

This text font color is #FC836C.


Background Color

.myBgColor { background-color: #FC836C; }

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

This div background color is #FC836C.


Border color

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

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

This div border color is #FC836C.


Opacity

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

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

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

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

This text has shadow with #FC836C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC836C on black background.


Color preview on white background

This text has color #FC836C on white background.



Black color preview on #FC836C background

This text has black color on #FC836C background.


White color preview on #FC836C background

This text has white color on #FC836C background.