Color Hex Logo

#f68446 Color Hex

#F68446
(246,132,70)
0 Favorites   0 Comments

Color spaces of #f68446

RGB 24613270
HSL0.060.910.62
HSV21°72°96°
CMYK 0.000.460.72   0.04
XYZ47.362836.537610.3505
Yxy36.53760.50250.3877
Hunter Lab60.446334.082832.1599
CIE-Lab66.928738.951351.7030

#f68446 color RGB value is (246,132,70).

#f68446 hex color red value is 246, green value is 132 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f68446 hue: 0.06 , saturation: 0.91 and the lightness value of f68446 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000100 01000110
Octal 366 204 106
Decimal 246 132 70
Hex F6 84 46

RGB Percentages of Color #f68446

%54.91
%29.46
%15.63

CMYK Percentages of Color #f68446

%0
%46
%72
%4

Triadic Colors of #f68446

#f68446 #46f684 #8446f6

Analogous Colors of #f68446

#f68446 #f6dc46 #f64660

Monochromatic Colors of #f68446

#f68446

Complementary Color

#f68446 #46b8f6

#f68446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68446 Color CSS Codes

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

#f68446 Text Font Color

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

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


#f68446 Background Color

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

This div background color is #f68446


#f68446 Border Color

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

This div border color is #f68446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68446


Comments

No comments written yet.

Please login to write comment.