Color Hex Logo

#f48542 Color Hex

#F48542
(244,133,66)
0 Favorites   0 Comments

Color spaces of #f48542

RGB 24413366
HSL0.060.890.61
HSV23°73°96°
CMYK 0.000.450.73   0.04
XYZ46.679136.40159.7202
Yxy36.40150.50300.3923
Hunter Lab60.333732.518432.6815
CIE-Lab66.825637.479053.4169

#f48542 color RGB value is (244,133,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000101 01000010
Octal 364 205 102
Decimal 244 133 66
Hex F4 85 42

RGB Percentages of Color #f48542

%55.08
%30.02
%14.90

CMYK Percentages of Color #f48542

%0
%45
%73
%4

Triadic Colors of #f48542

#f48542 #42f485 #8542f4

Analogous Colors of #f48542

#f48542 #f4de42 #f44258

Monochromatic Colors of #f48542

#f48542

Complementary Color

#f48542 #42b1f4

#f48542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48542 Color CSS Codes

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

#f48542 Text Font Color

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

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


#f48542 Background Color

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

This div background color is #f48542


#f48542 Border Color

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

This div border color is #f48542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48542


Comments

No comments written yet.

Please login to write comment.