Color Hex Logo

#f55d2e Color Hex

#F55D2E
(245,93,46)
0 Favorites   0 Comments

Color spaces of #f55d2e

RGB 2459346
HSL0.040.910.57
HSV14°81°96°
CMYK 0.000.620.81   0.04
XYZ42.063727.43845.6639
Yxy27.43840.55960.3650
Hunter Lab52.381751.671730.2563
CIE-Lab59.377956.125655.3030

#f55d2e color RGB value is (245,93,46).

#f55d2e hex color red value is 245, green value is 93 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f55d2e hue: 0.04 , saturation: 0.91 and the lightness value of f55d2e is 0.57.

The process color (four color CMYK) of #f55d2e color hex is 0.00, 0.62, 0.81, 0.04. Web safe color of #f55d2e is #ff6633. Color #f55d2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011101 00101110
Octal 365 135 56
Decimal 245 93 46
Hex F5 5D 2E

RGB Percentages of Color #f55d2e

%63.80
%24.22
%11.98

CMYK Percentages of Color #f55d2e

%0
%62
%81
%4

Triadic Colors of #f55d2e

#f55d2e #2ef55d #5d2ef5

Analogous Colors of #f55d2e

#f55d2e #f5c12e #f52e63

Monochromatic Colors of #f55d2e

#f55d2e

Complementary Color

#f55d2e #2ec6f5

#f55d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55d2e Color CSS Codes

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

#f55d2e Text Font Color

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

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


#f55d2e Background Color

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

This div background color is #f55d2e


#f55d2e Border Color

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

This div border color is #f55d2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55d2e


Comments

No comments written yet.

Please login to write comment.