Color Hex Logo

#f55640 Color Hex

#F55640
(245,86,64)
0 Favorites   0 Comments

Color spaces of #f55640

RGB 2458664
HSL0.020.900.61
HSV74°96°
CMYK 0.000.650.74   0.04
XYZ41.909426.43827.7447
Yxy26.43820.55080.3474
Hunter Lab51.418155.508527.0623
CIE-Lab58.450759.655945.4969

#f55640 color RGB value is (245,86,64).

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

The process color (four color CMYK) of #f55640 color hex is 0.00, 0.65, 0.74, 0.04. Web safe color of #f55640 is #ff6633. Color #f55640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010110 01000000
Octal 365 126 100
Decimal 245 86 64
Hex F5 56 40

RGB Percentages of Color #f55640

%62.03
%21.77
%16.20

CMYK Percentages of Color #f55640

%0
%65
%74
%4

Triadic Colors of #f55640

#f55640 #40f556 #5640f5

Analogous Colors of #f55640

#f55640 #f5b140 #f54085

Monochromatic Colors of #f55640

#f55640

Complementary Color

#f55640 #40dff5

#f55640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55640 Color CSS Codes

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

#f55640 Text Font Color

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

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


#f55640 Background Color

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

This div background color is #f55640


#f55640 Border Color

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

This div border color is #f55640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55640


Comments

No comments written yet.

Please login to write comment.