COLOR #FD8661

HEX: #FD8661 RGB: (253,134,97)

Color info

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

RGB color model

#FD8661 color RGB value is (253,134,97).

RGB: (253,134,97) (99%, 53%, 38%)

RGB channels and saturation

R 253 of 255 = 99%
G 134 of 255 = 53%
B 97 of 255 = 38%

253
134
97

R + G + B ~ 63%. #FD8661 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 134 + 97 = 484 (100%)
R 253 of 484 ~ 52.27%
G 134 of 484 ~ 27.69%
B 97 of 484 ~ 20.04'%

%52.27
%27.69
%20.04

CMYK color model

#FD8661 color CMYK value is (0,47,62,1).

  • cyan value is 0.00%
  • magenta value is 47.04%
  • yellow value is 61.66%
  • key color value is 0.78%

CMYK: (0,47,62,1)
C0M47Y62K1 (0%, 47%, 62%, 1%)
(0.00 / 0.47 / 0.62 / 0.01)

CMYK percentages

%0
%47.04
%61.66
%0.78

Codes

Color #FD8661 in popluar color models

FD 86 61
RGB 253 134 97
HSL 14° 97.50% 68.63%
HSB/HSV 14° 61.66% 99.22%
CMYK 0.00% 47.04% 61.66%
0.78%

Color #FD8661 in popluar number systems.

HEX FD 86 61
Decimal 253 134 97
Binary 11111101 10000110 1100001
Octal 375 206 141

Shades and tints

Shades of #FD8661

#FD8661
(253,134,97)
#E67A59
(230,122,89)
#CF6E51
(207,110,81)
#B86249
(184,98,73)
#A15641
(161,86,65)
#8A4A39
(138,74,57)
#733E31
(115,62,49)
#5C3229
(92,50,41)
#452621
(69,38,33)
#2E1A19
(46,26,25)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #FD8661

#FD8661
(253,134,97)
#FD916F
(253,145,111)
#FD9C7D
(253,156,125)
#FDA78B
(253,167,139)
#FDB299
(253,178,153)
#FDBDA7
(253,189,167)
#FDC8B5
(253,200,181)
#FDD3C3
(253,211,195)
#FDDED1
(253,222,209)
#FDE9DF
(253,233,223)
#FDF4ED
(253,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8661 color. Also use rgb(253,134,97) instead hex code.

Text Font Color

.myTextColor { color: #FD8661; }

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

This text font color is #FD8661.

Background Color

.myBgColor { background-color: #FD8661; }

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

This div background color is #FD8661.

Border color

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

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

This div border color is #FD8661.

Opacity

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

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

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

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

This text has shadow with #FD8661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD8661.

Preview

Color preview on black background

This text has color #FD8661 on black background.


Color preview on white background

This text has color #FD8661 on white background.


Black color preview on #FD8661 background

This text has black color on #FD8661 background.


White color preview on #FD8661 background

This text has white color on #FD8661 background.


Related colors

Complementary color

Complementary color for #hex is #02799E.


I love getcolorcode.com

Triadic colors

1 #61FD86 and #8661FD with #FD8661 are triadic colors.

2 #6186FD and #86FD61 with #FD8661 are triadic colors.