Color Hex Logo

#f47032 Color Hex

#F47032
(244,112,50)
0 Favorites   0 Comments

Color spaces of #f47032

RGB 24411250
HSL0.050.900.58
HSV19°80°96°
CMYK 0.000.540.80   0.04
XYZ43.678131.05176.7091
Yxy31.05170.53630.3813
Hunter Lab55.724142.396331.8684
CIE-Lab62.551347.261056.4385

#f47032 color RGB value is (244,112,50).

#f47032 hex color red value is 244, green value is 112 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #f47032 hue: 0.05 , saturation: 0.90 and the lightness value of f47032 is 0.58.

The process color (four color CMYK) of #f47032 color hex is 0.00, 0.54, 0.80, 0.04. Web safe color of #f47032 is #ff6633. Color #f47032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110000 00110010
Octal 364 160 62
Decimal 244 112 50
Hex F4 70 32

RGB Percentages of Color #f47032

%60.10
%27.59
%12.32

CMYK Percentages of Color #f47032

%0
%54
%80
%4

Triadic Colors of #f47032

#f47032 #32f470 #7032f4

Analogous Colors of #f47032

#f47032 #f4d132 #f43255

Monochromatic Colors of #f47032

#f47032

Complementary Color

#f47032 #32b6f4

#f47032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47032 Color CSS Codes

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

#f47032 Text Font Color

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

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


#f47032 Background Color

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

This div background color is #f47032


#f47032 Border Color

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

This div border color is #f47032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47032


Comments

No comments written yet.

Please login to write comment.