Color Hex Logo

#f54501 Color Hex

#F54501
(245,69,1)
0 Favorites   0 Comments

Color spaces of #f54501

RGB 245691
HSL0.050.990.48
HSV17°100°96°
CMYK 0.000.721.00   0.04
XYZ39.789823.67092.5005
Yxy23.67090.60320.3589
Hunter Lab48.652760.840831.0097
CIE-Lab55.756864.740566.8701

#f54501 color RGB value is (245,69,1).

#f54501 hex color red value is 245, green value is 69 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f54501 hue: 0.05 , saturation: 0.99 and the lightness value of f54501 is 0.48.

The process color (four color CMYK) of #f54501 color hex is 0.00, 0.72, 1.00, 0.04. Web safe color of #f54501 is #ff3300. Color #f54501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000101 00000001
Octal 365 105 1
Decimal 245 69 1
Hex F5 45 1

RGB Percentages of Color #f54501

%77.78
%21.90
%0.32

CMYK Percentages of Color #f54501

%0
%72
%100
%4

Triadic Colors of #f54501

#f54501 #01f545 #4501f5

Analogous Colors of #f54501

#f54501 #f5bf01 #f50137

Monochromatic Colors of #f54501

#f54501

Complementary Color

#f54501 #01b1f5

#f54501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54501 Color CSS Codes

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

#f54501 Text Font Color

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

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


#f54501 Background Color

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

This div background color is #f54501


#f54501 Border Color

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

This div border color is #f54501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54501


Comments

No comments written yet.

Please login to write comment.