Color Hex Logo

#f67116 Color Hex

#F67116
(246,113,22)
0 Favorites   0 Comments

Color spaces of #f67116

RGB 24611322
HSL0.070.930.53
HSV24°91°96°
CMYK 0.000.540.91   0.04
XYZ44.056031.46104.5096
Yxy31.46100.55050.3931
Hunter Lab56.090142.045234.4962
CIE-Lab62.894946.889566.8283

#f67116 color RGB value is (246,113,22).

#f67116 hex color red value is 246, green value is 113 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f67116 hue: 0.07 , saturation: 0.93 and the lightness value of f67116 is 0.53.

The process color (four color CMYK) of #f67116 color hex is 0.00, 0.54, 0.91, 0.04. Web safe color of #f67116 is #ff6600. Color #f67116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110001 00010110
Octal 366 161 26
Decimal 246 113 22
Hex F6 71 16

RGB Percentages of Color #f67116

%64.57
%29.66
%5.77

CMYK Percentages of Color #f67116

%0
%54
%91
%4

Triadic Colors of #f67116

#f67116 #16f671 #7116f6

Analogous Colors of #f67116

#f67116 #f6e116 #f6162b

Monochromatic Colors of #f67116

#f67116

Complementary Color

#f67116 #169bf6

#f67116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67116 Color CSS Codes

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

#f67116 Text Font Color

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

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


#f67116 Background Color

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

This div background color is #f67116


#f67116 Border Color

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

This div border color is #f67116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67116


Comments

No comments written yet.

Please login to write comment.