Color Hex Logo

#f0870e Color Hex

#F0870E
(240,135,14)
0 Favorites   0 Comments

Color spaces of #f0870e

RGB 24013514
HSL0.090.890.50
HSV32°94°94°
CMYK 0.000.440.94   0.06
XYZ44.678435.88494.9871
Yxy35.88490.52220.4195
Hunter Lab59.904028.299236.9968
CIE-Lab66.431933.457570.5658

#f0870e color RGB value is (240,135,14).

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

The process color (four color CMYK) of #f0870e color hex is 0.00, 0.44, 0.94, 0.06. Web safe color of #f0870e is #ff9900. Color #f0870e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000111 00001110
Octal 360 207 16
Decimal 240 135 14
Hex F0 87 E

RGB Percentages of Color #f0870e

%61.70
%34.70
%3.60

CMYK Percentages of Color #f0870e

%0
%44
%94
%6

Triadic Colors of #f0870e

#f0870e #0ef087 #870ef0

Analogous Colors of #f0870e

#f0870e #e8f00e #f0160e

Monochromatic Colors of #f0870e

#f0870e

Complementary Color

#f0870e #0e77f0

#f0870e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0870e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0870e Color CSS Codes

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

#f0870e Text Font Color

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

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


#f0870e Background Color

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

This div background color is #f0870e


#f0870e Border Color

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

This div border color is #f0870e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0870e


Comments

No comments written yet.

Please login to write comment.