Color Hex Logo

#f09d66 Color Hex

#F09D66
(240,157,102)
0 Favorites   0 Comments

Color spaces of #f09d66

RGB 240157102
HSL0.070.820.67
HSV24°58°94°
CMYK 0.000.350.58   0.06
XYZ50.390443.598518.3299
Yxy43.59850.44860.3882
Hunter Lab66.029220.671929.7613
CIE-Lab71.959325.540141.2216

#f09d66 color RGB value is (240,157,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 01100110
Octal 360 235 146
Decimal 240 157 102
Hex F0 9D 66

RGB Percentages of Color #f09d66

%48.10
%31.46
%20.44

CMYK Percentages of Color #f09d66

%0
%35
%58
%6

Triadic Colors of #f09d66

#f09d66 #66f09d #9d66f0

Analogous Colors of #f09d66

#f09d66 #f0e266 #f06674

Monochromatic Colors of #f09d66

#f09d66

Complementary Color

#f09d66 #66b9f0

#f09d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09d66 Color CSS Codes

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

#f09d66 Text Font Color

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

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


#f09d66 Background Color

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

This div background color is #f09d66


#f09d66 Border Color

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

This div border color is #f09d66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,157,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 #f09d66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09d66

#f09d66 Color Palettes


Comments

No comments written yet.

Please login to write comment.