Color Hex Logo

#f48120 Color Hex

#F48120
(244,129,32)
0 Favorites   0 Comments

Color spaces of #f48120

RGB 24412932
HSL0.080.910.54
HSV27°87°96°
CMYK 0.000.470.87   0.04
XYZ45.419235.03795.7356
Yxy35.03790.52690.4065
Hunter Lab59.192833.377335.6900
CIE-Lab65.778238.412166.0242

#f48120 color RGB value is (244,129,32).

#f48120 hex color red value is 244, green value is 129 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #f48120 hue: 0.08 , saturation: 0.91 and the lightness value of f48120 is 0.54.

The process color (four color CMYK) of #f48120 color hex is 0.00, 0.47, 0.87, 0.04. Web safe color of #f48120 is #ff9933. Color #f48120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000001 00100000
Octal 364 201 40
Decimal 244 129 32
Hex F4 81 20

RGB Percentages of Color #f48120

%60.25
%31.85
%7.90

CMYK Percentages of Color #f48120

%0
%47
%87
%4

Triadic Colors of #f48120

#f48120 #20f481 #8120f4

Analogous Colors of #f48120

#f48120 #f4eb20 #f42029

Monochromatic Colors of #f48120

#f48120

Complementary Color

#f48120 #2093f4

#f48120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48120 Color CSS Codes

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

#f48120 Text Font Color

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

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


#f48120 Background Color

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

This div background color is #f48120


#f48120 Border Color

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

This div border color is #f48120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48120

#f48120 Color Palettes


Comments

No comments written yet.

Please login to write comment.