Color Hex Logo

#f6862c Color Hex

#F6862C
(246,134,44)
0 Favorites   0 Comments

Color spaces of #f6862c

RGB 24613444
HSL0.070.920.57
HSV27°82°96°
CMYK 0.000.460.82   0.04
XYZ46.985836.82497.0144
Yxy36.82490.51730.4054
Hunter Lab60.683532.012135.6251
CIE-Lab67.145536.962363.1790

#f6862c color RGB value is (246,134,44).

#f6862c hex color red value is 246, green value is 134 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f6862c hue: 0.07 , saturation: 0.92 and the lightness value of f6862c is 0.57.

The process color (four color CMYK) of #f6862c color hex is 0.00, 0.46, 0.82, 0.04. Web safe color of #f6862c is #ff9933. Color #f6862c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000110 00101100
Octal 366 206 54
Decimal 246 134 44
Hex F6 86 2C

RGB Percentages of Color #f6862c

%58.02
%31.60
%10.38

CMYK Percentages of Color #f6862c

%0
%46
%82
%4

Triadic Colors of #f6862c

#f6862c #2cf686 #862cf6

Analogous Colors of #f6862c

#f6862c #f6eb2c #f62c37

Monochromatic Colors of #f6862c

#f6862c

Complementary Color

#f6862c #2c9cf6

#f6862c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6862c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6862c Color CSS Codes

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

#f6862c Text Font Color

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

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


#f6862c Background Color

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

This div background color is #f6862c


#f6862c Border Color

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

This div border color is #f6862c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,134,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6862c


Comments

No comments written yet.

Please login to write comment.