Color Hex Logo

#f63801 Color Hex

#F63801
(246,56,1)
0 Favorites   0 Comments

Color spaces of #f63801

RGB 246561
HSL0.040.990.48
HSV13°100°96°
CMYK 0.000.771.00   0.04
XYZ39.425722.42342.2789
Yxy22.42340.61480.3497
Hunter Lab47.353465.748130.2940
CIE-Lab54.473469.127966.3889

#f63801 color RGB value is (246,56,1).

#f63801 hex color red value is 246, green value is 56 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f63801 hue: 0.04 , saturation: 0.99 and the lightness value of f63801 is 0.48.

The process color (four color CMYK) of #f63801 color hex is 0.00, 0.77, 1.00, 0.04. Web safe color of #f63801 is #ff3300. Color #f63801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111000 00000001
Octal 366 70 1
Decimal 246 56 1
Hex F6 38 1

RGB Percentages of Color #f63801

%81.19
%18.48
%0.33

CMYK Percentages of Color #f63801

%0
%77
%100
%4

Triadic Colors of #f63801

#f63801 #01f638 #3801f6

Analogous Colors of #f63801

#f63801 #f6b301 #f60144

Monochromatic Colors of #f63801

#f63801

Complementary Color

#f63801 #01bff6

#f63801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63801 Color CSS Codes

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

#f63801 Text Font Color

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

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


#f63801 Background Color

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

This div background color is #f63801


#f63801 Border Color

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

This div border color is #f63801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63801


Comments

No comments written yet.

Please login to write comment.