Color Hex Logo

#fd844e Color Hex

#FD844E
(253,132,78)
0 Favorites   0 Comments

Color spaces of #fd844e

RGB 25313278
HSL0.050.980.65
HSV19°69°99°
CMYK 0.000.480.69   0.01
XYZ50.134437.935211.8876
Yxy37.93520.50160.3795
Hunter Lab61.591637.510531.6707
CIE-Lab67.972842.036849.1917

#fd844e color RGB value is (253,132,78).

#fd844e hex color red value is 253, green value is 132 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fd844e hue: 0.05 , saturation: 0.98 and the lightness value of fd844e is 0.65.

The process color (four color CMYK) of #fd844e color hex is 0.00, 0.48, 0.69, 0.01. Web safe color of #fd844e is #ff9966. Color #fd844e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000100 01001110
Octal 375 204 116
Decimal 253 132 78
Hex FD 84 4E

RGB Percentages of Color #fd844e

%54.64
%28.51
%16.85

CMYK Percentages of Color #fd844e

%0
%48
%69
%1

Triadic Colors of #fd844e

#fd844e #4efd84 #844efd

Analogous Colors of #fd844e

#fd844e #fddc4e #fd4e70

Monochromatic Colors of #fd844e

#fd844e

Complementary Color

#fd844e #4ec7fd

#fd844e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd844e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd844e Color CSS Codes

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

#fd844e Text Font Color

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

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


#fd844e Background Color

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

This div background color is #fd844e


#fd844e Border Color

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

This div border color is #fd844e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd844e


Comments

No comments written yet.

Please login to write comment.