Color Hex Logo

#f6442c Color Hex

#F6442C
(246,68,44)
0 Favorites   0 Comments

Color spaces of #f6442c

RGB 2466844
HSL0.020.920.57
HSV82°96°
CMYK 0.000.720.82   0.04
XYZ40.527823.90894.8617
Yxy23.90890.58480.3450
Hunter Lab48.896762.379528.3326
CIE-Lab55.996566.005653.1785

#f6442c color RGB value is (246,68,44).

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

The process color (four color CMYK) of #f6442c color hex is 0.00, 0.72, 0.82, 0.04. Web safe color of #f6442c is #ff3333. Color #f6442c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000100 00101100
Octal 366 104 54
Decimal 246 68 44
Hex F6 44 2C

RGB Percentages of Color #f6442c

%68.72
%18.99
%12.29

CMYK Percentages of Color #f6442c

%0
%72
%82
%4

Triadic Colors of #f6442c

#f6442c #2cf644 #442cf6

Analogous Colors of #f6442c

#f6442c #f6a92c #f62c79

Monochromatic Colors of #f6442c

#f6442c

Complementary Color

#f6442c #2cdef6

#f6442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6442c Color CSS Codes

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

#f6442c Text Font Color

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

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


#f6442c Background Color

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

This div background color is #f6442c


#f6442c Border Color

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

This div border color is #f6442c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6442c


Comments

No comments written yet.

Please login to write comment.