Color Hex Logo

#f65207 Color Hex

#F65207
(246,82,7)
0 Favorites   0 Comments

Color spaces of #f65207

RGB 246827
HSL0.050.940.50
HSV19°97°96°
CMYK 0.000.670.97   0.04
XYZ41.061725.64282.9864
Yxy25.64280.58920.3680
Hunter Lab50.638756.123531.9505
CIE-Lab57.696460.323666.7477

#f65207 color RGB value is (246,82,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 00000111
Octal 366 122 7
Decimal 246 82 7
Hex F6 52 7

RGB Percentages of Color #f65207

%73.43
%24.48
%2.09

CMYK Percentages of Color #f65207

%0
%67
%97
%4

Triadic Colors of #f65207

#f65207 #07f652 #5207f6

Analogous Colors of #f65207

#f65207 #f6ca07 #f60733

Monochromatic Colors of #f65207

#f65207

Complementary Color

#f65207 #07abf6

#f65207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65207 Color CSS Codes

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

#f65207 Text Font Color

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

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


#f65207 Background Color

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

This div background color is #f65207


#f65207 Border Color

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

This div border color is #f65207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65207


Comments

No comments written yet.

Please login to write comment.