Color Hex Logo

#f66755 Color Hex

#F66755
(246,103,85)
0 Favorites   0 Comments

Color spaces of #f66755

RGB 24610385
HSL0.020.900.65
HSV65°96°
CMYK 0.000.580.65   0.04
XYZ44.496029.949212.0299
Yxy29.94920.51460.3463
Hunter Lab54.725949.362925.2749
CIE-Lab61.610453.710137.8420

#f66755 color RGB value is (246,103,85).

#f66755 hex color red value is 246, green value is 103 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f66755 hue: 0.02 , saturation: 0.90 and the lightness value of f66755 is 0.65.

The process color (four color CMYK) of #f66755 color hex is 0.00, 0.58, 0.65, 0.04. Web safe color of #f66755 is #ff6666. Color #f66755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100111 01010101
Octal 366 147 125
Decimal 246 103 85
Hex F6 67 55

RGB Percentages of Color #f66755

%56.68
%23.73
%19.59

CMYK Percentages of Color #f66755

%0
%58
%65
%4

Triadic Colors of #f66755

#f66755 #55f667 #6755f6

Analogous Colors of #f66755

#f66755 #f6b855 #f65594

Monochromatic Colors of #f66755

#f66755

Complementary Color

#f66755 #55e4f6

#f66755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66755 Color CSS Codes

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

#f66755 Text Font Color

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

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


#f66755 Background Color

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

This div background color is #f66755


#f66755 Border Color

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

This div border color is #f66755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66755


Comments

No comments written yet.

Please login to write comment.