Color Hex Logo

#f16b13 Color Hex

#F16B13
(241,107,19)
0 Favorites   0 Comments

Color spaces of #f16b13

RGB 24110719
HSL0.070.890.51
HSV24°92°95°
CMYK 0.000.560.92   0.05
XYZ41.650929.26324.0692
Yxy29.26320.55550.3903
Hunter Lab54.095542.769333.4069
CIE-Lab61.013247.826465.9142

#f16b13 color RGB value is (241,107,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101011 00010011
Octal 361 153 23
Decimal 241 107 19
Hex F1 6B 13

RGB Percentages of Color #f16b13

%65.67
%29.16
%5.18

CMYK Percentages of Color #f16b13

%0
%56
%92
%5

Triadic Colors of #f16b13

#f16b13 #13f16b #6b13f1

Analogous Colors of #f16b13

#f16b13 #f1da13 #f1132a

Monochromatic Colors of #f16b13

#f16b13

Complementary Color

#f16b13 #1399f1

#f16b13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16b13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16b13 Color CSS Codes

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

#f16b13 Text Font Color

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

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


#f16b13 Background Color

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

This div background color is #f16b13


#f16b13 Border Color

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

This div border color is #f16b13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16b13


Comments

No comments written yet.

Please login to write comment.