Color Hex Logo

#f64333 Color Hex

#F64333
(246,67,51)
0 Favorites   0 Comments

Color spaces of #f64333

RGB 2466751
HSL0.010.920.58
HSV79°96°
CMYK 0.000.730.79   0.04
XYZ40.610723.84625.5943
Yxy23.84620.57970.3404
Hunter Lab48.832662.989227.3905
CIE-Lab55.933566.533649.6714

#f64333 color RGB value is (246,67,51).

#f64333 hex color red value is 246, green value is 67 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #f64333 hue: 0.01 , saturation: 0.92 and the lightness value of f64333 is 0.58.

The process color (four color CMYK) of #f64333 color hex is 0.00, 0.73, 0.79, 0.04. Web safe color of #f64333 is #ff3333. Color #f64333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000011 00110011
Octal 366 103 63
Decimal 246 67 51
Hex F6 43 33

RGB Percentages of Color #f64333

%67.58
%18.41
%14.01

CMYK Percentages of Color #f64333

%0
%73
%79
%4

Triadic Colors of #f64333

#f64333 #33f643 #4333f6

Analogous Colors of #f64333

#f64333 #f6a533 #f63385

Monochromatic Colors of #f64333

#f64333

Complementary Color

#f64333 #33e6f6

#f64333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64333 Color CSS Codes

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

#f64333 Text Font Color

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

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


#f64333 Background Color

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

This div background color is #f64333


#f64333 Border Color

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

This div border color is #f64333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64333


Comments

No comments written yet.

Please login to write comment.