Color Hex Logo

#f0470e Color Hex

#F0470E
(240,71,14)
2 Favorites   0 Comments

Color spaces of #f0470e

RGB 2407114
HSL0.040.890.50
HSV15°94°94°
CMYK 0.000.700.94   0.06
XYZ38.267723.06342.8502
Yxy23.06340.59620.3593
Hunter Lab48.024458.193230.0983
CIE-Lab55.137662.577863.2671

#f0470e color RGB value is (240,71,14).

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

The process color (four color CMYK) of #f0470e color hex is 0.00, 0.70, 0.94, 0.06. Web safe color of #f0470e is #ff3300. Color #f0470e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000111 00001110
Octal 360 107 16
Decimal 240 71 14
Hex F0 47 E

RGB Percentages of Color #f0470e

%73.85
%21.85
%4.31

CMYK Percentages of Color #f0470e

%0
%70
%94
%6

Triadic Colors of #f0470e

#f0470e #0ef047 #470ef0

Analogous Colors of #f0470e

#f0470e #f0b80e #f00e46

Monochromatic Colors of #f0470e

#f0470e

Complementary Color

#f0470e #0eb7f0

#f0470e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0470e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0470e Color CSS Codes

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

#f0470e Text Font Color

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

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


#f0470e Background Color

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

This div background color is #f0470e


#f0470e Border Color

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

This div border color is #f0470e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0470e


Comments

No comments written yet.

Please login to write comment.