COLOR #FD9363

HEX: #FD9363
RGB: (253,147,99)

Color info

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

RGB color model

#FD9363 color RGB value is (253,147,99).

  • red value is 253;
  • green value is 147;
  • blue value is 99.
RGB:
(253,147,99)
(99%,58%,39%)

RGB channels and saturation

R 253 of 255 = 99%
G 147 of 255 = 58%
B 99 of 255 = 39%

253
147
99

R + G + B ~ 65%. #FD9363 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 147 + 99 = 499 (100%)
R 253 of 499 ~ 50.7%
G 147 of 499 ~ 29.46%
B 99 of 499 ~ 19.84%

%50.7
%29.46
%19.84

CMYK color model

#FD9363 color CMYK value is (0,42,61,1).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 60.87%
  • key color value is 0.78%
CMYK:
(0,42,61,1)
C0M42Y61K1 
(0%,42%,61%,1%)
(0.00/0.42/0.61/0.01)	

CMYK percentages

%0
%41.9
%60.87
%0.78

Codes

Color #FD9363 in popluar color models

FD9363
RGB25314799
HSL19°97.47%69.02%
HSB/HSV19°60.87%99.22%
CMYK0.00%41.90%60.87%
0.78%

Color #FD9363 in popluar number systems.

HEXFD9363
Decimal25314799
Binary11111101100100111100011
Octal375223143

Shades and tints

Shades of #FD9363

#FD9363
(253,147,99)
#E6865A
(230,134,90)
#CF7951
(207,121,81)
#B86C48
(184,108,72)
#A15F3F
(161,95,63)
#8A5236
(138,82,54)
#73452D
(115,69,45)
#5C3824
(92,56,36)
#452B1B
(69,43,27)
#2E1E12
(46,30,18)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #FD9363

#FD9363
(253,147,99)
#FD9C71
(253,156,113)
#FDA57F
(253,165,127)
#FDAE8D
(253,174,141)
#FDB79B
(253,183,155)
#FDC0A9
(253,192,169)
#FDC9B7
(253,201,183)
#FDD2C5
(253,210,197)
#FDDBD3
(253,219,211)
#FDE4E1
(253,228,225)
#FDEDEF
(253,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9363 color. Also use rgb(253,147,99) instead hex code.

Text Font Color

.myTextColor { color: #FD9363; }

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

This text font color is #FD9363.


Background Color

.myBgColor { background-color: #FD9363; }

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

This div background color is #FD9363.


Border color

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

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

This div border color is #FD9363.


Opacity

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

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

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

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

This text has shadow with #FD9363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9363 on black background.


Color preview on white background

This text has color #FD9363 on white background.



Black color preview on #FD9363 background

This text has black color on #FD9363 background.


White color preview on #FD9363 background

This text has white color on #FD9363 background.