Color Hex Logo

#f6a66c Color Hex

#F6A66C
(246,166,108)
0 Favorites   0 Comments

Color spaces of #f6a66c

RGB 246166108
HSL0.070.880.69
HSV25°56°96°
CMYK 0.000.330.56   0.04
XYZ54.349047.948020.5777
Yxy47.94800.44230.3902
Hunter Lab69.244518.924230.8517
CIE-Lab74.792123.660741.7645

#f6a66c color RGB value is (246,166,108).

#f6a66c hex color red value is 246, green value is 166 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #f6a66c hue: 0.07 , saturation: 0.88 and the lightness value of f6a66c is 0.69.

The process color (four color CMYK) of #f6a66c color hex is 0.00, 0.33, 0.56, 0.04. Web safe color of #f6a66c is #ff9966. Color #f6a66c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10100110 01101100
Octal 366 246 154
Decimal 246 166 108
Hex F6 A6 6C

RGB Percentages of Color #f6a66c

%47.31
%31.92
%20.77

CMYK Percentages of Color #f6a66c

%0
%33
%56
%4

Triadic Colors of #f6a66c

#f6a66c #6cf6a6 #a66cf6

Analogous Colors of #f6a66c

#f6a66c #f6eb6c #f66c77

Monochromatic Colors of #f6a66c

#f6a66c

Complementary Color

#f6a66c #6cbcf6

#f6a66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6a66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6a66c Color CSS Codes

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

#f6a66c Text Font Color

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

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


#f6a66c Background Color

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

This div background color is #f6a66c


#f6a66c Border Color

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

This div border color is #f6a66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6a66c


Comments

No comments written yet.

Please login to write comment.