COLOR #FDA16B

HEX: #FDA16B RGB: (253,161,107)

Color info

#FDA16B contains mainly red color. Web safe color of #FDA16B is #FF9966 (or #F96).

RGB color model

#FDA16B color RGB value is (253,161,107).

RGB: (253,161,107) (99%, 63%, 42%)

RGB channels and saturation

R 253 of 255 = 99%
G 161 of 255 = 63%
B 107 of 255 = 42%

253
161
107

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

Portions of RGB colors in percentages

R + G + B = 253 + 161 + 107 = 521 (100%)
R 253 of 521 ~ 48.56%
G 161 of 521 ~ 30.9%
B 107 of 521 ~ 20.54'%

%48.56
%30.9
%20.54

CMYK color model

#FDA16B color CMYK value is (0,36,58,1).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 57.71%
  • key color value is 0.78%

CMYK: (0,36,58,1)
C0M36Y58K1 (0%, 36%, 58%, 1%)
(0.00 / 0.36 / 0.58 / 0.01)

CMYK percentages

%0
%36.36
%57.71
%0.78

Codes

Color #FDA16B in popluar color models

FD A1 6B
RGB 253 161 107
HSL 22° 97.33% 70.59%
HSB/HSV 22° 57.71% 99.22%
CMYK 0.00% 36.36% 57.71%
0.78%

Color #FDA16B in popluar number systems.

HEX FD A1 6B
Decimal 253 161 107
Binary 11111101 10100001 1101011
Octal 375 241 153

Shades and tints

Shades of #FDA16B

#FDA16B
(253,161,107)
#E69362
(230,147,98)
#CF8559
(207,133,89)
#B87750
(184,119,80)
#A16947
(161,105,71)
#8A5B3E
(138,91,62)
#734D35
(115,77,53)
#5C3F2C
(92,63,44)
#453123
(69,49,35)
#2E231A
(46,35,26)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #FDA16B

#FDA16B
(253,161,107)
#FDA978
(253,169,120)
#FDB185
(253,177,133)
#FDB992
(253,185,146)
#FDC19F
(253,193,159)
#FDC9AC
(253,201,172)
#FDD1B9
(253,209,185)
#FDD9C6
(253,217,198)
#FDE1D3
(253,225,211)
#FDE9E0
(253,233,224)
#FDF1ED
(253,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA16B color. Also use rgb(253,161,107) instead hex code.

Text Font Color

.myTextColor { color: #FDA16B; }

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

This text font color is #FDA16B.

Background Color

.myBgColor { background-color: #FDA16B; }

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

This div background color is #FDA16B.

Border color

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

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

This div border color is #FDA16B.

Opacity

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

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

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

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

This text has shadow with #FDA16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDA16B.

Preview

Color preview on black background

This text has color #FDA16B on black background.


Color preview on white background

This text has color #FDA16B on white background.


Black color preview on #FDA16B background

This text has black color on #FDA16B background.


White color preview on #FDA16B background

This text has white color on #FDA16B background.


Related colors

Complementary color

Complementary color for #hex is #025E94.


I love getcolorcode.com

Triadic colors

1 #6BFDA1 and #A16BFD with #FDA16B are triadic colors.

2 #6BA1FD and #A1FD6B with #FDA16B are triadic colors.