Color Hex Logo

#f48041 Color Hex

#F48041
(244,128,65)
0 Favorites   0 Comments

Color spaces of #f48041

RGB 24412865
HSL0.060.890.61
HSV21°73°96°
CMYK 0.000.480.73   0.04
XYZ45.981535.05319.3435
Yxy35.05310.50880.3878
Hunter Lab59.205735.020432.0872
CIE-Lab65.790039.967752.8014

#f48041 color RGB value is (244,128,65).

#f48041 hex color red value is 244, green value is 128 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #f48041 hue: 0.06 , saturation: 0.89 and the lightness value of f48041 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 01000001
Octal 364 200 101
Decimal 244 128 65
Hex F4 80 41

RGB Percentages of Color #f48041

%55.84
%29.29
%14.87

CMYK Percentages of Color #f48041

%0
%48
%73
%4

Triadic Colors of #f48041

#f48041 #41f480 #8041f4

Analogous Colors of #f48041

#f48041 #f4da41 #f4415c

Monochromatic Colors of #f48041

#f48041

Complementary Color

#f48041 #41b5f4

#f48041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48041 Color CSS Codes

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

#f48041 Text Font Color

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

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


#f48041 Background Color

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

This div background color is #f48041


#f48041 Border Color

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

This div border color is #f48041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48041

Related Colors


Comments

No comments written yet.

Please login to write comment.