Color Hex Logo

#f16713 Color Hex

#F16713
(241,103,19)
0 Favorites   0 Comments

Color spaces of #f16713

RGB 24110319
HSL0.060.890.51
HSV23°92°95°
CMYK 0.000.570.92   0.05
XYZ41.243428.44833.9334
Yxy28.44830.56020.3864
Hunter Lab53.336944.687532.9634
CIE-Lab60.291649.694265.4224

#f16713 color RGB value is (241,103,19).

#f16713 hex color red value is 241, green value is 103 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f16713 hue: 0.06 , saturation: 0.89 and the lightness value of f16713 is 0.51.

The process color (four color CMYK) of #f16713 color hex is 0.00, 0.57, 0.92, 0.05. Web safe color of #f16713 is #ff6600. Color #f16713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100111 00010011
Octal 361 147 23
Decimal 241 103 19
Hex F1 67 13

RGB Percentages of Color #f16713

%66.39
%28.37
%5.23

CMYK Percentages of Color #f16713

%0
%57
%92
%5

Triadic Colors of #f16713

#f16713 #13f167 #6713f1

Analogous Colors of #f16713

#f16713 #f1d613 #f1132e

Monochromatic Colors of #f16713

#f16713

Complementary Color

#f16713 #139df1

#f16713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16713 Color CSS Codes

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

#f16713 Text Font Color

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

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


#f16713 Background Color

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

This div background color is #f16713


#f16713 Border Color

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

This div border color is #f16713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16713


Comments

No comments written yet.

Please login to write comment.