Color Hex Logo

#f54013 Color Hex

#F54013
(245,64,19)
0 Favorites   0 Comments

Color spaces of #f54013

RGB 2456419
HSL0.030.920.52
HSV12°92°96°
CMYK 0.000.740.92   0.04
XYZ39.607123.12632.9924
Yxy23.12630.60260.3519
Hunter Lab48.089862.856729.9735
CIE-Lab55.202266.557562.4069

#f54013 color RGB value is (245,64,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000000 00010011
Octal 365 100 23
Decimal 245 64 19
Hex F5 40 13

RGB Percentages of Color #f54013

%74.70
%19.51
%5.79

CMYK Percentages of Color #f54013

%0
%74
%92
%4

Triadic Colors of #f54013

#f54013 #13f540 #4013f5

Analogous Colors of #f54013

#f54013 #f5b113 #f51357

Monochromatic Colors of #f54013

#f54013

Complementary Color

#f54013 #13c8f5

#f54013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54013 Color CSS Codes

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

#f54013 Text Font Color

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

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


#f54013 Background Color

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

This div background color is #f54013


#f54013 Border Color

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

This div border color is #f54013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54013


Comments

No comments written yet.

Please login to write comment.