Color Hex Logo

#f4860e Color Hex

#F4860E
(244,134,14)
0 Favorites   0 Comments

Color spaces of #f4860e

RGB 24413414
HSL0.090.910.51
HSV31°94°96°
CMYK 0.000.450.94   0.04
XYZ45.912636.31505.0051
Yxy36.31500.52630.4163
Hunter Lab60.261930.537937.2590
CIE-Lab66.759935.590971.0453

#f4860e color RGB value is (244,134,14).

#f4860e hex color red value is 244, green value is 134 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f4860e hue: 0.09 , saturation: 0.91 and the lightness value of f4860e is 0.51.

The process color (four color CMYK) of #f4860e color hex is 0.00, 0.45, 0.94, 0.04. Web safe color of #f4860e is #ff9900. Color #f4860e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000110 00001110
Octal 364 206 16
Decimal 244 134 14
Hex F4 86 E

RGB Percentages of Color #f4860e

%62.24
%34.18
%3.57

CMYK Percentages of Color #f4860e

%0
%45
%94
%4

Triadic Colors of #f4860e

#f4860e #0ef486 #860ef4

Analogous Colors of #f4860e

#f4860e #eff40e #f4130e

Monochromatic Colors of #f4860e

#f4860e

Complementary Color

#f4860e #0e7cf4

#f4860e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4860e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4860e Color CSS Codes

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

#f4860e Text Font Color

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

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


#f4860e Background Color

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

This div background color is #f4860e


#f4860e Border Color

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

This div border color is #f4860e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4860e


Comments

No comments written yet.

Please login to write comment.