Color Hex Logo

#f48932 Color Hex

#F48932
(244,137,50)
0 Favorites   0 Comments

Color spaces of #f48932

RGB 24413750
HSL0.070.900.58
HSV27°80°96°
CMYK 0.000.440.80   0.04
XYZ46.829637.35477.7596
Yxy37.35470.50930.4063
Hunter Lab61.118529.811135.2555
CIE-Lab67.542334.813261.1190

#f48932 color RGB value is (244,137,50).

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

The process color (four color CMYK) of #f48932 color hex is 0.00, 0.44, 0.80, 0.04. Web safe color of #f48932 is #ff9933. Color #f48932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001001 00110010
Octal 364 211 62
Decimal 244 137 50
Hex F4 89 32

RGB Percentages of Color #f48932

%56.61
%31.79
%11.60

CMYK Percentages of Color #f48932

%0
%44
%80
%4

Triadic Colors of #f48932

#f48932 #32f489 #8932f4

Analogous Colors of #f48932

#f48932 #f4ea32 #f4323c

Monochromatic Colors of #f48932

#f48932

Complementary Color

#f48932 #329df4

#f48932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48932 Color CSS Codes

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

#f48932 Text Font Color

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

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


#f48932 Background Color

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

This div background color is #f48932


#f48932 Border Color

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

This div border color is #f48932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48932


Comments

No comments written yet.

Please login to write comment.