color codes Logo

#f4840e color codes

#F4840E
(244,132,14)
0 Favorites   0 Comments

Color spaces of #f4840e

RGB 24413214
HSL0.090.910.51
HSV31°94°96°
CMYK 0.000.460.94   0.04
XYZ45.638835.76734.9138
Yxy35.76730.52870.4144
Hunter Lab59.805831.556336.9926
CIE-Lab66.341736.611970.7626

#f4840e color RGB value is (244,132,14).

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

The process color (four color CMYK) of #f4840e color code is 0.00, 0.46, 0.94, 0.04. Web safe color of #f4840e is #ff9900. Color #f4840e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000100 00001110
Octal 364 204 16
Decimal 244 132 14
Hex F4 84 E

RGB Percentages of Color #f4840e

%62.56
%33.85
%3.59

CMYK Percentages of Color #f4840e

%0
%46
%94
%4

Triadic Colors of #f4840e

#f4840e #0ef484 #840ef4

Analogous Colors of #f4840e

#f4840e #f1f40e #f4110e

Monochromatic Colors of #f4840e

#f4840e

Complementary Color

#f4840e #0e7ef4

#f4840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4840e Color CSS Codes

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

#f4840e Text Font Color

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

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


#f4840e Background Color

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

This div background color is #f4840e


#f4840e Border Color

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

This div border color is #f4840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4840e


Comments

No comments written yet.

Please login to write comment.