Color Hex Logo

#f5270e Color Hex

#F5270E
(245,39,14)
0 Favorites   0 Comments

Color spaces of #f5270e

RGB 2453914
HSL0.020.920.51
HSV94°96°
CMYK 0.000.840.94   0.04
XYZ38.461020.89522.4215
Yxy20.89520.62260.3382
Hunter Lab45.711370.193428.8571
CIE-Lab52.834673.125162.4370

#f5270e color RGB value is (245,39,14).

#f5270e hex color red value is 245, green value is 39 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f5270e hue: 0.02 , saturation: 0.92 and the lightness value of f5270e is 0.51.

The process color (four color CMYK) of #f5270e color hex is 0.00, 0.84, 0.94, 0.04. Web safe color of #f5270e is #ff3300. Color #f5270e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100111 00001110
Octal 365 47 16
Decimal 245 39 14
Hex F5 27 E

RGB Percentages of Color #f5270e

%82.21
%13.09
%4.70

CMYK Percentages of Color #f5270e

%0
%84
%94
%4

Triadic Colors of #f5270e

#f5270e #0ef527 #270ef5

Analogous Colors of #f5270e

#f5270e #f59b0e #f50e69

Monochromatic Colors of #f5270e

#f5270e

Complementary Color

#f5270e #0edcf5

#f5270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5270e Color CSS Codes

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

#f5270e Text Font Color

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

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


#f5270e Background Color

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

This div background color is #f5270e


#f5270e Border Color

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

This div border color is #f5270e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5270e


Comments

No comments written yet.

Please login to write comment.