COLOR #FD977C

HEX: #FD977C
RGB: (253,151,124)

Color info

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

RGB color model

#FD977C color RGB value is (253,151,124).

  • red value is 253;
  • green value is 151;
  • blue value is 124.
RGB:
(253,151,124)
(99%,59%,49%)

RGB channels and saturation

R 253 of 255 = 99%
G 151 of 255 = 59%
B 124 of 255 = 49%

253
151
124

R + G + B ~ 69%. #FD977C is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 151 + 124 = 528 (100%)
R 253 of 528 ~ 47.92%
G 151 of 528 ~ 28.6%
B 124 of 528 ~ 23.48%

%47.92
%28.6
%23.48

CMYK color model

#FD977C color CMYK value is (0,40,51,1).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 50.99%
  • key color value is 0.78%
CMYK:
(0,40,51,1)
C0M40Y51K1 
(0%,40%,51%,1%)
(0.00/0.40/0.51/0.01)	

CMYK percentages

%0
%40.32
%50.99
%0.78

Codes

Color #FD977C in popluar color models

FD977C
RGB253151124
HSL13°96.99%73.92%
HSB/HSV13°50.99%99.22%
CMYK0.00%40.32%50.99%
0.78%

Color #FD977C in popluar number systems.

HEXFD977C
Decimal253151124
Binary11111101100101111111100
Octal375227174

Shades and tints

Shades of #FD977C

#FD977C
(253,151,124)
#E68A71
(230,138,113)
#CF7D66
(207,125,102)
#B8705B
(184,112,91)
#A16350
(161,99,80)
#8A5645
(138,86,69)
#73493A
(115,73,58)
#5C3C2F
(92,60,47)
#452F24
(69,47,36)
#2E2219
(46,34,25)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #FD977C

#FD977C
(253,151,124)
#FDA087
(253,160,135)
#FDA992
(253,169,146)
#FDB29D
(253,178,157)
#FDBBA8
(253,187,168)
#FDC4B3
(253,196,179)
#FDCDBE
(253,205,190)
#FDD6C9
(253,214,201)
#FDDFD4
(253,223,212)
#FDE8DF
(253,232,223)
#FDF1EA
(253,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD977C color. Also use rgb(253,151,124) instead hex code.

Text Font Color

.myTextColor { color: #FD977C; }

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

This text font color is #FD977C.


Background Color

.myBgColor { background-color: #FD977C; }

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

This div background color is #FD977C.


Border color

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

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

This div border color is #FD977C.


Opacity

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

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

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

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

This text has shadow with #FD977C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD977C on black background.


Color preview on white background

This text has color #FD977C on white background.



Black color preview on #FD977C background

This text has black color on #FD977C background.


White color preview on #FD977C background

This text has white color on #FD977C background.