Color Hex Logo

#f1544a Color Hex

#F1544A
(241,84,74)
0 Favorites   0 Comments

Color spaces of #f1544a

RGB 2418474
HSL0.010.860.62
HSV69°95°
CMYK 0.000.650.69   0.05
XYZ40.682025.53589.2633
Yxy25.53580.53900.3383
Hunter Lab50.533055.270324.5045
CIE-Lab57.593859.597338.9231

#f1544a color RGB value is (241,84,74).

#f1544a hex color red value is 241, green value is 84 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f1544a hue: 0.01 , saturation: 0.86 and the lightness value of f1544a is 0.62.

The process color (four color CMYK) of #f1544a color hex is 0.00, 0.65, 0.69, 0.05. Web safe color of #f1544a is #ff6633. Color #f1544a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010100 01001010
Octal 361 124 112
Decimal 241 84 74
Hex F1 54 4A

RGB Percentages of Color #f1544a

%60.40
%21.05
%18.55

CMYK Percentages of Color #f1544a

%0
%65
%69
%5

Triadic Colors of #f1544a

#f1544a #4af154 #544af1

Analogous Colors of #f1544a

#f1544a #f1a84a #f14a94

Monochromatic Colors of #f1544a

#f1544a

Complementary Color

#f1544a #4ae7f1

#f1544a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1544a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1544a Color CSS Codes

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

#f1544a Text Font Color

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

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


#f1544a Background Color

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

This div background color is #f1544a


#f1544a Border Color

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

This div border color is #f1544a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,84,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1544a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1544a;
  -webkit-box-shadow: 1px 1px 3px 2px #f1544a;
  box-shadow:         1px 1px 3px 2px #f1544a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,84,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1544a


Comments

No comments written yet.

Please login to write comment.