Color Hex Logo

#f46014 Color Hex

#F46014
(244,96,20)
0 Favorites   0 Comments

Color spaces of #f46014

RGB 2449620
HSL0.060.910.52
HSV20°92°96°
CMYK 0.000.610.92   0.04
XYZ41.617427.64933.8052
Yxy27.64930.56950.3784
Hunter Lab52.582649.257332.5172
CIE-Lab59.570653.942964.9054

#f46014 color RGB value is (244,96,20).

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

The process color (four color CMYK) of #f46014 color hex is 0.00, 0.61, 0.92, 0.04. Web safe color of #f46014 is #ff6600. Color #f46014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100000 00010100
Octal 364 140 24
Decimal 244 96 20
Hex F4 60 14

RGB Percentages of Color #f46014

%67.78
%26.67
%5.56

CMYK Percentages of Color #f46014

%0
%61
%92
%4

Triadic Colors of #f46014

#f46014 #14f460 #6014f4

Analogous Colors of #f46014

#f46014 #f4d014 #f41438

Monochromatic Colors of #f46014

#f46014

Complementary Color

#f46014 #14a8f4

#f46014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46014 Color CSS Codes

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

#f46014 Text Font Color

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

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


#f46014 Background Color

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

This div background color is #f46014


#f46014 Border Color

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

This div border color is #f46014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46014


Comments

No comments written yet.

Please login to write comment.