Color Hex Logo

#f55e0d Color Hex

#F55E0D
(245,94,13)
0 Favorites   0 Comments

Color spaces of #f55e0d

RGB 2459413
HSL0.060.920.51
HSV21°95°96°
CMYK 0.000.620.95   0.04
XYZ41.731527.44693.4791
Yxy27.44690.57440.3778
Hunter Lab52.389850.503532.7355
CIE-Lab59.385755.086366.5107

#f55e0d color RGB value is (245,94,13).

#f55e0d hex color red value is 245, green value is 94 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f55e0d hue: 0.06 , saturation: 0.92 and the lightness value of f55e0d is 0.51.

The process color (four color CMYK) of #f55e0d color hex is 0.00, 0.62, 0.95, 0.04. Web safe color of #f55e0d is #ff6600. Color #f55e0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011110 00001101
Octal 365 136 15
Decimal 245 94 13
Hex F5 5E D

RGB Percentages of Color #f55e0d

%69.60
%26.70
%3.69

CMYK Percentages of Color #f55e0d

%0
%62
%95
%4

Triadic Colors of #f55e0d

#f55e0d #0df55e #5e0df5

Analogous Colors of #f55e0d

#f55e0d #f5d20d #f50d30

Monochromatic Colors of #f55e0d

#f55e0d

Complementary Color

#f55e0d #0da4f5

#f55e0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55e0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55e0d Color CSS Codes

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

#f55e0d Text Font Color

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

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


#f55e0d Background Color

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

This div background color is #f55e0d


#f55e0d Border Color

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

This div border color is #f55e0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55e0d


Comments

No comments written yet.

Please login to write comment.