Color Hex Logo

#f64139 Color Hex

#F64139
(246,65,57)
1 Favorites   0 Comments

Color spaces of #f64139

RGB 2466557
HSL0.010.910.59
HSV77°96°
CMYK 0.000.740.77   0.04
XYZ40.634923.66886.2977
Yxy23.66880.57560.3352
Hunter Lab48.650663.951726.3805
CIE-Lab55.754767.379146.3690

#f64139 color RGB value is (246,65,57).

#f64139 hex color red value is 246, green value is 65 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #f64139 hue: 0.01 , saturation: 0.91 and the lightness value of f64139 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 00111001
Octal 366 101 71
Decimal 246 65 57
Hex F6 41 39

RGB Percentages of Color #f64139

%66.85
%17.66
%15.49

CMYK Percentages of Color #f64139

%0
%74
%77
%4

Triadic Colors of #f64139

#f64139 #39f641 #4139f6

Analogous Colors of #f64139

#f64139 #f6a039 #f63990

Monochromatic Colors of #f64139

#f64139

Complementary Color

#f64139 #39eef6

#f64139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64139 Color CSS Codes

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

#f64139 Text Font Color

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

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


#f64139 Background Color

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

This div background color is #f64139


#f64139 Border Color

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

This div border color is #f64139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64139


Comments

No comments written yet.

Please login to write comment.