Color Hex Logo

#f07807 Color Hex

#F07807
(240,120,7)
0 Favorites   0 Comments

Color spaces of #f07807

RGB 2401207
HSL0.080.940.48
HSV29°97°94°
CMYK 0.000.500.97   0.06
XYZ42.690031.97354.1225
Yxy31.97350.54180.4058
Hunter Lab56.545135.808635.2590
CIE-Lab63.321041.011569.6024

#f07807 color RGB value is (240,120,7).

#f07807 hex color red value is 240, green value is 120 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #f07807 hue: 0.08 , saturation: 0.94 and the lightness value of f07807 is 0.48.

The process color (four color CMYK) of #f07807 color hex is 0.00, 0.50, 0.97, 0.06. Web safe color of #f07807 is #ff6600. Color #f07807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111000 00000111
Octal 360 170 7
Decimal 240 120 7
Hex F0 78 7

RGB Percentages of Color #f07807

%65.40
%32.70
%1.91

CMYK Percentages of Color #f07807

%0
%50
%97
%6

Triadic Colors of #f07807

#f07807 #07f078 #7807f0

Analogous Colors of #f07807

#f07807 #f0ed07 #f0070a

Monochromatic Colors of #f07807

#f07807

Complementary Color

#f07807 #077ff0

#f07807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07807 Color CSS Codes

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

#f07807 Text Font Color

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

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


#f07807 Background Color

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

This div background color is #f07807


#f07807 Border Color

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

This div border color is #f07807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07807


Comments

No comments written yet.

Please login to write comment.