Color Hex Logo

#f13017 Color Hex

#F13017
(241,48,23)
0 Favorites   0 Comments

Color spaces of #f13017

RGB 2414823
HSL0.020.890.52
HSV90°95°
CMYK 0.000.800.90   0.05
XYZ37.487220.87652.8644
Yxy20.87650.61230.3410
Hunter Lab45.690866.492128.2666
CIE-Lab52.814170.065759.1626

#f13017 color RGB value is (241,48,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110000 00010111
Octal 361 60 27
Decimal 241 48 23
Hex F1 30 17

RGB Percentages of Color #f13017

%77.24
%15.38
%7.37

CMYK Percentages of Color #f13017

%0
%80
%90
%5

Triadic Colors of #f13017

#f13017 #17f130 #3017f1

Analogous Colors of #f13017

#f13017 #f19d17 #f1176b

Monochromatic Colors of #f13017

#f13017

Complementary Color

#f13017 #17d8f1

#f13017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13017 Color CSS Codes

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

#f13017 Text Font Color

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

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


#f13017 Background Color

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

This div background color is #f13017


#f13017 Border Color

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

This div border color is #f13017


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,48,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 #f13017">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13017


Comments

No comments written yet.

Please login to write comment.