Color Hex Logo

#f56700 Color Hex

#F56700
(245,103,0)
0 Favorites   0 Comments

Color spaces of #f56700

RGB 2451030
HSL0.071.000.48
HSV25°100°96°
CMYK 0.000.581.00   0.04
XYZ42.506429.11303.3790
Yxy29.11300.56680.3882
Hunter Lab53.956546.196834.0565
CIE-Lab60.881250.977969.7037

#f56700 color RGB value is (245,103,0).

#f56700 hex color red value is 245, green value is 103 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f56700 hue: 0.07 , saturation: 1.00 and the lightness value of f56700 is 0.48.

The process color (four color CMYK) of #f56700 color hex is 0.00, 0.58, 1.00, 0.04. Web safe color of #f56700 is #ff6600. Color #f56700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100111 00000000
Octal 365 147 0
Decimal 245 103 0
Hex F5 67 0

RGB Percentages of Color #f56700

%70.40
%29.60
%0.00

CMYK Percentages of Color #f56700

%0
%58
%100
%4

Triadic Colors of #f56700

#f56700 #00f567 #6700f5

Analogous Colors of #f56700

#f56700 #f5e200 #f50013

Monochromatic Colors of #f56700

#f56700

Complementary Color

#f56700 #008ef5

#f56700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56700 Color CSS Codes

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

#f56700 Text Font Color

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

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


#f56700 Background Color

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

This div background color is #f56700


#f56700 Border Color

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

This div border color is #f56700


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,103,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56700


Comments

No comments written yet.

Please login to write comment.