Color Hex Logo

#f49115 Color Hex

#F49115
(244,145,21)
0 Favorites   0 Comments

Color spaces of #f49115

RGB 24414521
HSL0.090.910.52
HSV33°91°96°
CMYK 0.000.410.91   0.04
XYZ47.569039.53805.8339
Yxy39.53800.51180.4254
Hunter Lab62.879224.999038.5146
CIE-Lab69.139229.997671.3932

#f49115 color RGB value is (244,145,21).

#f49115 hex color red value is 244, green value is 145 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f49115 hue: 0.09 , saturation: 0.91 and the lightness value of f49115 is 0.52.

The process color (four color CMYK) of #f49115 color hex is 0.00, 0.41, 0.91, 0.04. Web safe color of #f49115 is #ff9900. Color #f49115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010001 00010101
Octal 364 221 25
Decimal 244 145 21
Hex F4 91 15

RGB Percentages of Color #f49115

%59.51
%35.37
%5.12

CMYK Percentages of Color #f49115

%0
%41
%91
%4

Triadic Colors of #f49115

#f49115 #15f491 #9115f4

Analogous Colors of #f49115

#f49115 #e8f415 #f42215

Monochromatic Colors of #f49115

#f49115

Complementary Color

#f49115 #1578f4

#f49115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49115 Color CSS Codes

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

#f49115 Text Font Color

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

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


#f49115 Background Color

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

This div background color is #f49115


#f49115 Border Color

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

This div border color is #f49115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49115


Comments

No comments written yet.

Please login to write comment.