Color Hex Logo

#f48845 Color Hex

#F48845
(244,136,69)
0 Favorites   0 Comments

Color spaces of #f48845

RGB 24413669
HSL0.060.890.61
HSV23°72°96°
CMYK 0.000.440.72   0.04
XYZ47.186637.271110.3373
Yxy37.27110.49780.3932
Hunter Lab61.050131.128032.6958
CIE-Lab67.479936.083052.6922

#f48845 color RGB value is (244,136,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001000 01000101
Octal 364 210 105
Decimal 244 136 69
Hex F4 88 45

RGB Percentages of Color #f48845

%54.34
%30.29
%15.37

CMYK Percentages of Color #f48845

%0
%44
%72
%4

Triadic Colors of #f48845

#f48845 #45f488 #8845f4

Analogous Colors of #f48845

#f48845 #f4e045 #f4455a

Monochromatic Colors of #f48845

#f48845

Complementary Color

#f48845 #45b1f4

#f48845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48845 Color CSS Codes

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

#f48845 Text Font Color

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

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


#f48845 Background Color

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

This div background color is #f48845


#f48845 Border Color

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

This div border color is #f48845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48845


Comments

No comments written yet.

Please login to write comment.