Color Hex Logo

#f18848 Color Hex

#F18848
(241,136,72)
0 Favorites   0 Comments

Color spaces of #f18848

RGB 24113672
HSL0.060.860.61
HSV23°70°95°
CMYK 0.000.440.70   0.05
XYZ46.249536.777010.7919
Yxy36.77700.49300.3920
Hunter Lab60.644030.003931.8999
CIE-Lab67.109435.041750.7350

#f18848 color RGB value is (241,136,72).

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

The process color (four color CMYK) of #f18848 color hex is 0.00, 0.44, 0.70, 0.05. Web safe color of #f18848 is #ff9933. Color #f18848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001000 01001000
Octal 361 210 110
Decimal 241 136 72
Hex F1 88 48

RGB Percentages of Color #f18848

%53.67
%30.29
%16.04

CMYK Percentages of Color #f18848

%0
%44
%70
%5

Triadic Colors of #f18848

#f18848 #48f188 #8848f1

Analogous Colors of #f18848

#f18848 #f1dd48 #f1485c

Monochromatic Colors of #f18848

#f18848

Complementary Color

#f18848 #48b1f1

#f18848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18848 Color CSS Codes

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

#f18848 Text Font Color

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

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


#f18848 Background Color

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

This div background color is #f18848


#f18848 Border Color

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

This div border color is #f18848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18848


Comments

No comments written yet.

Please login to write comment.