Color Hex Logo

#f65328 Color Hex

#F65328
(246,83,40)
0 Favorites   0 Comments

Color spaces of #f65328

RGB 2468340
HSL0.030.920.56
HSV13°84°96°
CMYK 0.000.660.84   0.04
XYZ41.482325.93254.8266
Yxy25.93250.57420.3590
Hunter Lab50.924056.287930.0272
CIE-Lab57.972960.418056.7574

#f65328 color RGB value is (246,83,40).

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

The process color (four color CMYK) of #f65328 color hex is 0.00, 0.66, 0.84, 0.04. Web safe color of #f65328 is #ff6633. Color #f65328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010011 00101000
Octal 366 123 50
Decimal 246 83 40
Hex F6 53 28

RGB Percentages of Color #f65328

%66.67
%22.49
%10.84

CMYK Percentages of Color #f65328

%0
%66
%84
%4

Triadic Colors of #f65328

#f65328 #28f653 #5328f6

Analogous Colors of #f65328

#f65328 #f6ba28 #f62864

Monochromatic Colors of #f65328

#f65328

Complementary Color

#f65328 #28cbf6

#f65328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65328 Color CSS Codes

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

#f65328 Text Font Color

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

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


#f65328 Background Color

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

This div background color is #f65328


#f65328 Border Color

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

This div border color is #f65328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65328


Comments

No comments written yet.

Please login to write comment.