Color Hex Logo

#f5400e Color Hex

#F5400E
(245,64,14)
0 Favorites   0 Comments

Color spaces of #f5400e

RGB 2456414
HSL0.040.920.51
HSV13°94°96°
CMYK 0.000.740.94   0.04
XYZ39.568823.11102.7908
Yxy23.11100.60440.3530
Hunter Lab48.073962.790930.2098
CIE-Lab55.186566.504863.7669

#f5400e color RGB value is (245,64,14).

#f5400e hex color red value is 245, green value is 64 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f5400e hue: 0.04 , saturation: 0.92 and the lightness value of f5400e is 0.51.

The process color (four color CMYK) of #f5400e color hex is 0.00, 0.74, 0.94, 0.04. Web safe color of #f5400e is #ff3300. Color #f5400e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000000 00001110
Octal 365 100 16
Decimal 245 64 14
Hex F5 40 E

RGB Percentages of Color #f5400e

%75.85
%19.81
%4.33

CMYK Percentages of Color #f5400e

%0
%74
%94
%4

Triadic Colors of #f5400e

#f5400e #0ef540 #400ef5

Analogous Colors of #f5400e

#f5400e #f5b40e #f50e4f

Monochromatic Colors of #f5400e

#f5400e

Complementary Color

#f5400e #0ec3f5

#f5400e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5400e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5400e Color CSS Codes

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

#f5400e Text Font Color

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

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


#f5400e Background Color

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

This div background color is #f5400e


#f5400e Border Color

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

This div border color is #f5400e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5400e


Comments

No comments written yet.

Please login to write comment.