Color Hex Logo

#f55741 Color Hex

#F55741
(245,87,65)
0 Favorites   0 Comments

Color spaces of #f55741

RGB 2458765
HSL0.020.900.61
HSV73°96°
CMYK 0.000.640.73   0.04
XYZ42.018526.61057.9227
Yxy26.61050.54890.3476
Hunter Lab51.585455.121527.0037
CIE-Lab58.612159.290245.1451

#f55741 color RGB value is (245,87,65).

#f55741 hex color red value is 245, green value is 87 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #f55741 hue: 0.02 , saturation: 0.90 and the lightness value of f55741 is 0.61.

The process color (four color CMYK) of #f55741 color hex is 0.00, 0.64, 0.73, 0.04. Web safe color of #f55741 is #ff6633. Color #f55741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010111 01000001
Octal 365 127 101
Decimal 245 87 65
Hex F5 57 41

RGB Percentages of Color #f55741

%61.71
%21.91
%16.37

CMYK Percentages of Color #f55741

%0
%64
%73
%4

Triadic Colors of #f55741

#f55741 #41f557 #5741f5

Analogous Colors of #f55741

#f55741 #f5b141 #f54185

Monochromatic Colors of #f55741

#f55741

Complementary Color

#f55741 #41dff5

#f55741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55741 Color CSS Codes

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

#f55741 Text Font Color

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

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


#f55741 Background Color

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

This div background color is #f55741


#f55741 Border Color

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

This div border color is #f55741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55741


Comments

No comments written yet.

Please login to write comment.