Color Hex Logo

#f49746 Color Hex

#F49746
(244,151,70)
0 Favorites   0 Comments

Color spaces of #f49746

RGB 24415170
HSL0.080.890.62
HSV28°71°96°
CMYK 0.000.380.71   0.04
XYZ49.480341.808511.2563
Yxy41.80850.48250.4077
Hunter Lab64.659523.442034.9401
CIE-Lab70.738728.350355.6834

#f49746 color RGB value is (244,151,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010111 01000110
Octal 364 227 106
Decimal 244 151 70
Hex F4 97 46

RGB Percentages of Color #f49746

%52.47
%32.47
%15.05

CMYK Percentages of Color #f49746

%0
%38
%71
%4

Triadic Colors of #f49746

#f49746 #46f497 #9746f4

Analogous Colors of #f49746

#f49746 #f4ee46 #f4464c

Monochromatic Colors of #f49746

#f49746

Complementary Color

#f49746 #46a3f4

#f49746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49746 Color CSS Codes

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

#f49746 Text Font Color

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

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


#f49746 Background Color

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

This div background color is #f49746


#f49746 Border Color

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

This div border color is #f49746


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,151,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 #f49746">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49746


Comments

No comments written yet.

Please login to write comment.