COLOR #FCBA81

HEX: #FCBA81
RGB: (252,186,129)

Color info

#FCBA81 contains mainly red color. Web safe color of #FCBA81 is #FFCC99 (or #FC9).

RGB color model

#FCBA81 color RGB value is (252,186,129).

  • red value is 252;
  • green value is 186;
  • blue value is 129.
RGB:
(252,186,129)
(99%,73%,51%)

RGB channels and saturation

R 252 of 255 = 99%
G 186 of 255 = 73%
B 129 of 255 = 51%

252
186
129

R + G + B ~ 74%. #FCBA81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 186 + 129 = 567 (100%)
R 252 of 567 ~ 44.44%
G 186 of 567 ~ 32.8%
B 129 of 567 ~ 22.75%

%44.44
%32.8
%22.75

CMYK color model

#FCBA81 color CMYK value is (0,26,49,1).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 48.81%
  • key color value is 1.18%
CMYK:
(0,26,49,1)
C0M26Y49K1 
(0%,26%,49%,1%)
(0.00/0.26/0.49/0.01)	

CMYK percentages

%0
%26.19
%48.81
%1.18

Codes

Color #FCBA81 in popluar color models

FCBA81
RGB252186129
HSL28°95.35%74.71%
HSB/HSV28°48.81%98.82%
CMYK0.00%26.19%48.81%
1.18%

Color #FCBA81 in popluar number systems.

HEXFCBA81
Decimal252186129
Binary111111001011101010000001
Octal374272201

Shades and tints

Shades of #FCBA81

#FCBA81
(252,186,129)
#E6AA76
(230,170,118)
#D09A6B
(208,154,107)
#BA8A60
(186,138,96)
#A47A55
(164,122,85)
#8E6A4A
(142,106,74)
#785A3F
(120,90,63)
#624A34
(98,74,52)
#4C3A29
(76,58,41)
#362A1E
(54,42,30)
#201A13
(32,26,19)
#000000
(0,0,0)

Tints of #FCBA81

#FCBA81
(252,186,129)
#FCC08C
(252,192,140)
#FCC697
(252,198,151)
#FCCCA2
(252,204,162)
#FCD2AD
(252,210,173)
#FCD8B8
(252,216,184)
#FCDEC3
(252,222,195)
#FCE4CE
(252,228,206)
#FCEAD9
(252,234,217)
#FCF0E4
(252,240,228)
#FCF6EF
(252,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBA81 color. Also use rgb(252,186,129) instead hex code.

Text Font Color

.myTextColor { color: #FCBA81; }

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

This text font color is #FCBA81.


Background Color

.myBgColor { background-color: #FCBA81; }

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

This div background color is #FCBA81.


Border color

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

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

This div border color is #FCBA81.


Opacity

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

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

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

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

This text has shadow with #FCBA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBA81 on black background.


Color preview on white background

This text has color #FCBA81 on white background.



Black color preview on #FCBA81 background

This text has black color on #FCBA81 background.


White color preview on #FCBA81 background

This text has white color on #FCBA81 background.