Color Hex Logo

#f68461 Color Hex

#F68461
(246,132,97)
0 Favorites   0 Comments

Color spaces of #f68461

RGB 24613297
HSL0.040.890.67
HSV14°61°96°
CMYK 0.000.460.61   0.04
XYZ48.415036.958415.8912
Yxy36.95840.47810.3650
Hunter Lab60.793435.766327.0572
CIE-Lab67.245840.498338.2271

#f68461 color RGB value is (246,132,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000100 01100001
Octal 366 204 141
Decimal 246 132 97
Hex F6 84 61

RGB Percentages of Color #f68461

%51.79
%27.79
%20.42

CMYK Percentages of Color #f68461

%0
%46
%61
%4

Triadic Colors of #f68461

#f68461 #61f684 #8461f6

Analogous Colors of #f68461

#f68461 #f6cf61 #f66189

Monochromatic Colors of #f68461

#f68461

Complementary Color

#f68461 #61d3f6

#f68461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68461 Color CSS Codes

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

#f68461 Text Font Color

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

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


#f68461 Background Color

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

This div background color is #f68461


#f68461 Border Color

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

This div border color is #f68461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68461

Related Colors


Comments

No comments written yet.

Please login to write comment.