Color Hex Logo

#f49646 Color Hex

#F49646
(244,150,70)
0 Favorites   0 Comments

Color spaces of #f49646

RGB 24415070
HSL0.080.890.62
HSV28°71°96°
CMYK 0.000.390.71   0.04
XYZ49.320141.488011.2029
Yxy41.48800.48350.4067
Hunter Lab64.411223.959234.7756
CIE-Lab70.516528.873655.4490

#f49646 color RGB value is (244,150,70).

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

The process color (four color CMYK) of #f49646 color hex is 0.00, 0.39, 0.71, 0.04. Web safe color of #f49646 is #ff9933. Color #f49646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 01000110
Octal 364 226 106
Decimal 244 150 70
Hex F4 96 46

RGB Percentages of Color #f49646

%52.59
%32.33
%15.09

CMYK Percentages of Color #f49646

%0
%39
%71
%4

Triadic Colors of #f49646

#f49646 #46f496 #9646f4

Analogous Colors of #f49646

#f49646 #f4ed46 #f4464d

Monochromatic Colors of #f49646

#f49646

Complementary Color

#f49646 #46a4f4

#f49646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49646 Color CSS Codes

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

#f49646 Text Font Color

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

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


#f49646 Background Color

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

This div background color is #f49646


#f49646 Border Color

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

This div border color is #f49646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49646


Comments

No comments written yet.

Please login to write comment.