Color Hex Logo

#f66514 Color Hex

#F66514
(246,101,20)
0 Favorites   0 Comments

Color spaces of #f66514

RGB 24610120
HSL0.060.930.52
HSV22°92°96°
CMYK 0.000.590.92   0.04
XYZ42.786028.95073.9948
Yxy28.95070.56500.3823
Hunter Lab53.805947.781633.2621
CIE-Lab60.738152.431465.8499

#f66514 color RGB value is (246,101,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100101 00010100
Octal 366 145 24
Decimal 246 101 20
Hex F6 65 14

RGB Percentages of Color #f66514

%67.03
%27.52
%5.45

CMYK Percentages of Color #f66514

%0
%59
%92
%4

Triadic Colors of #f66514

#f66514 #14f665 #6514f6

Analogous Colors of #f66514

#f66514 #f6d614 #f61434

Monochromatic Colors of #f66514

#f66514

Complementary Color

#f66514 #14a5f6

#f66514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66514 Color CSS Codes

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

#f66514 Text Font Color

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

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


#f66514 Background Color

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

This div background color is #f66514


#f66514 Border Color

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

This div border color is #f66514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66514


Comments

No comments written yet.

Please login to write comment.