Color Hex Logo

#fd7959 Color Hex

#FD7959
(253,121,89)
0 Favorites   0 Comments

Color spaces of #fd7959

RGB 25312189
HSL0.030.980.67
HSV12°65°99°
CMYK 0.000.520.65   0.01
XYZ49.148635.278713.6702
Yxy35.27870.50100.3596
Hunter Lab59.395943.761527.9313
CIE-Lab65.965148.025441.1728

#fd7959 color RGB value is (253,121,89).

#fd7959 hex color red value is 253, green value is 121 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fd7959 hue: 0.03 , saturation: 0.98 and the lightness value of fd7959 is 0.67.

The process color (four color CMYK) of #fd7959 color hex is 0.00, 0.52, 0.65, 0.01. Web safe color of #fd7959 is #ff6666. Color #fd7959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 01011001
Octal 375 171 131
Decimal 253 121 89
Hex FD 79 59

RGB Percentages of Color #fd7959

%54.64
%26.13
%19.22

CMYK Percentages of Color #fd7959

%0
%52
%65
%1

Triadic Colors of #fd7959

#fd7959 #59fd79 #7959fd

Analogous Colors of #fd7959

#fd7959 #fdcb59 #fd598b

Monochromatic Colors of #fd7959

#fd7959

Complementary Color

#fd7959 #59ddfd

#fd7959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7959 Color CSS Codes

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

#fd7959 Text Font Color

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

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


#fd7959 Background Color

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

This div background color is #fd7959


#fd7959 Border Color

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

This div border color is #fd7959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7959


Comments

No comments written yet.

Please login to write comment.