Color Hex Logo

#f56d2a Color Hex

#F56D2A
(245,109,42)
0 Favorites   0 Comments

Color spaces of #f56d2a

RGB 24510942
HSL0.060.910.56
HSV20°83°96°
CMYK 0.000.560.83   0.04
XYZ43.542730.51695.7859
Yxy30.51690.54530.3822
Hunter Lab55.242144.022832.4596
CIE-Lab62.097748.817059.4600

#f56d2a color RGB value is (245,109,42).

#f56d2a hex color red value is 245, green value is 109 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f56d2a hue: 0.06 , saturation: 0.91 and the lightness value of f56d2a is 0.56.

The process color (four color CMYK) of #f56d2a color hex is 0.00, 0.56, 0.83, 0.04. Web safe color of #f56d2a is #ff6633. Color #f56d2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101101 00101010
Octal 365 155 52
Decimal 245 109 42
Hex F5 6D 2A

RGB Percentages of Color #f56d2a

%61.87
%27.53
%10.61

CMYK Percentages of Color #f56d2a

%0
%56
%83
%4

Triadic Colors of #f56d2a

#f56d2a #2af56d #6d2af5

Analogous Colors of #f56d2a

#f56d2a #f5d32a #f52a4d

Monochromatic Colors of #f56d2a

#f56d2a

Complementary Color

#f56d2a #2ab2f5

#f56d2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56d2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56d2a Color CSS Codes

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

#f56d2a Text Font Color

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

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


#f56d2a Background Color

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

This div background color is #f56d2a


#f56d2a Border Color

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

This div border color is #f56d2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56d2a


Comments

No comments written yet.

Please login to write comment.