Color Hex Logo

#f62306 Color Hex

#F62306
(246,35,6)
0 Favorites   0 Comments

Color spaces of #f62306

RGB 246356
HSL0.020.950.49
HSV98°96°
CMYK 0.000.860.98   0.04
XYZ38.639920.80802.1521
Yxy20.80800.62730.3378
Hunter Lab45.615871.374929.1338
CIE-Lab52.738774.110964.4399

#f62306 color RGB value is (246,35,6).

#f62306 hex color red value is 246, green value is 35 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #f62306 hue: 0.02 , saturation: 0.95 and the lightness value of f62306 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100011 00000110
Octal 366 43 6
Decimal 246 35 6
Hex F6 23 6

RGB Percentages of Color #f62306

%85.71
%12.20
%2.09

CMYK Percentages of Color #f62306

%0
%86
%98
%4

Triadic Colors of #f62306

#f62306 #06f623 #2306f6

Analogous Colors of #f62306

#f62306 #f69b06 #f60661

Monochromatic Colors of #f62306

#f62306

Complementary Color

#f62306 #06d9f6

#f62306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62306 Color CSS Codes

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

#f62306 Text Font Color

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

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


#f62306 Background Color

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

This div background color is #f62306


#f62306 Border Color

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

This div border color is #f62306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62306


Comments

No comments written yet.

Please login to write comment.