Color Hex Logo

#fd643e Color Hex

#FD643E
(253,100,62)
0 Favorites   0 Comments

Color spaces of #fd643e

RGB 25310062
HSL0.030.980.62
HSV12°75°99°
CMYK 0.000.600.75   0.01
XYZ45.934730.34487.9935
Yxy30.34480.54510.3601
Hunter Lab55.086152.445229.9568
CIE-Lab61.950656.383650.6532

#fd643e color RGB value is (253,100,62).

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

The process color (four color CMYK) of #fd643e color hex is 0.00, 0.60, 0.75, 0.01. Web safe color of #fd643e is #ff6633. Color #fd643e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 00111110
Octal 375 144 76
Decimal 253 100 62
Hex FD 64 3E

RGB Percentages of Color #fd643e

%60.96
%24.10
%14.94

CMYK Percentages of Color #fd643e

%0
%60
%75
%1

Triadic Colors of #fd643e

#fd643e #3efd64 #643efd

Analogous Colors of #fd643e

#fd643e #fdc43e #fd3e78

Monochromatic Colors of #fd643e

#fd643e

Complementary Color

#fd643e #3ed7fd

#fd643e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd643e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd643e Color CSS Codes

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

#fd643e Text Font Color

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

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


#fd643e Background Color

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

This div background color is #fd643e


#fd643e Border Color

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

This div border color is #fd643e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd643e


Comments

No comments written yet.

Please login to write comment.