Color Hex Logo

#f09149 Color Hex

#F09149
(240,145,73)
0 Favorites   0 Comments

Color spaces of #f09149

RGB 24014573
HSL0.070.850.61
HSV26°70°94°
CMYK 0.000.400.70   0.06
XYZ47.263239.257111.3897
Yxy39.25710.48270.4010
Hunter Lab62.655525.001633.0809
CIE-Lab68.937130.016252.2079

#f09149 color RGB value is (240,145,73).

#f09149 hex color red value is 240, green value is 145 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #f09149 hue: 0.07 , saturation: 0.85 and the lightness value of f09149 is 0.61.

The process color (four color CMYK) of #f09149 color hex is 0.00, 0.40, 0.70, 0.06. Web safe color of #f09149 is #ff9933. Color #f09149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010001 01001001
Octal 360 221 111
Decimal 240 145 73
Hex F0 91 49

RGB Percentages of Color #f09149

%52.40
%31.66
%15.94

CMYK Percentages of Color #f09149

%0
%40
%70
%6

Triadic Colors of #f09149

#f09149 #49f091 #9149f0

Analogous Colors of #f09149

#f09149 #f0e549 #f04954

Monochromatic Colors of #f09149

#f09149

Complementary Color

#f09149 #49a8f0

#f09149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09149 Color CSS Codes

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

#f09149 Text Font Color

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

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


#f09149 Background Color

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

This div background color is #f09149


#f09149 Border Color

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

This div border color is #f09149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09149


Comments

No comments written yet.

Please login to write comment.