Color Hex Logo

#f12517 Color Hex

#F12517
(241,37,23)
0 Favorites   0 Comments

Color spaces of #f12517

RGB 2413723
HSL0.010.890.52
HSV90°95°
CMYK 0.000.850.90   0.05
XYZ37.091920.08582.7326
Yxy20.08580.61910.3353
Hunter Lab44.817269.301327.7570
CIE-Lab51.934172.565358.5721

#f12517 color RGB value is (241,37,23).

#f12517 hex color red value is 241, green value is 37 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #f12517 hue: 0.01 , saturation: 0.89 and the lightness value of f12517 is 0.52.

The process color (four color CMYK) of #f12517 color hex is 0.00, 0.85, 0.90, 0.05. Web safe color of #f12517 is #ff3300. Color #f12517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100101 00010111
Octal 361 45 27
Decimal 241 37 23
Hex F1 25 17

RGB Percentages of Color #f12517

%80.07
%12.29
%7.64

CMYK Percentages of Color #f12517

%0
%85
%90
%5

Triadic Colors of #f12517

#f12517 #17f125 #2517f1

Analogous Colors of #f12517

#f12517 #f19217 #f11776

Monochromatic Colors of #f12517

#f12517

Complementary Color

#f12517 #17e3f1

#f12517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12517 Color CSS Codes

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

#f12517 Text Font Color

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

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


#f12517 Background Color

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

This div background color is #f12517


#f12517 Border Color

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

This div border color is #f12517


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,37,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f12517; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f12517;
  -webkit-box-shadow: 1px 1px 3px 2px #f12517;
  box-shadow:         1px 1px 3px 2px #f12517; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,37,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12517


Comments

No comments written yet.

Please login to write comment.