Color Hex Logo

#f75328 Color Hex

#F75328
(247,83,40)
0 Favorites   0 Comments

Color spaces of #f75328

RGB 2478340
HSL0.030.930.56
HSV12°84°97°
CMYK 0.000.660.84   0.03
XYZ41.834026.11394.8431
Yxy26.11390.57470.3588
Hunter Lab51.101856.699330.1521
CIE-Lab58.145060.745156.9735

#f75328 color RGB value is (247,83,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010011 00101000
Octal 367 123 50
Decimal 247 83 40
Hex F7 53 28

RGB Percentages of Color #f75328

%66.76
%22.43
%10.81

CMYK Percentages of Color #f75328

%0
%66
%84
%3

Triadic Colors of #f75328

#f75328 #28f753 #5328f7

Analogous Colors of #f75328

#f75328 #f7bb28 #f72865

Monochromatic Colors of #f75328

#f75328

Complementary Color

#f75328 #28ccf7

#f75328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75328 Color CSS Codes

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

#f75328 Text Font Color

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

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


#f75328 Background Color

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

This div background color is #f75328


#f75328 Border Color

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

This div border color is #f75328


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,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 #f75328">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75328


Comments

No comments written yet.

Please login to write comment.