Color Hex Logo

#f66014 Color Hex

#F66014
(246,96,20)
0 Favorites   0 Comments

Color spaces of #f66014

RGB 2469620
HSL0.060.930.52
HSV20°92°96°
CMYK 0.000.610.92   0.04
XYZ42.315228.00913.8379
Yxy28.00910.57060.3777
Hunter Lab52.923650.103732.7470
CIE-Lab59.897054.646365.2814

#f66014 color RGB value is (246,96,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 00010100
Octal 366 140 24
Decimal 246 96 20
Hex F6 60 14

RGB Percentages of Color #f66014

%67.96
%26.52
%5.52

CMYK Percentages of Color #f66014

%0
%61
%92
%4

Triadic Colors of #f66014

#f66014 #14f660 #6014f6

Analogous Colors of #f66014

#f66014 #f6d114 #f61439

Monochromatic Colors of #f66014

#f66014

Complementary Color

#f66014 #14aaf6

#f66014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66014 Color CSS Codes

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

#f66014 Text Font Color

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

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


#f66014 Background Color

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

This div background color is #f66014


#f66014 Border Color

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

This div border color is #f66014


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,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 #f66014">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66014


Comments

No comments written yet.

Please login to write comment.