Color Hex Logo

#f56f54 Color Hex

#F56F54
(245,111,84)
0 Favorites   0 Comments

Color spaces of #f56f54

RGB 24511184
HSL0.030.890.65
HSV10°66°96°
CMYK 0.000.550.66   0.04
XYZ44.940931.421412.0838
Yxy31.42140.50810.3553
Hunter Lab56.054845.013226.4571
CIE-Lab62.861849.605839.8565

#f56f54 color RGB value is (245,111,84).

#f56f54 hex color red value is 245, green value is 111 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #f56f54 hue: 0.03 , saturation: 0.89 and the lightness value of f56f54 is 0.65.

The process color (four color CMYK) of #f56f54 color hex is 0.00, 0.55, 0.66, 0.04. Web safe color of #f56f54 is #ff6666. Color #f56f54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101111 01010100
Octal 365 157 124
Decimal 245 111 84
Hex F5 6F 54

RGB Percentages of Color #f56f54

%55.68
%25.23
%19.09

CMYK Percentages of Color #f56f54

%0
%55
%66
%4

Triadic Colors of #f56f54

#f56f54 #54f56f #6f54f5

Analogous Colors of #f56f54

#f56f54 #f5c054 #f5548a

Monochromatic Colors of #f56f54

#f56f54

Complementary Color

#f56f54 #54daf5

#f56f54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56f54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56f54 Color CSS Codes

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

#f56f54 Text Font Color

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

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


#f56f54 Background Color

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

This div background color is #f56f54


#f56f54 Border Color

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

This div border color is #f56f54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56f54


Comments

No comments written yet.

Please login to write comment.