Color Hex Logo

#fd9365 Color Hex

#FD9365
(253,147,101)
0 Favorites   0 Comments

Color spaces of #fd9365

RGB 253147101
HSL0.050.970.69
HSV18°60°99°
CMYK 0.000.420.60   0.01
XYZ53.290742.689717.7431
Yxy42.68970.46860.3754
Hunter Lab65.337431.248529.6353
CIE-Lab71.343935.812541.3517

#fd9365 color RGB value is (253,147,101).

#fd9365 hex color red value is 253, green value is 147 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fd9365 hue: 0.05 , saturation: 0.97 and the lightness value of fd9365 is 0.69.

The process color (four color CMYK) of #fd9365 color hex is 0.00, 0.42, 0.60, 0.01. Web safe color of #fd9365 is #ff9966. Color #fd9365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 01100101
Octal 375 223 145
Decimal 253 147 101
Hex FD 93 65

RGB Percentages of Color #fd9365

%50.50
%29.34
%20.16

CMYK Percentages of Color #fd9365

%0
%42
%60
%1

Triadic Colors of #fd9365

#fd9365 #65fd93 #9365fd

Analogous Colors of #fd9365

#fd9365 #fddf65 #fd6583

Monochromatic Colors of #fd9365

#fd9365

Complementary Color

#fd9365 #65cffd

#fd9365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9365 Color CSS Codes

.mybgcolor {background-color:#fd9365; } 
.myforecolor {color:#fd9365; }
.mybordercolor {border:3px solid #fd9365; }

#fd9365 Text Font Color

<p style="color:#fd9365">Text here</p>

This sample text font color is #fd9365
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd9365 Background Color

<div style="background-color:#fd9365">
Div content here</div>

This div background color is #fd9365


#fd9365 Border Color

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

This div border color is #fd9365


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,147,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd9365; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd9365;
  -webkit-box-shadow: 1px 1px 3px 2px #fd9365;
  box-shadow:         1px 1px 3px 2px #fd9365; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,147,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd9365">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd9365;
  -webkit-box-shadow: 1px 1px 3px 2px #fd9365;
  box-shadow:         1px 1px 3px 2px #fd9365;">
Div content here</div>

This div box has shadow with color #fd9365


Comments

No comments written yet.

Please login to write comment.