Color Hex Logo

#f54129 Color Hex

#F54129
(245,65,41)
0 Favorites   0 Comments

Color spaces of #f54129

RGB 2456541
HSL0.020.910.56
HSV83°96°
CMYK 0.000.730.83   0.04
XYZ39.946723.35324.5000
Yxy23.35320.58920.3444
Hunter Lab48.325162.983328.3066
CIE-Lab55.434366.621454.0144

#f54129 color RGB value is (245,65,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000001 00101001
Octal 365 101 51
Decimal 245 65 41
Hex F5 41 29

RGB Percentages of Color #f54129

%69.80
%18.52
%11.68

CMYK Percentages of Color #f54129

%0
%73
%83
%4

Triadic Colors of #f54129

#f54129 #29f541 #4129f5

Analogous Colors of #f54129

#f54129 #f5a729 #f52977

Monochromatic Colors of #f54129

#f54129

Complementary Color

#f54129 #29ddf5

#f54129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54129 Color CSS Codes

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

#f54129 Text Font Color

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

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


#f54129 Background Color

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

This div background color is #f54129


#f54129 Border Color

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

This div border color is #f54129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54129


Comments

No comments written yet.

Please login to write comment.