Color Hex Logo

#f5780d Color Hex

#F5780D
(245,120,13)
0 Favorites   0 Comments

Color spaces of #f5780d

RGB 24512013
HSL0.080.920.51
HSV28°95°96°
CMYK 0.000.510.95   0.04
XYZ44.445332.87454.3837
Yxy32.87450.54400.4024
Hunter Lab57.336338.029135.6023
CIE-Lab64.059243.007469.4858

#f5780d color RGB value is (245,120,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111000 00001101
Octal 365 170 15
Decimal 245 120 13
Hex F5 78 D

RGB Percentages of Color #f5780d

%64.81
%31.75
%3.44

CMYK Percentages of Color #f5780d

%0
%51
%95
%4

Triadic Colors of #f5780d

#f5780d #0df578 #780df5

Analogous Colors of #f5780d

#f5780d #f5ec0d #f50d16

Monochromatic Colors of #f5780d

#f5780d

Complementary Color

#f5780d #0d8af5

#f5780d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5780d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5780d Color CSS Codes

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

#f5780d Text Font Color

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

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


#f5780d Background Color

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

This div background color is #f5780d


#f5780d Border Color

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

This div border color is #f5780d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,120,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 #f5780d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5780d


Comments

No comments written yet.

Please login to write comment.