Color Hex Logo

#f0935e Color Hex

#F0935E
(240,147,94)
0 Favorites   0 Comments

Color spaces of #f0935e

RGB 24014794
HSL0.060.830.65
HSV22°61°94°
CMYK 0.000.390.61   0.06
XYZ48.389340.200915.7988
Yxy40.20090.46350.3851
Hunter Lab63.404225.271729.6093
CIE-Lab69.612430.226942.5119

#f0935e color RGB value is (240,147,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010011 01011110
Octal 360 223 136
Decimal 240 147 94
Hex F0 93 5E

RGB Percentages of Color #f0935e

%49.90
%30.56
%19.54

CMYK Percentages of Color #f0935e

%0
%39
%61
%6

Triadic Colors of #f0935e

#f0935e #5ef093 #935ef0

Analogous Colors of #f0935e

#f0935e #f0dc5e #f05e72

Monochromatic Colors of #f0935e

#f0935e

Complementary Color

#f0935e #5ebbf0

#f0935e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0935e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0935e Color CSS Codes

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

#f0935e Text Font Color

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

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


#f0935e Background Color

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

This div background color is #f0935e


#f0935e Border Color

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

This div border color is #f0935e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0935e


Comments

No comments written yet.

Please login to write comment.