Color Hex Logo

#f56f31 Color Hex

#F56F31
(245,111,49)
0 Favorites   0 Comments

Color spaces of #f56f31

RGB 24511149
HSL0.050.910.58
HSV19°80°96°
CMYK 0.000.550.80   0.04
XYZ43.895031.00316.5764
Yxy31.00310.53880.3805
Hunter Lab55.680443.277631.9736
CIE-Lab62.510348.075456.8921

#f56f31 color RGB value is (245,111,49).

#f56f31 hex color red value is 245, green value is 111 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #f56f31 hue: 0.05 , saturation: 0.91 and the lightness value of f56f31 is 0.58.

The process color (four color CMYK) of #f56f31 color hex is 0.00, 0.55, 0.80, 0.04. Web safe color of #f56f31 is #ff6633. Color #f56f31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101111 00110001
Octal 365 157 61
Decimal 245 111 49
Hex F5 6F 31

RGB Percentages of Color #f56f31

%60.49
%27.41
%12.10

CMYK Percentages of Color #f56f31

%0
%55
%80
%4

Triadic Colors of #f56f31

#f56f31 #31f56f #6f31f5

Analogous Colors of #f56f31

#f56f31 #f5d131 #f53155

Monochromatic Colors of #f56f31

#f56f31

Complementary Color

#f56f31 #31b7f5

#f56f31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56f31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56f31 Color CSS Codes

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

#f56f31 Text Font Color

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

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


#f56f31 Background Color

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

This div background color is #f56f31


#f56f31 Border Color

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

This div border color is #f56f31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56f31


Comments

No comments written yet.

Please login to write comment.