COLOR #FCCD41

HEX: #FCCD41
RGB: (252,205,65)

Color info

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

RGB color model

#FCCD41 color RGB value is (252,205,65).

  • red value is 252;
  • green value is 205;
  • blue value is 65.
RGB:
(252,205,65)
(99%,80%,25%)

RGB channels and saturation

R 252 of 255 = 99%
G 205 of 255 = 80%
B 65 of 255 = 25%

252
205
65

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

Portions of RGB colors in percentages

R + G + B =
252 + 205 + 65 = 522 (100%)
R 252 of 522 ~ 48.28%
G 205 of 522 ~ 39.27%
B 65 of 522 ~ 12.45%

%48.28
%39.27
%12.45

CMYK color model

#FCCD41 color CMYK value is (0,19,74,1).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 74.21%
  • key color value is 1.18%
CMYK:
(0,19,74,1)
C0M19Y74K1 
(0%,19%,74%,1%)
(0.00/0.19/0.74/0.01)	

CMYK percentages

%0
%18.65
%74.21
%1.18

Codes

Color #FCCD41 in popluar color models

FCCD41
RGB25220565
HSL45°96.89%62.16%
HSB/HSV45°74.21%98.82%
CMYK0.00%18.65%74.21%
1.18%

Color #FCCD41 in popluar number systems.

HEXFCCD41
Decimal25220565
Binary11111100110011011000001
Octal374315101

Shades and tints

Shades of #FCCD41

#FCCD41
(252,205,65)
#E6BB3C
(230,187,60)
#D0A937
(208,169,55)
#BA9732
(186,151,50)
#A4852D
(164,133,45)
#8E7328
(142,115,40)
#786123
(120,97,35)
#624F1E
(98,79,30)
#4C3D19
(76,61,25)
#362B14
(54,43,20)
#20190F
(32,25,15)
#000000
(0,0,0)

Tints of #FCCD41

#FCCD41
(252,205,65)
#FCD152
(252,209,82)
#FCD563
(252,213,99)
#FCD974
(252,217,116)
#FCDD85
(252,221,133)
#FCE196
(252,225,150)
#FCE5A7
(252,229,167)
#FCE9B8
(252,233,184)
#FCEDC9
(252,237,201)
#FCF1DA
(252,241,218)
#FCF5EB
(252,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCD41 color. Also use rgb(252,205,65) instead hex code.

Text Font Color

.myTextColor { color: #FCCD41; }

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

This text font color is #FCCD41.


Background Color

.myBgColor { background-color: #FCCD41; }

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

This div background color is #FCCD41.


Border color

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

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

This div border color is #FCCD41.


Opacity

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

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

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

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

This text has shadow with #FCCD41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCD41 on black background.


Color preview on white background

This text has color #FCCD41 on white background.



Black color preview on #FCCD41 background

This text has black color on #FCCD41 background.


White color preview on #FCCD41 background

This text has white color on #FCCD41 background.