COLOR #FCC163

HEX: #FCC163
RGB: (252,193,99)

Color info

#FCC163 contains mainly red and green colors. Web safe color of #FCC163 is #FFCC66 (or #FC6).

RGB color model

#FCC163 color RGB value is (252,193,99).

  • red value is 252;
  • green value is 193;
  • blue value is 99.
RGB:
(252,193,99)
(99%,76%,39%)

RGB channels and saturation

R 252 of 255 = 99%
G 193 of 255 = 76%
B 99 of 255 = 39%

252
193
99

R + G + B ~ 71%. #FCC163 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 193 + 99 = 544 (100%)
R 252 of 544 ~ 46.32%
G 193 of 544 ~ 35.48%
B 99 of 544 ~ 18.2%

%46.32
%35.48
%18.2

CMYK color model

#FCC163 color CMYK value is (0,23,61,1).

  • cyan value is 0.00%
  • magenta value is 23.41%
  • yellow value is 60.71%
  • key color value is 1.18%
CMYK:
(0,23,61,1)
C0M23Y61K1 
(0%,23%,61%,1%)
(0.00/0.23/0.61/0.01)	

CMYK percentages

%0
%23.41
%60.71
%1.18

Codes

Color #FCC163 in popluar color models

FCC163
RGB25219399
HSL37°96.23%68.82%
HSB/HSV37°60.71%98.82%
CMYK0.00%23.41%60.71%
1.18%

Color #FCC163 in popluar number systems.

HEXFCC163
Decimal25219399
Binary11111100110000011100011
Octal374301143

Shades and tints

Shades of #FCC163

#FCC163
(252,193,99)
#E6B05A
(230,176,90)
#D09F51
(208,159,81)
#BA8E48
(186,142,72)
#A47D3F
(164,125,63)
#8E6C36
(142,108,54)
#785B2D
(120,91,45)
#624A24
(98,74,36)
#4C391B
(76,57,27)
#362812
(54,40,18)
#201709
(32,23,9)
#000000
(0,0,0)

Tints of #FCC163

#FCC163
(252,193,99)
#FCC671
(252,198,113)
#FCCB7F
(252,203,127)
#FCD08D
(252,208,141)
#FCD59B
(252,213,155)
#FCDAA9
(252,218,169)
#FCDFB7
(252,223,183)
#FCE4C5
(252,228,197)
#FCE9D3
(252,233,211)
#FCEEE1
(252,238,225)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC163 color. Also use rgb(252,193,99) instead hex code.

Text Font Color

.myTextColor { color: #FCC163; }

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

This text font color is #FCC163.


Background Color

.myBgColor { background-color: #FCC163; }

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

This div background color is #FCC163.


Border color

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

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

This div border color is #FCC163.


Opacity

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

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

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

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

This text has shadow with #FCC163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC163 on black background.


Color preview on white background

This text has color #FCC163 on white background.



Black color preview on #FCC163 background

This text has black color on #FCC163 background.


White color preview on #FCC163 background

This text has white color on #FCC163 background.