Color Hex Logo

#f7322c Color Hex

#F7322C
(247,50,44)
0 Favorites   0 Comments

Color spaces of #f7322c

RGB 2475044
HSL0.000.930.57
HSV82°97°
CMYK 0.000.800.82   0.03
XYZ39.953022.23724.5693
Yxy22.23720.59850.3331
Hunter Lab47.156368.709827.2644
CIE-Lab54.277871.626151.6672

#f7322c color RGB value is (247,50,44).

#f7322c hex color red value is 247, green value is 50 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f7322c hue: 0.00 , saturation: 0.93 and the lightness value of f7322c is 0.57.

The process color (four color CMYK) of #f7322c color hex is 0.00, 0.80, 0.82, 0.03. Web safe color of #f7322c is #ff3333. Color #f7322c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110010 00101100
Octal 367 62 54
Decimal 247 50 44
Hex F7 32 2C

RGB Percentages of Color #f7322c

%72.43
%14.66
%12.90

CMYK Percentages of Color #f7322c

%0
%80
%82
%3

Triadic Colors of #f7322c

#f7322c #2cf732 #322cf7

Analogous Colors of #f7322c

#f7322c #f7982c #f72c8c

Monochromatic Colors of #f7322c

#f7322c

Complementary Color

#f7322c #2cf1f7

#f7322c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7322c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7322c Color CSS Codes

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

#f7322c Text Font Color

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

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


#f7322c Background Color

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

This div background color is #f7322c


#f7322c Border Color

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

This div border color is #f7322c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,50,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7322c


Comments

No comments written yet.

Please login to write comment.