Color Hex Logo

#f6865e Color Hex

#F6865E
(246,134,94)
0 Favorites   0 Comments

Color spaces of #f6865e

RGB 24613494
HSL0.040.890.67
HSV16°62°96°
CMYK 0.000.460.62   0.04
XYZ48.551537.451215.2595
Yxy37.45120.47950.3698
Hunter Lab61.197434.519228.0543
CIE-Lab67.614239.285440.2764

#f6865e color RGB value is (246,134,94).

#f6865e hex color red value is 246, green value is 134 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f6865e hue: 0.04 , saturation: 0.89 and the lightness value of f6865e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000110 01011110
Octal 366 206 136
Decimal 246 134 94
Hex F6 86 5E

RGB Percentages of Color #f6865e

%51.90
%28.27
%19.83

CMYK Percentages of Color #f6865e

%0
%46
%62
%4

Triadic Colors of #f6865e

#f6865e #5ef686 #865ef6

Analogous Colors of #f6865e

#f6865e #f6d25e #f65e82

Monochromatic Colors of #f6865e

#f6865e

Complementary Color

#f6865e #5ecef6

#f6865e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6865e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6865e Color CSS Codes

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

#f6865e Text Font Color

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

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


#f6865e Background Color

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

This div background color is #f6865e


#f6865e Border Color

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

This div border color is #f6865e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6865e


Comments

No comments written yet.

Please login to write comment.