Color Hex Logo

#f43116 Color Hex

#F43116
(244,49,22)
0 Favorites   0 Comments

Color spaces of #f43116

RGB 2444922
HSL0.020.910.52
HSV91°96°
CMYK 0.000.800.91   0.04
XYZ38.551421.48762.8747
Yxy21.48760.61280.3415
Hunter Lab46.354767.330728.7714
CIE-Lab53.479170.636860.2380

#f43116 color RGB value is (244,49,22).

#f43116 hex color red value is 244, green value is 49 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f43116 hue: 0.02 , saturation: 0.91 and the lightness value of f43116 is 0.52.

The process color (four color CMYK) of #f43116 color hex is 0.00, 0.80, 0.91, 0.04. Web safe color of #f43116 is #ff3300. Color #f43116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110001 00010110
Octal 364 61 26
Decimal 244 49 22
Hex F4 31 16

RGB Percentages of Color #f43116

%77.46
%15.56
%6.98

CMYK Percentages of Color #f43116

%0
%80
%91
%4

Triadic Colors of #f43116

#f43116 #16f431 #3116f4

Analogous Colors of #f43116

#f43116 #f4a016 #f4166a

Monochromatic Colors of #f43116

#f43116

Complementary Color

#f43116 #16d9f4

#f43116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43116 Color CSS Codes

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

#f43116 Text Font Color

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

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


#f43116 Background Color

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

This div background color is #f43116


#f43116 Border Color

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

This div border color is #f43116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,49,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f43116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f43116;
  -webkit-box-shadow: 1px 1px 3px 2px #f43116;
  box-shadow:         1px 1px 3px 2px #f43116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,49,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43116


Comments

No comments written yet.

Please login to write comment.