Color Hex Logo

#f5221c Color Hex

#F5221C
(245,34,28)
0 Favorites   0 Comments

Color spaces of #f5221c

RGB 2453428
HSL0.000.920.54
HSV89°96°
CMYK 0.000.860.89   0.04
XYZ38.437820.64043.0567
Yxy20.64040.61860.3322
Hunter Lab45.431771.515627.8131
CIE-Lab52.553774.261657.4113

#f5221c color RGB value is (245,34,28).

#f5221c hex color red value is 245, green value is 34 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f5221c hue: 0.00 , saturation: 0.92 and the lightness value of f5221c is 0.54.

The process color (four color CMYK) of #f5221c color hex is 0.00, 0.86, 0.89, 0.04. Web safe color of #f5221c is #ff3333. Color #f5221c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100010 00011100
Octal 365 42 34
Decimal 245 34 28
Hex F5 22 1C

RGB Percentages of Color #f5221c

%79.80
%11.07
%9.12

CMYK Percentages of Color #f5221c

%0
%86
%89
%4

Triadic Colors of #f5221c

#f5221c #1cf522 #221cf5

Analogous Colors of #f5221c

#f5221c #f58f1c #f51c83

Monochromatic Colors of #f5221c

#f5221c

Complementary Color

#f5221c #1ceff5

#f5221c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5221c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5221c Color CSS Codes

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

#f5221c Text Font Color

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

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


#f5221c Background Color

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

This div background color is #f5221c


#f5221c Border Color

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

This div border color is #f5221c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5221c


Comments

No comments written yet.

Please login to write comment.