Color Hex Logo

#f56107 Color Hex

#F56107
(245,97,7)
0 Favorites   0 Comments

Color spaces of #f56107

RGB 245977
HSL0.060.940.49
HSV23°97°96°
CMYK 0.000.600.97   0.04
XYZ41.969227.97723.3891
Yxy27.97720.57230.3815
Hunter Lab52.893549.070233.2265
CIE-Lab59.868153.727167.8945

#f56107 color RGB value is (245,97,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100001 00000111
Octal 365 141 7
Decimal 245 97 7
Hex F5 61 7

RGB Percentages of Color #f56107

%70.20
%27.79
%2.01

CMYK Percentages of Color #f56107

%0
%60
%97
%4

Triadic Colors of #f56107

#f56107 #07f561 #6107f5

Analogous Colors of #f56107

#f56107 #f5d807 #f50724

Monochromatic Colors of #f56107

#f56107

Complementary Color

#f56107 #079bf5

#f56107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56107 Color CSS Codes

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

#f56107 Text Font Color

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

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


#f56107 Background Color

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

This div background color is #f56107


#f56107 Border Color

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

This div border color is #f56107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56107


Comments

No comments written yet.

Please login to write comment.