Color Hex Logo

#f0731e Color Hex

#F0731E
(240,115,30)
0 Favorites   0 Comments

Color spaces of #f0731e

RGB 24011530
HSL0.070.880.53
HSV24°88°94°
CMYK 0.000.520.88   0.06
XYZ42.300330.88054.9594
Yxy30.88050.54130.3952
Hunter Lab55.570238.627133.6078
CIE-Lab62.406643.783963.7584

#f0731e color RGB value is (240,115,30).

#f0731e hex color red value is 240, green value is 115 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f0731e hue: 0.07 , saturation: 0.88 and the lightness value of f0731e is 0.53.

The process color (four color CMYK) of #f0731e color hex is 0.00, 0.52, 0.88, 0.06. Web safe color of #f0731e is #ff6633. Color #f0731e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 00011110
Octal 360 163 36
Decimal 240 115 30
Hex F0 73 1E

RGB Percentages of Color #f0731e

%62.34
%29.87
%7.79

CMYK Percentages of Color #f0731e

%0
%52
%88
%6

Triadic Colors of #f0731e

#f0731e #1ef073 #731ef0

Analogous Colors of #f0731e

#f0731e #f0dc1e #f01e32

Monochromatic Colors of #f0731e

#f0731e

Complementary Color

#f0731e #1e9bf0

#f0731e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0731e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0731e Color CSS Codes

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

#f0731e Text Font Color

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

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


#f0731e Background Color

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

This div background color is #f0731e


#f0731e Border Color

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

This div border color is #f0731e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,115,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f0731e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0731e

#f0731e Color Palettes


Comments

No comments written yet.

Please login to write comment.