Color Hex Logo

#f52318 Color Hex

#F52318
(245,35,24)
0 Favorites   0 Comments

Color spaces of #f52318

RGB 2453524
HSL0.010.920.53
HSV90°96°
CMYK 0.000.860.90   0.04
XYZ38.422120.68052.8308
Yxy20.68050.62040.3339
Hunter Lab45.475871.230328.1424
CIE-Lab52.598074.020159.0237

#f52318 color RGB value is (245,35,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100011 00011000
Octal 365 43 30
Decimal 245 35 24
Hex F5 23 18

RGB Percentages of Color #f52318

%80.59
%11.51
%7.89

CMYK Percentages of Color #f52318

%0
%86
%90
%4

Triadic Colors of #f52318

#f52318 #18f523 #2318f5

Analogous Colors of #f52318

#f52318 #f59218 #f5187c

Monochromatic Colors of #f52318

#f52318

Complementary Color

#f52318 #18eaf5

#f52318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52318 Color CSS Codes

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

#f52318 Text Font Color

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

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


#f52318 Background Color

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

This div background color is #f52318


#f52318 Border Color

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

This div border color is #f52318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52318


Comments

No comments written yet.

Please login to write comment.