COLOR #FCCA58

HEX: #FCCA58
RGB: (252,202,88)

Color info

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

RGB color model

#FCCA58 color RGB value is (252,202,88).

  • red value is 252;
  • green value is 202;
  • blue value is 88.
RGB:
(252,202,88)
(99%,79%,35%)

RGB channels and saturation

R 252 of 255 = 99%
G 202 of 255 = 79%
B 88 of 255 = 35%

252
202
88

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

Portions of RGB colors in percentages

R + G + B =
252 + 202 + 88 = 542 (100%)
R 252 of 542 ~ 46.49%
G 202 of 542 ~ 37.27%
B 88 of 542 ~ 16.24%

%46.49
%37.27
%16.24

CMYK color model

#FCCA58 color CMYK value is (0,20,65,1).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 65.08%
  • key color value is 1.18%
CMYK:
(0,20,65,1)
C0M20Y65K1 
(0%,20%,65%,1%)
(0.00/0.20/0.65/0.01)	

CMYK percentages

%0
%19.84
%65.08
%1.18

Codes

Color #FCCA58 in popluar color models

FCCA58
RGB25220288
HSL42°96.47%66.67%
HSB/HSV42°65.08%98.82%
CMYK0.00%19.84%65.08%
1.18%

Color #FCCA58 in popluar number systems.

HEXFCCA58
Decimal25220288
Binary11111100110010101011000
Octal374312130

Shades and tints

Shades of #FCCA58

#FCCA58
(252,202,88)
#E6B850
(230,184,80)
#D0A648
(208,166,72)
#BA9440
(186,148,64)
#A48238
(164,130,56)
#8E7030
(142,112,48)
#785E28
(120,94,40)
#624C20
(98,76,32)
#4C3A18
(76,58,24)
#362810
(54,40,16)
#201608
(32,22,8)
#000000
(0,0,0)

Tints of #FCCA58

#FCCA58
(252,202,88)
#FCCE67
(252,206,103)
#FCD276
(252,210,118)
#FCD685
(252,214,133)
#FCDA94
(252,218,148)
#FCDEA3
(252,222,163)
#FCE2B2
(252,226,178)
#FCE6C1
(252,230,193)
#FCEAD0
(252,234,208)
#FCEEDF
(252,238,223)
#FCF2EE
(252,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCA58 color. Also use rgb(252,202,88) instead hex code.

Text Font Color

.myTextColor { color: #FCCA58; }

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

This text font color is #FCCA58.


Background Color

.myBgColor { background-color: #FCCA58; }

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

This div background color is #FCCA58.


Border color

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

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

This div border color is #FCCA58.


Opacity

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

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

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

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

This text has shadow with #FCCA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCA58 on black background.


Color preview on white background

This text has color #FCCA58 on white background.



Black color preview on #FCCA58 background

This text has black color on #FCCA58 background.


White color preview on #FCCA58 background

This text has white color on #FCCA58 background.