COLOR #FD9B7A

HEX: #FD9B7A
RGB: (253,155,122)

Color info

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

RGB color model

#FD9B7A color RGB value is (253,155,122).

  • red value is 253;
  • green value is 155;
  • blue value is 122.
RGB:
(253,155,122)
(99%,61%,48%)

RGB channels and saturation

R 253 of 255 = 99%
G 155 of 255 = 61%
B 122 of 255 = 48%

253
155
122

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

Portions of RGB colors in percentages

R + G + B =
253 + 155 + 122 = 530 (100%)
R 253 of 530 ~ 47.74%
G 155 of 530 ~ 29.25%
B 122 of 530 ~ 23.02%

%47.74
%29.25
%23.02

CMYK color model

#FD9B7A color CMYK value is (0,39,52,1).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 51.78%
  • key color value is 0.78%
CMYK:
(0,39,52,1)
C0M39Y52K1 
(0%,39%,52%,1%)
(0.00/0.39/0.52/0.01)	

CMYK percentages

%0
%38.74
%51.78
%0.78

Codes

Color #FD9B7A in popluar color models

FD9B7A
RGB253155122
HSL15°97.04%73.53%
HSB/HSV15°51.78%99.22%
CMYK0.00%38.74%51.78%
0.78%

Color #FD9B7A in popluar number systems.

HEXFD9B7A
Decimal253155122
Binary11111101100110111111010
Octal375233172

Shades and tints

Shades of #FD9B7A

#FD9B7A
(253,155,122)
#E68D6F
(230,141,111)
#CF7F64
(207,127,100)
#B87159
(184,113,89)
#A1634E
(161,99,78)
#8A5543
(138,85,67)
#734738
(115,71,56)
#5C392D
(92,57,45)
#452B22
(69,43,34)
#2E1D17
(46,29,23)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #FD9B7A

#FD9B7A
(253,155,122)
#FDA486
(253,164,134)
#FDAD92
(253,173,146)
#FDB69E
(253,182,158)
#FDBFAA
(253,191,170)
#FDC8B6
(253,200,182)
#FDD1C2
(253,209,194)
#FDDACE
(253,218,206)
#FDE3DA
(253,227,218)
#FDECE6
(253,236,230)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9B7A color. Also use rgb(253,155,122) instead hex code.

Text Font Color

.myTextColor { color: #FD9B7A; }

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

This text font color is #FD9B7A.


Background Color

.myBgColor { background-color: #FD9B7A; }

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

This div background color is #FD9B7A.


Border color

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

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

This div border color is #FD9B7A.


Opacity

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

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

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

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

This text has shadow with #FD9B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9B7A on black background.


Color preview on white background

This text has color #FD9B7A on white background.



Black color preview on #FD9B7A background

This text has black color on #FD9B7A background.


White color preview on #FD9B7A background

This text has white color on #FD9B7A background.