Color Hex Logo

#f65413 Color Hex

#F65413
(246,84,19)
0 Favorites   0 Comments

Color spaces of #f65413

RGB 2468419
HSL0.050.930.52
HSV17°92°96°
CMYK 0.000.660.92   0.04
XYZ41.293925.98053.4544
Yxy25.98050.58380.3673
Hunter Lab50.971155.411331.6616
CIE-Lab58.018559.646364.3040

#f65413 color RGB value is (246,84,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 00010011
Octal 366 124 23
Decimal 246 84 19
Hex F6 54 13

RGB Percentages of Color #f65413

%70.49
%24.07
%5.44

CMYK Percentages of Color #f65413

%0
%66
%92
%4

Triadic Colors of #f65413

#f65413 #13f654 #5413f6

Analogous Colors of #f65413

#f65413 #f6c613 #f61344

Monochromatic Colors of #f65413

#f65413

Complementary Color

#f65413 #13b5f6

#f65413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65413 Color CSS Codes

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

#f65413 Text Font Color

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

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


#f65413 Background Color

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

This div background color is #f65413


#f65413 Border Color

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

This div border color is #f65413


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,84,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65413


Comments

No comments written yet.

Please login to write comment.