Color Hex Logo

#f5400c Color Hex

#F5400C
(245,64,12)
0 Favorites   0 Comments

Color spaces of #f5400c

RGB 2456412
HSL0.040.920.50
HSV13°95°96°
CMYK 0.000.740.95   0.04
XYZ39.555923.10582.7229
Yxy23.10580.60500.3534
Hunter Lab48.068562.769030.2894
CIE-Lab55.181166.487364.2399

#f5400c color RGB value is (245,64,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000000 00001100
Octal 365 100 14
Decimal 245 64 12
Hex F5 40 C

RGB Percentages of Color #f5400c

%76.32
%19.94
%3.74

CMYK Percentages of Color #f5400c

%0
%74
%95
%4

Triadic Colors of #f5400c

#f5400c #0cf540 #400cf5

Analogous Colors of #f5400c

#f5400c #f5b50c #f50c4d

Monochromatic Colors of #f5400c

#f5400c

Complementary Color

#f5400c #0cc1f5

#f5400c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5400c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5400c Color CSS Codes

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

#f5400c Text Font Color

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

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


#f5400c Background Color

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

This div background color is #f5400c


#f5400c Border Color

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

This div border color is #f5400c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5400c


Comments

No comments written yet.

Please login to write comment.