Color Hex Logo

#f62313 Color Hex

#F62313
(246,35,19)
0 Favorites   0 Comments

Color spaces of #f62313

RGB 2463519
HSL0.010.930.52
HSV92°96°
CMYK 0.000.860.92   0.04
XYZ38.724620.84192.5980
Yxy20.84190.62290.3353
Hunter Lab45.652971.518128.5830
CIE-Lab52.776074.220561.0014

#f62313 color RGB value is (246,35,19).

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

The process color (four color CMYK) of #f62313 color hex is 0.00, 0.86, 0.92, 0.04. Web safe color of #f62313 is #ff3300. Color #f62313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100011 00010011
Octal 366 43 23
Decimal 246 35 19
Hex F6 23 13

RGB Percentages of Color #f62313

%82.00
%11.67
%6.33

CMYK Percentages of Color #f62313

%0
%86
%92
%4

Triadic Colors of #f62313

#f62313 #13f623 #2313f6

Analogous Colors of #f62313

#f62313 #f69513 #f61375

Monochromatic Colors of #f62313

#f62313

Complementary Color

#f62313 #13e6f6

#f62313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62313 Color CSS Codes

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

#f62313 Text Font Color

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

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


#f62313 Background Color

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

This div background color is #f62313


#f62313 Border Color

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

This div border color is #f62313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62313


Comments

No comments written yet.

Please login to write comment.