Color Hex Logo

#f0760e Color Hex

#F0760E
(240,118,14)
0 Favorites   0 Comments

Color spaces of #f0760e

RGB 24011814
HSL0.080.890.50
HSV28°94°94°
CMYK 0.000.510.94   0.06
XYZ42.492931.51384.2586
Yxy31.51380.54290.4027
Hunter Lab56.137236.875234.7982
CIE-Lab62.939042.067868.2128

#f0760e color RGB value is (240,118,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110110 00001110
Octal 360 166 16
Decimal 240 118 14
Hex F0 76 E

RGB Percentages of Color #f0760e

%64.52
%31.72
%3.76

CMYK Percentages of Color #f0760e

%0
%51
%94
%6

Triadic Colors of #f0760e

#f0760e #0ef076 #760ef0

Analogous Colors of #f0760e

#f0760e #f0e70e #f00e17

Monochromatic Colors of #f0760e

#f0760e

Complementary Color

#f0760e #0e88f0

#f0760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0760e Color CSS Codes

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

#f0760e Text Font Color

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

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


#f0760e Background Color

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

This div background color is #f0760e


#f0760e Border Color

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

This div border color is #f0760e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0760e


Comments

No comments written yet.

Please login to write comment.