Color Hex Logo

#f07101 Color Hex

#F07101
(240,113,1)
0 Favorites   0 Comments

Color spaces of #f07101

RGB 2401131
HSL0.080.990.47
HSV28°100°94°
CMYK 0.000.531.00   0.06
XYZ41.845830.33773.6790
Yxy30.33770.55160.3999
Hunter Lab55.079739.222834.5955
CIE-Lab61.944544.403769.7294

#f07101 color RGB value is (240,113,1).

#f07101 hex color red value is 240, green value is 113 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f07101 hue: 0.08 , saturation: 0.99 and the lightness value of f07101 is 0.47.

The process color (four color CMYK) of #f07101 color hex is 0.00, 0.53, 1.00, 0.06. Web safe color of #f07101 is #ff6600. Color #f07101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110001 00000001
Octal 360 161 1
Decimal 240 113 1
Hex F0 71 1

RGB Percentages of Color #f07101

%67.80
%31.92
%0.28

CMYK Percentages of Color #f07101

%0
%53
%100
%6

Triadic Colors of #f07101

#f07101 #01f071 #7101f0

Analogous Colors of #f07101

#f07101 #f0e901 #f00109

Monochromatic Colors of #f07101

#f07101

Complementary Color

#f07101 #0180f0

#f07101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07101 Color CSS Codes

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

#f07101 Text Font Color

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

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


#f07101 Background Color

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

This div background color is #f07101


#f07101 Border Color

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

This div border color is #f07101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07101


Comments

No comments written yet.

Please login to write comment.