Color Hex Logo

#f0640e Color Hex

#F0640E
(240,100,14)
0 Favorites   0 Comments

Color spaces of #f0640e

RGB 24010014
HSL0.060.890.50
HSV23°94°94°
CMYK 0.000.580.94   0.06
XYZ40.571627.67133.6182
Yxy27.67130.56460.3851
Hunter Lab52.603545.615832.7443
CIE-Lab59.590650.649266.0292

#f0640e color RGB value is (240,100,14).

#f0640e hex color red value is 240, green value is 100 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f0640e hue: 0.06 , saturation: 0.89 and the lightness value of f0640e is 0.50.

The process color (four color CMYK) of #f0640e color hex is 0.00, 0.58, 0.94, 0.06. Web safe color of #f0640e is #ff6600. Color #f0640e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100100 00001110
Octal 360 144 16
Decimal 240 100 14
Hex F0 64 E

RGB Percentages of Color #f0640e

%67.80
%28.25
%3.95

CMYK Percentages of Color #f0640e

%0
%58
%94
%6

Triadic Colors of #f0640e

#f0640e #0ef064 #640ef0

Analogous Colors of #f0640e

#f0640e #f0d50e #f00e29

Monochromatic Colors of #f0640e

#f0640e

Complementary Color

#f0640e #0e9af0

#f0640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0640e Color CSS Codes

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

#f0640e Text Font Color

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

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


#f0640e Background Color

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

This div background color is #f0640e


#f0640e Border Color

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

This div border color is #f0640e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0640e


Comments

No comments written yet.

Please login to write comment.