Color Hex Logo

#f49661 Color Hex

#F49661
(244,150,97)
0 Favorites   0 Comments

Color spaces of #f49661

RGB 24415097
HSL0.060.870.67
HSV22°60°96°
CMYK 0.000.390.60   0.04
XYZ50.372241.908916.7436
Yxy41.90890.46200.3844
Hunter Lab64.737125.601729.9812
CIE-Lab70.808130.453742.5189

#f49661 color RGB value is (244,150,97).

#f49661 hex color red value is 244, green value is 150 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f49661 hue: 0.06 , saturation: 0.87 and the lightness value of f49661 is 0.67.

The process color (four color CMYK) of #f49661 color hex is 0.00, 0.39, 0.60, 0.04. Web safe color of #f49661 is #ff9966. Color #f49661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 01100001
Octal 364 226 141
Decimal 244 150 97
Hex F4 96 61

RGB Percentages of Color #f49661

%49.69
%30.55
%19.76

CMYK Percentages of Color #f49661

%0
%39
%60
%4

Triadic Colors of #f49661

#f49661 #61f496 #9661f4

Analogous Colors of #f49661

#f49661 #f4e061 #f46176

Monochromatic Colors of #f49661

#f49661

Complementary Color

#f49661 #61bff4

#f49661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49661 Color CSS Codes

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

#f49661 Text Font Color

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

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


#f49661 Background Color

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

This div background color is #f49661


#f49661 Border Color

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

This div border color is #f49661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49661

Related Colors


Comments

No comments written yet.

Please login to write comment.