COLOR #FCB484

HEX: #FCB484
RGB: (252,180,132)

Color info

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

RGB color model

#FCB484 color RGB value is (252,180,132).

  • red value is 252;
  • green value is 180;
  • blue value is 132.
RGB:
(252,180,132)
(99%,71%,52%)

RGB channels and saturation

R 252 of 255 = 99%
G 180 of 255 = 71%
B 132 of 255 = 52%

252
180
132

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

Portions of RGB colors in percentages

R + G + B =
252 + 180 + 132 = 564 (100%)
R 252 of 564 ~ 44.68%
G 180 of 564 ~ 31.91%
B 132 of 564 ~ 23.4%

%44.68
%31.91
%23.4

CMYK color model

#FCB484 color CMYK value is (0,29,48,1).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 47.62%
  • key color value is 1.18%
CMYK:
(0,29,48,1)
C0M29Y48K1 
(0%,29%,48%,1%)
(0.00/0.29/0.48/0.01)	

CMYK percentages

%0
%28.57
%47.62
%1.18

Codes

Color #FCB484 in popluar color models

FCB484
RGB252180132
HSL24°95.24%75.29%
HSB/HSV24°47.62%98.82%
CMYK0.00%28.57%47.62%
1.18%

Color #FCB484 in popluar number systems.

HEXFCB484
Decimal252180132
Binary111111001011010010000100
Octal374264204

Shades and tints

Shades of #FCB484

#FCB484
(252,180,132)
#E6A478
(230,164,120)
#D0946C
(208,148,108)
#BA8460
(186,132,96)
#A47454
(164,116,84)
#8E6448
(142,100,72)
#78543C
(120,84,60)
#624430
(98,68,48)
#4C3424
(76,52,36)
#362418
(54,36,24)
#20140C
(32,20,12)
#000000
(0,0,0)

Tints of #FCB484

#FCB484
(252,180,132)
#FCBA8F
(252,186,143)
#FCC09A
(252,192,154)
#FCC6A5
(252,198,165)
#FCCCB0
(252,204,176)
#FCD2BB
(252,210,187)
#FCD8C6
(252,216,198)
#FCDED1
(252,222,209)
#FCE4DC
(252,228,220)
#FCEAE7
(252,234,231)
#FCF0F2
(252,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB484 color. Also use rgb(252,180,132) instead hex code.

Text Font Color

.myTextColor { color: #FCB484; }

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

This text font color is #FCB484.


Background Color

.myBgColor { background-color: #FCB484; }

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

This div background color is #FCB484.


Border color

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

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

This div border color is #FCB484.


Opacity

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

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

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

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

This text has shadow with #FCB484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB484 on black background.


Color preview on white background

This text has color #FCB484 on white background.



Black color preview on #FCB484 background

This text has black color on #FCB484 background.


White color preview on #FCB484 background

This text has white color on #FCB484 background.