COLOR #FC996A

HEX: #FC996A
RGB: (252,153,106)

Color info

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

RGB color model

#FC996A color RGB value is (252,153,106).

  • red value is 252;
  • green value is 153;
  • blue value is 106.
RGB:
(252,153,106)
(99%,60%,42%)

RGB channels and saturation

R 252 of 255 = 99%
G 153 of 255 = 60%
B 106 of 255 = 42%

252
153
106

R + G + B ~ 67%. #FC996A is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 153 + 106 = 511 (100%)
R 252 of 511 ~ 49.32%
G 153 of 511 ~ 29.94%
B 106 of 511 ~ 20.74%

%49.32
%29.94
%20.74

CMYK color model

#FC996A color CMYK value is (0,39,58,1).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 57.94%
  • key color value is 1.18%
CMYK:
(0,39,58,1)
C0M39Y58K1 
(0%,39%,58%,1%)
(0.00/0.39/0.58/0.01)	

CMYK percentages

%0
%39.29
%57.94
%1.18

Codes

Color #FC996A in popluar color models

FC996A
RGB252153106
HSL19°96.05%70.20%
HSB/HSV19°57.94%98.82%
CMYK0.00%39.29%57.94%
1.18%

Color #FC996A in popluar number systems.

HEXFC996A
Decimal252153106
Binary11111100100110011101010
Octal374231152

Shades and tints

Shades of #FC996A

#FC996A
(252,153,106)
#E68C61
(230,140,97)
#D07F58
(208,127,88)
#BA724F
(186,114,79)
#A46546
(164,101,70)
#8E583D
(142,88,61)
#784B34
(120,75,52)
#623E2B
(98,62,43)
#4C3122
(76,49,34)
#362419
(54,36,25)
#201710
(32,23,16)
#000000
(0,0,0)

Tints of #FC996A

#FC996A
(252,153,106)
#FCA277
(252,162,119)
#FCAB84
(252,171,132)
#FCB491
(252,180,145)
#FCBD9E
(252,189,158)
#FCC6AB
(252,198,171)
#FCCFB8
(252,207,184)
#FCD8C5
(252,216,197)
#FCE1D2
(252,225,210)
#FCEADF
(252,234,223)
#FCF3EC
(252,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC996A color. Also use rgb(252,153,106) instead hex code.

Text Font Color

.myTextColor { color: #FC996A; }

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

This text font color is #FC996A.


Background Color

.myBgColor { background-color: #FC996A; }

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

This div background color is #FC996A.


Border color

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

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

This div border color is #FC996A.


Opacity

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

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

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

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

This text has shadow with #FC996A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC996A on black background.


Color preview on white background

This text has color #FC996A on white background.



Black color preview on #FC996A background

This text has black color on #FC996A background.


White color preview on #FC996A background

This text has white color on #FC996A background.