Color Hex Logo

#f64027 Color Hex

#F64027
(246,64,39)
0 Favorites   0 Comments

Color spaces of #f64027

RGB 2466439
HSL0.020.920.56
HSV84°96°
CMYK 0.000.740.84   0.04
XYZ40.205623.40614.3182
Yxy23.40610.59190.3446
Hunter Lab48.379963.675928.5739
CIE-Lab55.488267.196555.0513

#f64027 color RGB value is (246,64,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 00100111
Octal 366 100 47
Decimal 246 64 39
Hex F6 40 27

RGB Percentages of Color #f64027

%70.49
%18.34
%11.17

CMYK Percentages of Color #f64027

%0
%74
%84
%4

Triadic Colors of #f64027

#f64027 #27f640 #4027f6

Analogous Colors of #f64027

#f64027 #f6a827 #f62776

Monochromatic Colors of #f64027

#f64027

Complementary Color

#f64027 #27ddf6

#f64027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64027 Color CSS Codes

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

#f64027 Text Font Color

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

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


#f64027 Background Color

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

This div background color is #f64027


#f64027 Border Color

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

This div border color is #f64027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64027


Comments

No comments written yet.

Please login to write comment.