Color Hex Logo

#f08966 Color Hex

#F08966
(240,137,102)
0 Favorites   0 Comments

Color spaces of #f08966

RGB 240137102
HSL0.040.820.67
HSV15°58°94°
CMYK 0.000.430.58   0.06
XYZ47.279137.375917.2928
Yxy37.37590.46380.3666
Hunter Lab61.135831.054426.0244
CIE-Lab67.558136.004635.7566

#f08966 color RGB value is (240,137,102).

#f08966 hex color red value is 240, green value is 137 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #f08966 hue: 0.04 , saturation: 0.82 and the lightness value of f08966 is 0.67.

The process color (four color CMYK) of #f08966 color hex is 0.00, 0.43, 0.58, 0.06. Web safe color of #f08966 is #ff9966. Color #f08966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 01100110
Octal 360 211 146
Decimal 240 137 102
Hex F0 89 66

RGB Percentages of Color #f08966

%50.10
%28.60
%21.29

CMYK Percentages of Color #f08966

%0
%43
%58
%6

Triadic Colors of #f08966

#f08966 #66f089 #8966f0

Analogous Colors of #f08966

#f08966 #f0ce66 #f06688

Monochromatic Colors of #f08966

#f08966

Complementary Color

#f08966 #66cdf0

#f08966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08966 Color CSS Codes

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

#f08966 Text Font Color

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

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


#f08966 Background Color

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

This div background color is #f08966


#f08966 Border Color

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

This div border color is #f08966


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,137,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f08966; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f08966;
  -webkit-box-shadow: 1px 1px 3px 2px #f08966;
  box-shadow:         1px 1px 3px 2px #f08966; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,137,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08966

#f08966 Color Palettes


Comments

No comments written yet.

Please login to write comment.