Color Hex Logo

#f63320 Color Hex

#F63320
(246,51,32)
0 Favorites   0 Comments

Color spaces of #f63320

RGB 2465132
HSL0.010.920.55
HSV87°96°
CMYK 0.000.790.87   0.04
XYZ39.450622.06483.5461
Yxy22.06480.60640.3391
Hunter Lab46.973267.710828.4053
CIE-Lab54.095770.834456.9851

#f63320 color RGB value is (246,51,32).

#f63320 hex color red value is 246, green value is 51 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #f63320 hue: 0.01 , saturation: 0.92 and the lightness value of f63320 is 0.55.

The process color (four color CMYK) of #f63320 color hex is 0.00, 0.79, 0.87, 0.04. Web safe color of #f63320 is #ff3333. Color #f63320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110011 00100000
Octal 366 63 40
Decimal 246 51 32
Hex F6 33 20

RGB Percentages of Color #f63320

%74.77
%15.50
%9.73

CMYK Percentages of Color #f63320

%0
%79
%87
%4

Triadic Colors of #f63320

#f63320 #20f633 #3320f6

Analogous Colors of #f63320

#f63320 #f69e20 #f62078

Monochromatic Colors of #f63320

#f63320

Complementary Color

#f63320 #20e3f6

#f63320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63320 Color CSS Codes

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

#f63320 Text Font Color

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

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


#f63320 Background Color

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

This div background color is #f63320


#f63320 Border Color

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

This div border color is #f63320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63320


Comments

No comments written yet.

Please login to write comment.