Color Hex Logo

#f54725 Color Hex

#F54725
(245,71,37)
0 Favorites   0 Comments

Color spaces of #f54725

RGB 2457137
HSL0.030.910.55
HSV10°85°96°
CMYK 0.000.710.85   0.04
XYZ40.243424.05254.2718
Yxy24.05250.58690.3508
Hunter Lab49.043360.645529.1660
CIE-Lab56.140364.503256.4209

#f54725 color RGB value is (245,71,37).

#f54725 hex color red value is 245, green value is 71 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #f54725 hue: 0.03 , saturation: 0.91 and the lightness value of f54725 is 0.55.

The process color (four color CMYK) of #f54725 color hex is 0.00, 0.71, 0.85, 0.04. Web safe color of #f54725 is #ff3333. Color #f54725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000111 00100101
Octal 365 107 45
Decimal 245 71 37
Hex F5 47 25

RGB Percentages of Color #f54725

%69.41
%20.11
%10.48

CMYK Percentages of Color #f54725

%0
%71
%85
%4

Triadic Colors of #f54725

#f54725 #25f547 #4725f5

Analogous Colors of #f54725

#f54725 #f5af25 #f5256b

Monochromatic Colors of #f54725

#f54725

Complementary Color

#f54725 #25d3f5

#f54725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54725 Color CSS Codes

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

#f54725 Text Font Color

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

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


#f54725 Background Color

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

This div background color is #f54725


#f54725 Border Color

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

This div border color is #f54725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54725


Comments

No comments written yet.

Please login to write comment.