Color Hex Logo

#f44e30 Color Hex

#F44E30
(244,78,48)
0 Favorites   0 Comments

Color spaces of #f44e30

RGB 2447848
HSL0.030.900.57
HSV80°96°
CMYK 0.000.680.80   0.04
XYZ40.566124.89535.4635
Yxy24.89530.57200.3510
Hunter Lab49.895257.808628.4344
CIE-Lab56.973361.913852.0482

#f44e30 color RGB value is (244,78,48).

#f44e30 hex color red value is 244, green value is 78 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f44e30 hue: 0.03 , saturation: 0.90 and the lightness value of f44e30 is 0.57.

The process color (four color CMYK) of #f44e30 color hex is 0.00, 0.68, 0.80, 0.04. Web safe color of #f44e30 is #ff6633. Color #f44e30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001110 00110000
Octal 364 116 60
Decimal 244 78 48
Hex F4 4E 30

RGB Percentages of Color #f44e30

%65.95
%21.08
%12.97

CMYK Percentages of Color #f44e30

%0
%68
%80
%4

Triadic Colors of #f44e30

#f44e30 #30f44e #4e30f4

Analogous Colors of #f44e30

#f44e30 #f4b030 #f43074

Monochromatic Colors of #f44e30

#f44e30

Complementary Color

#f44e30 #30d6f4

#f44e30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44e30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44e30 Color CSS Codes

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

#f44e30 Text Font Color

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

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


#f44e30 Background Color

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

This div background color is #f44e30


#f44e30 Border Color

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

This div border color is #f44e30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,78,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f44e30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f44e30;
  -webkit-box-shadow: 1px 1px 3px 2px #f44e30;
  box-shadow:         1px 1px 3px 2px #f44e30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,78,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44e30

#f44e30 Color Palettes


Comments

No comments written yet.

Please login to write comment.