Color Hex Logo

#f7120f Color Hex

#F7120F
(247,18,15)
0 Favorites   0 Comments

Color spaces of #f7120f

RGB 2471815
HSL0.000.940.51
HSV94°97°
CMYK 0.000.930.94   0.03
XYZ38.660320.24132.3213
Yxy20.24130.63150.3306
Hunter Lab44.990374.652428.4341
CIE-Lab52.108976.890661.9725

#f7120f color RGB value is (247,18,15).

#f7120f hex color red value is 247, green value is 18 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f7120f hue: 0.00 , saturation: 0.94 and the lightness value of f7120f is 0.51.

The process color (four color CMYK) of #f7120f color hex is 0.00, 0.93, 0.94, 0.03. Web safe color of #f7120f is #ff0000. Color #f7120f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010010 00001111
Octal 367 22 17
Decimal 247 18 15
Hex F7 12 F

RGB Percentages of Color #f7120f

%88.21
%6.43
%5.36

CMYK Percentages of Color #f7120f

%0
%93
%94
%3

Triadic Colors of #f7120f

#f7120f #0ff712 #120ff7

Analogous Colors of #f7120f

#f7120f #f7860f #f70f80

Monochromatic Colors of #f7120f

#f7120f

Complementary Color

#f7120f #0ff4f7

#f7120f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7120f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7120f Color CSS Codes

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

#f7120f Text Font Color

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

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


#f7120f Background Color

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

This div background color is #f7120f


#f7120f Border Color

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

This div border color is #f7120f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,18,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7120f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7120f;
  -webkit-box-shadow: 1px 1px 3px 2px #f7120f;
  box-shadow:         1px 1px 3px 2px #f7120f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,18,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7120f


Comments

No comments written yet.

Please login to write comment.