Color Hex Logo

#fd956f Color Hex

#FD956F
(253,149,111)
0 Favorites   0 Comments

Color spaces of #fd956f

RGB 253149111
HSL0.040.970.71
HSV16°56°99°
CMYK 0.000.410.56   0.01
XYZ54.124743.525220.5875
Yxy43.52520.45780.3681
Hunter Lab65.973630.987427.6797
CIE-Lab71.910035.511936.7771

#fd956f color RGB value is (253,149,111).

#fd956f hex color red value is 253, green value is 149 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fd956f hue: 0.04 , saturation: 0.97 and the lightness value of fd956f is 0.71.

The process color (four color CMYK) of #fd956f color hex is 0.00, 0.41, 0.56, 0.01. Web safe color of #fd956f is #ff9966. Color #fd956f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 01101111
Octal 375 225 157
Decimal 253 149 111
Hex FD 95 6F

RGB Percentages of Color #fd956f

%49.32
%29.04
%21.64

CMYK Percentages of Color #fd956f

%0
%41
%56
%1

Triadic Colors of #fd956f

#fd956f #6ffd95 #956ffd

Analogous Colors of #fd956f

#fd956f #fddc6f #fd6f90

Monochromatic Colors of #fd956f

#fd956f

Complementary Color

#fd956f #6fd7fd

#fd956f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd956f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd956f Color CSS Codes

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

#fd956f Text Font Color

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

This sample text font color is #fd956f
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.


#fd956f Background Color

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

This div background color is #fd956f


#fd956f Border Color

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

This div border color is #fd956f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd956f

Related Colors


Comments

No comments written yet.

Please login to write comment.