Color Hex Logo

#fd644e Color Hex

#FD644E
(253,100,78)
0 Favorites   0 Comments

Color spaces of #fd644e

RGB 25310078
HSL0.020.980.65
HSV69°99°
CMYK 0.000.600.69   0.01
XYZ46.440330.547010.6562
Yxy30.54700.52990.3485
Hunter Lab55.269353.264027.2571
CIE-Lab62.123357.073442.5280

#fd644e color RGB value is (253,100,78).

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

The process color (four color CMYK) of #fd644e color hex is 0.00, 0.60, 0.69, 0.01. Web safe color of #fd644e is #ff6666. Color #fd644e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 01001110
Octal 375 144 116
Decimal 253 100 78
Hex FD 64 4E

RGB Percentages of Color #fd644e

%58.70
%23.20
%18.10

CMYK Percentages of Color #fd644e

%0
%60
%69
%1

Triadic Colors of #fd644e

#fd644e #4efd64 #644efd

Analogous Colors of #fd644e

#fd644e #fdbc4e #fd4e90

Monochromatic Colors of #fd644e

#fd644e

Complementary Color

#fd644e #4ee7fd

#fd644e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd644e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd644e Color CSS Codes

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

#fd644e Text Font Color

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

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


#fd644e Background Color

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

This div background color is #fd644e


#fd644e Border Color

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

This div border color is #fd644e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd644e


Comments

No comments written yet.

Please login to write comment.