Color Hex Logo

#f7a32a Color Hex

#F7A32A
(247,163,42)
0 Favorites   0 Comments

Color spaces of #f7a32a

RGB 24716342
HSL0.100.930.57
HSV35°83°97°
CMYK 0.000.340.83   0.03
XYZ51.872946.13578.3616
Yxy46.13570.48770.4337
Hunter Lab67.923317.454540.2475
CIE-Lab73.633522.254069.5299

#f7a32a color RGB value is (247,163,42).

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

The process color (four color CMYK) of #f7a32a color hex is 0.00, 0.34, 0.83, 0.03. Web safe color of #f7a32a is #ff9933. Color #f7a32a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10100011 00101010
Octal 367 243 52
Decimal 247 163 42
Hex F7 A3 2A

RGB Percentages of Color #f7a32a

%54.65
%36.06
%9.29

CMYK Percentages of Color #f7a32a

%0
%34
%83
%3

Triadic Colors of #f7a32a

#f7a32a #2af7a3 #a32af7

Analogous Colors of #f7a32a

#f7a32a #e5f72a #f73c2a

Monochromatic Colors of #f7a32a

#f7a32a

Complementary Color

#f7a32a #2a7ef7

#f7a32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7a32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7a32a Color CSS Codes

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

#f7a32a Text Font Color

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

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


#f7a32a Background Color

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

This div background color is #f7a32a


#f7a32a Border Color

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

This div border color is #f7a32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7a32a


Comments

No comments written yet.

Please login to write comment.