COLOR #FCAD29

HEX: #FCAD29
RGB: (252,173,41)

Color info

#FCAD29 contains mainly red color. Web safe color of #FCAD29 is #FF9933 (or #F93).

RGB color model

#FCAD29 color RGB value is (252,173,41).

  • red value is 252;
  • green value is 173;
  • blue value is 41.
RGB:
(252,173,41)
(99%,68%,16%)

RGB channels and saturation

R 252 of 255 = 99%
G 173 of 255 = 68%
B 41 of 255 = 16%

252
173
41

R + G + B ~ 61%. #FCAD29 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 173 + 41 = 466 (100%)
R 252 of 466 ~ 54.08%
G 173 of 466 ~ 37.12%
B 41 of 466 ~ 8.8%

%54.08
%37.12

CMYK color model

#FCAD29 color CMYK value is (0,31,84,1).

  • cyan value is 0.00%
  • magenta value is 31.35%
  • yellow value is 83.73%
  • key color value is 1.18%
CMYK:
(0,31,84,1)
C0M31Y84K1 
(0%,31%,84%,1%)
(0.00/0.31/0.84/0.01)	

CMYK percentages

%0
%31.35
%83.73
%1.18

Codes

Color #FCAD29 in popluar color models

FCAD29
RGB25217341
HSL38°97.24%57.45%
HSB/HSV38°83.73%98.82%
CMYK0.00%31.35%83.73%
1.18%

Color #FCAD29 in popluar number systems.

HEXFCAD29
Decimal25217341
Binary1111110010101101101001
Octal37425551

Shades and tints

Shades of #FCAD29

#FCAD29
(252,173,41)
#E69E26
(230,158,38)
#D08F23
(208,143,35)
#BA8020
(186,128,32)
#A4711D
(164,113,29)
#8E621A
(142,98,26)
#785317
(120,83,23)
#624414
(98,68,20)
#4C3511
(76,53,17)
#36260E
(54,38,14)
#20170B
(32,23,11)
#000000
(0,0,0)

Tints of #FCAD29

#FCAD29
(252,173,41)
#FCB43C
(252,180,60)
#FCBB4F
(252,187,79)
#FCC262
(252,194,98)
#FCC975
(252,201,117)
#FCD088
(252,208,136)
#FCD79B
(252,215,155)
#FCDEAE
(252,222,174)
#FCE5C1
(252,229,193)
#FCECD4
(252,236,212)
#FCF3E7
(252,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCAD29 color. Also use rgb(252,173,41) instead hex code.

Text Font Color

.myTextColor { color: #FCAD29; }

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

This text font color is #FCAD29.


Background Color

.myBgColor { background-color: #FCAD29; }

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

This div background color is #FCAD29.


Border color

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

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

This div border color is #FCAD29.


Opacity

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

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

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

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

This text has shadow with #FCAD29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCAD29 on black background.


Color preview on white background

This text has color #FCAD29 on white background.



Black color preview on #FCAD29 background

This text has black color on #FCAD29 background.


White color preview on #FCAD29 background

This text has white color on #FCAD29 background.