Color Hex Logo

#f5272a Color Hex

#F5272A
(245,39,42)
0 Favorites   0 Comments

Color spaces of #f5272a

RGB 2453942
HSL1.000.910.56
HSV359°84°96°
CMYK 0.000.840.83   0.04
XYZ38.799621.03074.2048
Yxy21.03070.60590.3284
Hunter Lab45.859270.767826.6652
CIE-Lab52.983173.567251.3345

#f5272a color RGB value is (245,39,42).

#f5272a hex color red value is 245, green value is 39 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f5272a hue: 1.00 , saturation: 0.91 and the lightness value of f5272a is 0.56.

The process color (four color CMYK) of #f5272a color hex is 0.00, 0.84, 0.83, 0.04. Web safe color of #f5272a is #ff3333. Color #f5272a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100111 00101010
Octal 365 47 52
Decimal 245 39 42
Hex F5 27 2A

RGB Percentages of Color #f5272a

%75.15
%11.96
%12.88

CMYK Percentages of Color #f5272a

%0
%84
%83
%4

Triadic Colors of #f5272a

#f5272a #2af527 #272af5

Analogous Colors of #f5272a

#f5272a #f58b27 #f52791

Monochromatic Colors of #f5272a

#f5272a

Complementary Color

#f5272a #27f5f2

#f5272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5272a Color CSS Codes

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

#f5272a Text Font Color

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

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


#f5272a Background Color

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

This div background color is #f5272a


#f5272a Border Color

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

This div border color is #f5272a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5272a


Comments

No comments written yet.

Please login to write comment.