Color Hex Logo

#f49018 Color Hex

#F49018
(244,144,24)
0 Favorites   0 Comments

Color spaces of #f49018

RGB 24414424
HSL0.090.910.53
HSV33°90°96°
CMYK 0.000.410.90   0.04
XYZ47.446439.24565.9386
Yxy39.24560.51220.4237
Hunter Lab62.646325.559438.2320
CIE-Lab68.928830.563170.5820

#f49018 color RGB value is (244,144,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010000 00011000
Octal 364 220 30
Decimal 244 144 24
Hex F4 90 18

RGB Percentages of Color #f49018

%59.22
%34.95
%5.83

CMYK Percentages of Color #f49018

%0
%41
%90
%4

Triadic Colors of #f49018

#f49018 #18f490 #9018f4

Analogous Colors of #f49018

#f49018 #eaf418 #f42218

Monochromatic Colors of #f49018

#f49018

Complementary Color

#f49018 #187cf4

#f49018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49018 Color CSS Codes

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

#f49018 Text Font Color

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

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


#f49018 Background Color

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

This div background color is #f49018


#f49018 Border Color

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

This div border color is #f49018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49018


Comments

No comments written yet.

Please login to write comment.