Color Hex Logo

#f54318 Color Hex

#F54318
(245,67,24)
0 Favorites   0 Comments

Color spaces of #f54318

RGB 2456724
HSL0.030.920.53
HSV12°90°96°
CMYK 0.000.730.90   0.04
XYZ39.828223.49273.2995
Yxy23.49270.59780.3526
Hunter Lab48.469361.855929.8924
CIE-Lab55.576365.638961.0540

#f54318 color RGB value is (245,67,24).

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

The process color (four color CMYK) of #f54318 color hex is 0.00, 0.73, 0.90, 0.04. Web safe color of #f54318 is #ff3300. Color #f54318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000011 00011000
Octal 365 103 30
Decimal 245 67 24
Hex F5 43 18

RGB Percentages of Color #f54318

%72.92
%19.94
%7.14

CMYK Percentages of Color #f54318

%0
%73
%90
%4

Triadic Colors of #f54318

#f54318 #18f543 #4318f5

Analogous Colors of #f54318

#f54318 #f5b218 #f5185b

Monochromatic Colors of #f54318

#f54318

Complementary Color

#f54318 #18caf5

#f54318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54318 Color CSS Codes

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

#f54318 Text Font Color

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

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


#f54318 Background Color

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

This div background color is #f54318


#f54318 Border Color

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

This div border color is #f54318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54318


Comments

No comments written yet.

Please login to write comment.