Color Hex Logo

#f66007 Color Hex

#F66007
(246,96,7)
0 Favorites   0 Comments

Color spaces of #f66007

RGB 246967
HSL0.060.940.50
HSV22°97°96°
CMYK 0.000.610.97   0.04
XYZ42.227327.97393.3749
Yxy27.97390.57390.3802
Hunter Lab52.890449.955133.2400
CIE-Lab59.865254.518867.9773

#f66007 color RGB value is (246,96,7).

#f66007 hex color red value is 246, green value is 96 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #f66007 hue: 0.06 , saturation: 0.94 and the lightness value of f66007 is 0.50.

The process color (four color CMYK) of #f66007 color hex is 0.00, 0.61, 0.97, 0.04. Web safe color of #f66007 is #ff6600. Color #f66007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 00000111
Octal 366 140 7
Decimal 246 96 7
Hex F6 60 7

RGB Percentages of Color #f66007

%70.49
%27.51
%2.01

CMYK Percentages of Color #f66007

%0
%61
%97
%4

Triadic Colors of #f66007

#f66007 #07f660 #6007f6

Analogous Colors of #f66007

#f66007 #f6d807 #f60725

Monochromatic Colors of #f66007

#f66007

Complementary Color

#f66007 #079df6

#f66007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66007 Color CSS Codes

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

#f66007 Text Font Color

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

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


#f66007 Background Color

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

This div background color is #f66007


#f66007 Border Color

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

This div border color is #f66007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66007


Comments

No comments written yet.

Please login to write comment.