Color Hex Logo

#f57018 Color Hex

#F57018
(245,112,24)
0 Favorites   0 Comments

Color spaces of #f57018

RGB 24511224
HSL0.070.920.53
HSV24°90°96°
CMYK 0.000.540.90   0.04
XYZ43.615231.06684.5619
Yxy31.06680.55040.3920
Hunter Lab55.737642.137134.1637
CIE-Lab62.564047.020965.9913

#f57018 color RGB value is (245,112,24).

#f57018 hex color red value is 245, green value is 112 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #f57018 hue: 0.07 , saturation: 0.92 and the lightness value of f57018 is 0.53.

The process color (four color CMYK) of #f57018 color hex is 0.00, 0.54, 0.90, 0.04. Web safe color of #f57018 is #ff6600. Color #f57018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110000 00011000
Octal 365 160 30
Decimal 245 112 24
Hex F5 70 18

RGB Percentages of Color #f57018

%64.30
%29.40
%6.30

CMYK Percentages of Color #f57018

%0
%54
%90
%4

Triadic Colors of #f57018

#f57018 #18f570 #7018f5

Analogous Colors of #f57018

#f57018 #f5df18 #f5182e

Monochromatic Colors of #f57018

#f57018

Complementary Color

#f57018 #189df5

#f57018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57018 Color CSS Codes

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

#f57018 Text Font Color

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

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


#f57018 Background Color

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

This div background color is #f57018


#f57018 Border Color

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

This div border color is #f57018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57018


Comments

No comments written yet.

Please login to write comment.