Color Hex Logo

#f48449 Color Hex

#F48449
(244,132,73)
0 Favorites   0 Comments

Color spaces of #f48449

RGB 24413273
HSL0.060.890.62
HSV21°70°96°
CMYK 0.000.460.70   0.04
XYZ46.762136.216710.8292
Yxy36.21670.49850.3861
Hunter Lab60.180333.384931.4572
CIE-Lab66.685238.317949.8971

#f48449 color RGB value is (244,132,73).

#f48449 hex color red value is 244, green value is 132 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #f48449 hue: 0.06 , saturation: 0.89 and the lightness value of f48449 is 0.62.

The process color (four color CMYK) of #f48449 color hex is 0.00, 0.46, 0.70, 0.04. Web safe color of #f48449 is #ff9933. Color #f48449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000100 01001001
Octal 364 204 111
Decimal 244 132 73
Hex F4 84 49

RGB Percentages of Color #f48449

%54.34
%29.40
%16.26

CMYK Percentages of Color #f48449

%0
%46
%70
%4

Triadic Colors of #f48449

#f48449 #49f484 #8449f4

Analogous Colors of #f48449

#f48449 #f4da49 #f44963

Monochromatic Colors of #f48449

#f48449

Complementary Color

#f48449 #49b9f4

#f48449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48449 Color CSS Codes

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

#f48449 Text Font Color

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

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


#f48449 Background Color

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

This div background color is #f48449


#f48449 Border Color

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

This div border color is #f48449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48449


Comments

No comments written yet.

Please login to write comment.