Color Hex Logo

#f46501 Color Hex

#F46501
(244,101,1)
0 Favorites   0 Comments

Color spaces of #f46501

RGB 2441011
HSL0.070.990.48
HSV25°100°96°
CMYK 0.000.591.00   0.04
XYZ41.967428.54263.3261
Yxy28.54260.56840.3866
Hunter Lab53.425346.723733.7065
CIE-Lab60.375851.533469.1620

#f46501 color RGB value is (244,101,1).

#f46501 hex color red value is 244, green value is 101 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f46501 hue: 0.07 , saturation: 0.99 and the lightness value of f46501 is 0.48.

The process color (four color CMYK) of #f46501 color hex is 0.00, 0.59, 1.00, 0.04. Web safe color of #f46501 is #ff6600. Color #f46501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100101 00000001
Octal 364 145 1
Decimal 244 101 1
Hex F4 65 1

RGB Percentages of Color #f46501

%70.52
%29.19
%0.29

CMYK Percentages of Color #f46501

%0
%59
%100
%4

Triadic Colors of #f46501

#f46501 #01f465 #6501f4

Analogous Colors of #f46501

#f46501 #f4df01 #f40116

Monochromatic Colors of #f46501

#f46501

Complementary Color

#f46501 #0190f4

#f46501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46501 Color CSS Codes

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

#f46501 Text Font Color

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

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


#f46501 Background Color

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

This div background color is #f46501


#f46501 Border Color

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

This div border color is #f46501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46501


Comments

No comments written yet.

Please login to write comment.