Color Hex Logo

#ff400e Color Hex

#FF400E
(255,64,14)
0 Favorites   0 Comments

Color spaces of #ff400e

RGB 2556414
HSL0.031.000.53
HSV12°95°100°
CMYK 0.000.750.95   0.00
XYZ43.152724.95852.9585
Yxy24.95850.60720.3512
Hunter Lab49.958566.755831.4598
CIE-Lab57.035069.484865.7957

#ff400e color RGB value is (255,64,14).

#ff400e hex color red value is 255, green value is 64 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ff400e hue: 0.03 , saturation: 1.00 and the lightness value of ff400e is 0.53.

The process color (four color CMYK) of #ff400e color hex is 0.00, 0.75, 0.95, 0.00. Web safe color of #ff400e is #ff3300. Color #ff400e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 00001110
Octal 377 100 16
Decimal 255 64 14
Hex FF 40 E

RGB Percentages of Color #ff400e

%76.58
%19.22
%4.20

CMYK Percentages of Color #ff400e

%0
%75
%95
%0

Triadic Colors of #ff400e

#ff400e #0eff40 #400eff

Analogous Colors of #ff400e

#ff400e #ffb90e #ff0e54

Monochromatic Colors of #ff400e

#ff400e

Complementary Color

#ff400e #0ecdff

#ff400e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff400e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff400e Color CSS Codes

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

#ff400e Text Font Color

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

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


#ff400e Background Color

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

This div background color is #ff400e


#ff400e Border Color

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

This div border color is #ff400e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,64,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff400e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff400e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff400e;
  box-shadow:         1px 1px 3px 2px #ff400e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,64,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff400e


Comments

No comments written yet.

Please login to write comment.