COLOR #FDC655

HEX: #FDC655 RGB: (253,198,85)

Color info

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

RGB color model

#FDC655 color RGB value is (253,198,85).

RGB: (253,198,85) (99%, 78%, 33%)

RGB channels and saturation

R 253 of 255 = 99%
G 198 of 255 = 78%
B 85 of 255 = 33%

253
198
85

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

Portions of RGB colors in percentages

R + G + B = 253 + 198 + 85 = 536 (100%)
R 253 of 536 ~ 47.2%
G 198 of 536 ~ 36.94%
B 85 of 536 ~ 15.86'%

%47.2
%36.94
%15.86

CMYK color model

#FDC655 color CMYK value is (0,22,66,1).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 66.40%
  • key color value is 0.78%

CMYK: (0,22,66,1)
C0M22Y66K1 (0%, 22%, 66%, 1%)
(0.00 / 0.22 / 0.66 / 0.01)

CMYK percentages

%0
%21.74
%66.4
%0.78

Codes

Color #FDC655 in popluar color models

FD C6 55
RGB 253 198 85
HSL 40° 97.67% 66.27%
HSB/HSV 40° 66.40% 99.22%
CMYK 0.00% 21.74% 66.40%
0.78%

Color #FDC655 in popluar number systems.

HEX FD C6 55
Decimal 253 198 85
Binary 11111101 11000110 1010101
Octal 375 306 125

Shades and tints

Shades of #FDC655

#FDC655
(253,198,85)
#E6B44E
(230,180,78)
#CFA247
(207,162,71)
#B89040
(184,144,64)
#A17E39
(161,126,57)
#8A6C32
(138,108,50)
#735A2B
(115,90,43)
#5C4824
(92,72,36)
#45361D
(69,54,29)
#2E2416
(46,36,22)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #FDC655

#FDC655
(253,198,85)
#FDCB64
(253,203,100)
#FDD073
(253,208,115)
#FDD582
(253,213,130)
#FDDA91
(253,218,145)
#FDDFA0
(253,223,160)
#FDE4AF
(253,228,175)
#FDE9BE
(253,233,190)
#FDEECD
(253,238,205)
#FDF3DC
(253,243,220)
#FDF8EB
(253,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC655 color. Also use rgb(253,198,85) instead hex code.

Text Font Color

.myTextColor { color: #FDC655; }

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

This text font color is #FDC655.

Background Color

.myBgColor { background-color: #FDC655; }

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

This div background color is #FDC655.

Border color

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

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

This div border color is #FDC655.

Opacity

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

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

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

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

This text has shadow with #FDC655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC655.

Preview

Color preview on black background

This text has color #FDC655 on black background.


Color preview on white background

This text has color #FDC655 on white background.


Black color preview on #FDC655 background

This text has black color on #FDC655 background.


White color preview on #FDC655 background

This text has white color on #FDC655 background.


Related colors

Complementary color

Complementary color for #hex is #0239AA.


I love getcolorcode.com

Triadic colors

1 #55FDC6 and #C655FD with #FDC655 are triadic colors.

2 #55C6FD and #C6FD55 with #FDC655 are triadic colors.