Color Hex Logo

#f5490f Color Hex

#F5490F
(245,73,15)
0 Favorites   0 Comments

Color spaces of #f5490f

RGB 2457315
HSL0.040.920.51
HSV15°94°96°
CMYK 0.000.700.94   0.04
XYZ40.125024.21213.0105
Yxy24.21210.59580.3595
Hunter Lab49.205859.448230.8166
CIE-Lab56.299563.448464.1775

#f5490f color RGB value is (245,73,15).

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

The process color (four color CMYK) of #f5490f color hex is 0.00, 0.70, 0.94, 0.04. Web safe color of #f5490f is #ff3300. Color #f5490f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001001 00001111
Octal 365 111 17
Decimal 245 73 15
Hex F5 49 F

RGB Percentages of Color #f5490f

%73.57
%21.92
%4.50

CMYK Percentages of Color #f5490f

%0
%70
%94
%4

Triadic Colors of #f5490f

#f5490f #0ff549 #490ff5

Analogous Colors of #f5490f

#f5490f #f5bc0f #f50f48

Monochromatic Colors of #f5490f

#f5490f

Complementary Color

#f5490f #0fbbf5

#f5490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5490f Color CSS Codes

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

#f5490f Text Font Color

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

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


#f5490f Background Color

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

This div background color is #f5490f


#f5490f Border Color

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

This div border color is #f5490f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5490f


Comments

No comments written yet.

Please login to write comment.