Color Hex Logo

#f49a16 Color Hex

#F49A16
(244,154,22)
0 Favorites   0 Comments

Color spaces of #f49a16

RGB 24415422
HSL0.100.910.52
HSV36°91°96°
CMYK 0.000.370.91   0.04
XYZ49.008642.40226.3605
Yxy42.40220.50130.4337
Hunter Lab65.117020.388739.7905
CIE-Lab71.147325.306772.6519

#f49a16 color RGB value is (244,154,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 00010110
Octal 364 232 26
Decimal 244 154 22
Hex F4 9A 16

RGB Percentages of Color #f49a16

%58.10
%36.67
%5.24

CMYK Percentages of Color #f49a16

%0
%37
%91
%4

Triadic Colors of #f49a16

#f49a16 #16f49a #9a16f4

Analogous Colors of #f49a16

#f49a16 #dff416 #f42b16

Monochromatic Colors of #f49a16

#f49a16

Complementary Color

#f49a16 #1670f4

#f49a16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49a16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49a16 Color CSS Codes

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

#f49a16 Text Font Color

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

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


#f49a16 Background Color

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

This div background color is #f49a16


#f49a16 Border Color

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

This div border color is #f49a16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49a16


Comments

No comments written yet.

Please login to write comment.