Color Hex Logo

#fd641e Color Hex

#FD641E
(253,100,30)
1 Favorites   0 Comments

Color spaces of #fd641e

RGB 25310030
HSL0.050.980.55
HSV19°88°99°
CMYK 0.000.600.88   0.01
XYZ45.299530.09074.6488
Yxy30.09070.56600.3760
Hunter Lab54.855051.409933.3738
CIE-Lab61.732455.507164.1193

#fd641e color RGB value is (253,100,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 00011110
Octal 375 144 36
Decimal 253 100 30
Hex FD 64 1E

RGB Percentages of Color #fd641e

%66.06
%26.11
%7.83

CMYK Percentages of Color #fd641e

%0
%60
%88
%1

Triadic Colors of #fd641e

#fd641e #1efd64 #641efd

Analogous Colors of #fd641e

#fd641e #fdd41e #fd1e48

Monochromatic Colors of #fd641e

#fd641e

Complementary Color

#fd641e #1eb7fd

#fd641e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd641e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd641e Color CSS Codes

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

#fd641e Text Font Color

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

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


#fd641e Background Color

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

This div background color is #fd641e


#fd641e Border Color

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

This div border color is #fd641e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd641e

#fd641e Color Palettes


Comments

No comments written yet.

Please login to write comment.