Color Hex Logo

#fd8159 Color Hex

#FD8159
(253,129,89)
0 Favorites   0 Comments

Color spaces of #fd8159

RGB 25312989
HSL0.040.980.67
HSV15°65°99°
CMYK 0.000.490.65   0.01
XYZ50.161437.304414.0079
Yxy37.30440.49430.3676
Hunter Lab61.077339.712629.1561
CIE-Lab67.504844.126743.0095

#fd8159 color RGB value is (253,129,89).

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

The process color (four color CMYK) of #fd8159 color hex is 0.00, 0.49, 0.65, 0.01. Web safe color of #fd8159 is #ff9966. Color #fd8159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000001 01011001
Octal 375 201 131
Decimal 253 129 89
Hex FD 81 59

RGB Percentages of Color #fd8159

%53.72
%27.39
%18.90

CMYK Percentages of Color #fd8159

%0
%49
%65
%1

Triadic Colors of #fd8159

#fd8159 #59fd81 #8159fd

Analogous Colors of #fd8159

#fd8159 #fdd359 #fd5983

Monochromatic Colors of #fd8159

#fd8159

Complementary Color

#fd8159 #59d5fd

#fd8159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8159 Color CSS Codes

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

#fd8159 Text Font Color

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

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


#fd8159 Background Color

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

This div background color is #fd8159


#fd8159 Border Color

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

This div border color is #fd8159


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,129,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 #fd8159">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8159

Related Colors


Comments

No comments written yet.

Please login to write comment.