Color Hex Logo

#f63310 Color Hex

#F63310
(246,51,16)
0 Favorites   0 Comments

Color spaces of #f63310

RGB 2465116
HSL0.030.930.51
HSV93°96°
CMYK 0.000.790.93   0.04
XYZ39.283421.99792.6658
Yxy21.99790.61430.3440
Hunter Lab46.901967.427029.4614
CIE-Lab54.024870.612462.6578

#f63310 color RGB value is (246,51,16).

#f63310 hex color red value is 246, green value is 51 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #f63310 hue: 0.03 , saturation: 0.93 and the lightness value of f63310 is 0.51.

The process color (four color CMYK) of #f63310 color hex is 0.00, 0.79, 0.93, 0.04. Web safe color of #f63310 is #ff3300. Color #f63310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110011 00010000
Octal 366 63 20
Decimal 246 51 16
Hex F6 33 10

RGB Percentages of Color #f63310

%78.59
%16.29
%5.11

CMYK Percentages of Color #f63310

%0
%79
%93
%4

Triadic Colors of #f63310

#f63310 #10f633 #3310f6

Analogous Colors of #f63310

#f63310 #f6a610 #f61060

Monochromatic Colors of #f63310

#f63310

Complementary Color

#f63310 #10d3f6

#f63310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63310 Color CSS Codes

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

#f63310 Text Font Color

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

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


#f63310 Background Color

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

This div background color is #f63310


#f63310 Border Color

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

This div border color is #f63310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63310


Comments

No comments written yet.

Please login to write comment.