COLOR #FDC554

HEX: #FDC554
RGB: (253,197,84)

Color info

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

RGB color model

#FDC554 color RGB value is (253,197,84).

  • red value is 253;
  • green value is 197;
  • blue value is 84.
RGB:
(253,197,84)
(99%,77%,33%)

RGB channels and saturation

R 253 of 255 = 99%
G 197 of 255 = 77%
B 84 of 255 = 33%

253
197
84

R + G + B ~ 70%. #FDC554 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 197 + 84 = 534 (100%)
R 253 of 534 ~ 47.38%
G 197 of 534 ~ 36.89%
B 84 of 534 ~ 15.73%

%47.38
%36.89
%15.73

CMYK color model

#FDC554 color CMYK value is (0,22,67,1).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 66.80%
  • key color value is 0.78%
CMYK:
(0,22,67,1)
C0M22Y67K1 
(0%,22%,67%,1%)
(0.00/0.22/0.67/0.01)	

CMYK percentages

%0
%22.13
%66.8
%0.78

Codes

Color #FDC554 in popluar color models

FDC554
RGB25319784
HSL40°97.69%66.08%
HSB/HSV40°66.80%99.22%
CMYK0.00%22.13%66.80%
0.78%

Color #FDC554 in popluar number systems.

HEXFDC554
Decimal25319784
Binary11111101110001011010100
Octal375305124

Shades and tints

Shades of #FDC554

#FDC554
(253,197,84)
#E6B44D
(230,180,77)
#CFA346
(207,163,70)
#B8923F
(184,146,63)
#A18138
(161,129,56)
#8A7031
(138,112,49)
#735F2A
(115,95,42)
#5C4E23
(92,78,35)
#453D1C
(69,61,28)
#2E2C15
(46,44,21)
#171B0E
(23,27,14)
#000000
(0,0,0)

Tints of #FDC554

#FDC554
(253,197,84)
#FDCA63
(253,202,99)
#FDCF72
(253,207,114)
#FDD481
(253,212,129)
#FDD990
(253,217,144)
#FDDE9F
(253,222,159)
#FDE3AE
(253,227,174)
#FDE8BD
(253,232,189)
#FDEDCC
(253,237,204)
#FDF2DB
(253,242,219)
#FDF7EA
(253,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC554 color. Also use rgb(253,197,84) instead hex code.

Text Font Color

.myTextColor { color: #FDC554; }

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

This text font color is #FDC554.


Background Color

.myBgColor { background-color: #FDC554; }

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

This div background color is #FDC554.


Border color

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

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

This div border color is #FDC554.


Opacity

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

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

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

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

This text has shadow with #FDC554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC554 on black background.


Color preview on white background

This text has color #FDC554 on white background.



Black color preview on #FDC554 background

This text has black color on #FDC554 background.


White color preview on #FDC554 background

This text has white color on #FDC554 background.