Color Hex Logo

#f48029 Color Hex

#F48029
(244,128,41)
0 Favorites   0 Comments

Color spaces of #f48029

RGB 24412841
HSL0.070.900.56
HSV26°83°96°
CMYK 0.000.480.83   0.04
XYZ45.427634.83156.4267
Yxy34.83150.52400.4018
Hunter Lab59.018234.113434.8565
CIE-Lab65.617339.129862.8490

#f48029 color RGB value is (244,128,41).

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

The process color (four color CMYK) of #f48029 color hex is 0.00, 0.48, 0.83, 0.04. Web safe color of #f48029 is #ff9933. Color #f48029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 00101001
Octal 364 200 51
Decimal 244 128 41
Hex F4 80 29

RGB Percentages of Color #f48029

%59.08
%30.99
%9.93

CMYK Percentages of Color #f48029

%0
%48
%83
%4

Triadic Colors of #f48029

#f48029 #29f480 #8029f4

Analogous Colors of #f48029

#f48029 #f4e629 #f42937

Monochromatic Colors of #f48029

#f48029

Complementary Color

#f48029 #299df4

#f48029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48029 Color CSS Codes

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

#f48029 Text Font Color

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

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


#f48029 Background Color

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

This div background color is #f48029


#f48029 Border Color

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

This div border color is #f48029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48029


Comments

No comments written yet.

Please login to write comment.