Color Hex Logo

#f49948 Color Hex

#F49948
(244,153,72)
0 Favorites   0 Comments

Color spaces of #f49948

RGB 24415372
HSL0.080.890.62
HSV28°70°96°
CMYK 0.000.370.70   0.04
XYZ49.869242.483411.7026
Yxy42.48340.47930.4083
Hunter Lab65.179322.508034.9803
CIE-Lab71.202927.400355.2593

#f49948 color RGB value is (244,153,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011001 01001000
Octal 364 231 110
Decimal 244 153 72
Hex F4 99 48

RGB Percentages of Color #f49948

%52.03
%32.62
%15.35

CMYK Percentages of Color #f49948

%0
%37
%70
%4

Triadic Colors of #f49948

#f49948 #48f499 #9948f4

Analogous Colors of #f49948

#f49948 #f4ef48 #f4484d

Monochromatic Colors of #f49948

#f49948

Complementary Color

#f49948 #48a3f4

#f49948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49948 Color CSS Codes

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

#f49948 Text Font Color

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

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


#f49948 Background Color

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

This div background color is #f49948


#f49948 Border Color

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

This div border color is #f49948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49948


Comments

No comments written yet.

Please login to write comment.