Color Hex Logo

#f7532e Color Hex

#F7532E
(247,83,46)
0 Favorites   0 Comments

Color spaces of #f7532e

RGB 2478346
HSL0.030.930.57
HSV11°81°97°
CMYK 0.000.660.81   0.03
XYZ41.944226.15795.4231
Yxy26.15790.57050.3558
Hunter Lab51.144856.885729.5146
CIE-Lab58.186660.899454.3224

#f7532e color RGB value is (247,83,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010011 00101110
Octal 367 123 56
Decimal 247 83 46
Hex F7 53 2E

RGB Percentages of Color #f7532e

%65.69
%22.07
%12.23

CMYK Percentages of Color #f7532e

%0
%66
%81
%3

Triadic Colors of #f7532e

#f7532e #2ef753 #532ef7

Analogous Colors of #f7532e

#f7532e #f7b82e #f72e6e

Monochromatic Colors of #f7532e

#f7532e

Complementary Color

#f7532e #2ed2f7

#f7532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7532e Color CSS Codes

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

#f7532e Text Font Color

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

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


#f7532e Background Color

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

This div background color is #f7532e


#f7532e Border Color

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

This div border color is #f7532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7532e


Comments

No comments written yet.

Please login to write comment.