COLOR #FCC548

HEX: #FCC548
RGB: (252,197,72)

Color info

#FCC548 contains mainly red and green colors. Web safe color of #FCC548 is #FFCC33 (or #FC3).

RGB color model

#FCC548 color RGB value is (252,197,72).

  • red value is 252;
  • green value is 197;
  • blue value is 72.
RGB:
(252,197,72)
(99%,77%,28%)

RGB channels and saturation

R 252 of 255 = 99%
G 197 of 255 = 77%
B 72 of 255 = 28%

252
197
72

R + G + B ~ 68%. #FCC548 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 197 + 72 = 521 (100%)
R 252 of 521 ~ 48.37%
G 197 of 521 ~ 37.81%
B 72 of 521 ~ 13.82%

%48.37
%37.81
%13.82

CMYK color model

#FCC548 color CMYK value is (0,22,71,1).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 71.43%
  • key color value is 1.18%
CMYK:
(0,22,71,1)
C0M22Y71K1 
(0%,22%,71%,1%)
(0.00/0.22/0.71/0.01)	

CMYK percentages

%0
%21.83
%71.43
%1.18

Codes

Color #FCC548 in popluar color models

FCC548
RGB25219772
HSL42°96.77%63.53%
HSB/HSV42°71.43%98.82%
CMYK0.00%21.83%71.43%
1.18%

Color #FCC548 in popluar number systems.

HEXFCC548
Decimal25219772
Binary11111100110001011001000
Octal374305110

Shades and tints

Shades of #FCC548

#FCC548
(252,197,72)
#E6B442
(230,180,66)
#D0A33C
(208,163,60)
#BA9236
(186,146,54)
#A48130
(164,129,48)
#8E702A
(142,112,42)
#785F24
(120,95,36)
#624E1E
(98,78,30)
#4C3D18
(76,61,24)
#362C12
(54,44,18)
#201B0C
(32,27,12)
#000000
(0,0,0)

Tints of #FCC548

#FCC548
(252,197,72)
#FCCA58
(252,202,88)
#FCCF68
(252,207,104)
#FCD478
(252,212,120)
#FCD988
(252,217,136)
#FCDE98
(252,222,152)
#FCE3A8
(252,227,168)
#FCE8B8
(252,232,184)
#FCEDC8
(252,237,200)
#FCF2D8
(252,242,216)
#FCF7E8
(252,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC548 color. Also use rgb(252,197,72) instead hex code.

Text Font Color

.myTextColor { color: #FCC548; }

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

This text font color is #FCC548.


Background Color

.myBgColor { background-color: #FCC548; }

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

This div background color is #FCC548.


Border color

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

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

This div border color is #FCC548.


Opacity

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

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

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

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

This text has shadow with #FCC548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC548 on black background.


Color preview on white background

This text has color #FCC548 on white background.



Black color preview on #FCC548 background

This text has black color on #FCC548 background.


White color preview on #FCC548 background

This text has white color on #FCC548 background.