Color Hex Logo

#f6866f Color Hex

#F6866F
(246,134,111)
0 Favorites   0 Comments

Color spaces of #f6866f

RGB 246134111
HSL0.030.880.70
HSV10°55°96°
CMYK 0.000.460.55   0.04
XYZ49.400437.790719.7296
Yxy37.79070.46200.3534
Hunter Lab61.474135.862224.0033
CIE-Lab67.866140.515731.4220

#f6866f color RGB value is (246,134,111).

#f6866f hex color red value is 246, green value is 134 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #f6866f hue: 0.03 , saturation: 0.88 and the lightness value of f6866f is 0.70.

The process color (four color CMYK) of #f6866f color hex is 0.00, 0.46, 0.55, 0.04. Web safe color of #f6866f is #ff9966. Color #f6866f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000110 01101111
Octal 366 206 157
Decimal 246 134 111
Hex F6 86 6F

RGB Percentages of Color #f6866f

%50.10
%27.29
%22.61

CMYK Percentages of Color #f6866f

%0
%46
%55
%4

Triadic Colors of #f6866f

#f6866f #6ff686 #866ff6

Analogous Colors of #f6866f

#f6866f #f6ca6f #f66f9c

Monochromatic Colors of #f6866f

#f6866f

Complementary Color

#f6866f #6fdff6

#f6866f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6866f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6866f Color CSS Codes

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

#f6866f Text Font Color

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

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


#f6866f Background Color

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

This div background color is #f6866f


#f6866f Border Color

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

This div border color is #f6866f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6866f


Comments

No comments written yet.

Please login to write comment.