COLOR #FDC16C

HEX: #FDC16C RGB: (253,193,108)

Color info

#FDC16C contains mainly red color. Web safe color of #FDC16C is #FFCC66 (or #FC6).

RGB color model

#FDC16C color RGB value is (253,193,108).

RGB: (253,193,108) (99%, 76%, 42%)

RGB channels and saturation

R 253 of 255 = 99%
G 193 of 255 = 76%
B 108 of 255 = 42%

253
193
108

R + G + B ~ 72%. #FDC16C is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 193 + 108 = 554 (100%)
R 253 of 554 ~ 45.67%
G 193 of 554 ~ 34.84%
B 108 of 554 ~ 19.49'%

%45.67
%34.84
%19.49

CMYK color model

#FDC16C color CMYK value is (0,24,57,1).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 57.31%
  • key color value is 0.78%

CMYK: (0,24,57,1)
C0M24Y57K1 (0%, 24%, 57%, 1%)
(0.00 / 0.24 / 0.57 / 0.01)

CMYK percentages

%0
%23.72
%57.31
%0.78

Codes

Color #FDC16C in popluar color models

FD C1 6C
RGB 253 193 108
HSL 35° 97.32% 70.78%
HSB/HSV 35° 57.31% 99.22%
CMYK 0.00% 23.72% 57.31%
0.78%

Color #FDC16C in popluar number systems.

HEX FD C1 6C
Decimal 253 193 108
Binary 11111101 11000001 1101100
Octal 375 301 154

Shades and tints

Shades of #FDC16C

#FDC16C
(253,193,108)
#E6B063
(230,176,99)
#CF9F5A
(207,159,90)
#B88E51
(184,142,81)
#A17D48
(161,125,72)
#8A6C3F
(138,108,63)
#735B36
(115,91,54)
#5C4A2D
(92,74,45)
#453924
(69,57,36)
#2E281B
(46,40,27)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #FDC16C

#FDC16C
(253,193,108)
#FDC679
(253,198,121)
#FDCB86
(253,203,134)
#FDD093
(253,208,147)
#FDD5A0
(253,213,160)
#FDDAAD
(253,218,173)
#FDDFBA
(253,223,186)
#FDE4C7
(253,228,199)
#FDE9D4
(253,233,212)
#FDEEE1
(253,238,225)
#FDF3EE
(253,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC16C color. Also use rgb(253,193,108) instead hex code.

Text Font Color

.myTextColor { color: #FDC16C; }

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

This text font color is #FDC16C.

Background Color

.myBgColor { background-color: #FDC16C; }

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

This div background color is #FDC16C.

Border color

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

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

This div border color is #FDC16C.

Opacity

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

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

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

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

This text has shadow with #FDC16C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC16C.

Preview

Color preview on black background

This text has color #FDC16C on black background.


Color preview on white background

This text has color #FDC16C on white background.


Black color preview on #FDC16C background

This text has black color on #FDC16C background.


White color preview on #FDC16C background

This text has white color on #FDC16C background.


Related colors

Complementary color

Complementary color for #hex is #023E93.


I love getcolorcode.com

Triadic colors

1 #6CFDC1 and #C16CFD with #FDC16C are triadic colors.

2 #6CC1FD and #C1FD6C with #FDC16C are triadic colors.