Color Hex Logo

#f54011 Color Hex

#F54011
(245,64,17)
0 Favorites   0 Comments

Color spaces of #f54011

RGB 2456417
HSL0.030.920.51
HSV12°93°96°
CMYK 0.000.740.93   0.04
XYZ39.590823.11972.9062
Yxy23.11970.60340.3523
Hunter Lab48.082962.829130.0745
CIE-Lab55.195466.535562.9805

#f54011 color RGB value is (245,64,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000000 00010001
Octal 365 100 21
Decimal 245 64 17
Hex F5 40 11

RGB Percentages of Color #f54011

%75.15
%19.63
%5.21

CMYK Percentages of Color #f54011

%0
%74
%93
%4

Triadic Colors of #f54011

#f54011 #11f540 #4011f5

Analogous Colors of #f54011

#f54011 #f5b211 #f51154

Monochromatic Colors of #f54011

#f54011

Complementary Color

#f54011 #11c6f5

#f54011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54011 Color CSS Codes

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

#f54011 Text Font Color

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

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


#f54011 Background Color

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

This div background color is #f54011


#f54011 Border Color

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

This div border color is #f54011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54011


Comments

No comments written yet.

Please login to write comment.