Color Hex Logo

#f63820 Color Hex

#F63820
(246,56,32)
0 Favorites   0 Comments

Color spaces of #f63820

RGB 2465632
HSL0.020.920.55
HSV87°96°
CMYK 0.000.770.87   0.04
XYZ39.680922.52553.6229
Yxy22.52550.60280.3422
Hunter Lab47.461066.182228.6969
CIE-Lab54.580269.470457.3627

#f63820 color RGB value is (246,56,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111000 00100000
Octal 366 70 40
Decimal 246 56 32
Hex F6 38 20

RGB Percentages of Color #f63820

%73.65
%16.77
%9.58

CMYK Percentages of Color #f63820

%0
%77
%87
%4

Triadic Colors of #f63820

#f63820 #20f638 #3820f6

Analogous Colors of #f63820

#f63820 #f6a320 #f62073

Monochromatic Colors of #f63820

#f63820

Complementary Color

#f63820 #20def6

#f63820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63820 Color CSS Codes

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

#f63820 Text Font Color

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

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


#f63820 Background Color

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

This div background color is #f63820


#f63820 Border Color

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

This div border color is #f63820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63820


Comments

No comments written yet.

Please login to write comment.