Color Hex Logo

#f0955e Color Hex

#F0955E
(240,149,94)
0 Favorites   0 Comments

Color spaces of #f0955e

RGB 24014994
HSL0.060.830.65
HSV23°61°94°
CMYK 0.000.380.61   0.06
XYZ48.703040.828315.9034
Yxy40.82830.46190.3872
Hunter Lab63.897024.234829.9712
CIE-Lab70.055529.178043.0444

#f0955e color RGB value is (240,149,94).

#f0955e hex color red value is 240, green value is 149 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f0955e hue: 0.06 , saturation: 0.83 and the lightness value of f0955e is 0.65.

The process color (four color CMYK) of #f0955e color hex is 0.00, 0.38, 0.61, 0.06. Web safe color of #f0955e is #ff9966. Color #f0955e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010101 01011110
Octal 360 225 136
Decimal 240 149 94
Hex F0 95 5E

RGB Percentages of Color #f0955e

%49.69
%30.85
%19.46

CMYK Percentages of Color #f0955e

%0
%38
%61
%6

Triadic Colors of #f0955e

#f0955e #5ef095 #955ef0

Analogous Colors of #f0955e

#f0955e #f0de5e #f05e70

Monochromatic Colors of #f0955e

#f0955e

Complementary Color

#f0955e #5eb9f0

#f0955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0955e Color CSS Codes

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

#f0955e Text Font Color

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

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


#f0955e Background Color

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

This div background color is #f0955e


#f0955e Border Color

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

This div border color is #f0955e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0955e


Comments

No comments written yet.

Please login to write comment.