Color Hex Logo

#f1370a Color Hex

#F1370A
(241,55,10)
0 Favorites   0 Comments

Color spaces of #f1370a

RGB 2415510
HSL0.030.920.49
HSV12°96°95°
CMYK 0.000.770.96   0.05
XYZ37.696621.45512.4416
Yxy21.45510.61200.3483
Hunter Lab46.319764.210329.2985
CIE-Lab53.444068.031863.3325

#f1370a color RGB value is (241,55,10).

#f1370a hex color red value is 241, green value is 55 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f1370a hue: 0.03 , saturation: 0.92 and the lightness value of f1370a is 0.49.

The process color (four color CMYK) of #f1370a color hex is 0.00, 0.77, 0.96, 0.05. Web safe color of #f1370a is #ff3300. Color #f1370a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110111 00001010
Octal 361 67 12
Decimal 241 55 10
Hex F1 37 A

RGB Percentages of Color #f1370a

%78.76
%17.97
%3.27

CMYK Percentages of Color #f1370a

%0
%77
%96
%5

Triadic Colors of #f1370a

#f1370a #0af137 #370af1

Analogous Colors of #f1370a

#f1370a #f1ab0a #f10a50

Monochromatic Colors of #f1370a

#f1370a

Complementary Color

#f1370a #0ac4f1

#f1370a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1370a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1370a Color CSS Codes

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

#f1370a Text Font Color

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

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


#f1370a Background Color

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

This div background color is #f1370a


#f1370a Border Color

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

This div border color is #f1370a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1370a


Comments

No comments written yet.

Please login to write comment.