Color Hex Logo

#f09e6a Color Hex

#F09E6A
(240,158,106)
0 Favorites   0 Comments

Color spaces of #f09e6a

RGB 240158106
HSL0.060.820.68
HSV23°56°94°
CMYK 0.000.340.56   0.06
XYZ50.763644.019619.4568
Yxy44.01960.44440.3853
Hunter Lab66.347320.466129.0559
CIE-Lab72.241625.320039.4900

#f09e6a color RGB value is (240,158,106).

#f09e6a hex color red value is 240, green value is 158 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f09e6a hue: 0.06 , saturation: 0.82 and the lightness value of f09e6a is 0.68.

The process color (four color CMYK) of #f09e6a color hex is 0.00, 0.34, 0.56, 0.06. Web safe color of #f09e6a is #ff9966. Color #f09e6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011110 01101010
Octal 360 236 152
Decimal 240 158 106
Hex F0 9E 6A

RGB Percentages of Color #f09e6a

%47.62
%31.35
%21.03

CMYK Percentages of Color #f09e6a

%0
%34
%56
%6

Triadic Colors of #f09e6a

#f09e6a #6af09e #9e6af0

Analogous Colors of #f09e6a

#f09e6a #f0e16a #f06a79

Monochromatic Colors of #f09e6a

#f09e6a

Complementary Color

#f09e6a #6abcf0

#f09e6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09e6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09e6a Color CSS Codes

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

#f09e6a Text Font Color

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

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


#f09e6a Background Color

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

This div background color is #f09e6a


#f09e6a Border Color

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

This div border color is #f09e6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09e6a


Comments

No comments written yet.

Please login to write comment.