Color Hex Logo

#f18955 Color Hex

#F18955
(241,137,85)
0 Favorites   0 Comments

Color spaces of #f18955

RGB 24113785
HSL0.060.850.64
HSV20°65°95°
CMYK 0.000.430.65   0.05
XYZ46.861037.248013.3141
Yxy37.24800.48100.3823
Hunter Lab61.031130.251629.7875
CIE-Lab67.462735.244644.6321

#f18955 color RGB value is (241,137,85).

#f18955 hex color red value is 241, green value is 137 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f18955 hue: 0.06 , saturation: 0.85 and the lightness value of f18955 is 0.64.

The process color (four color CMYK) of #f18955 color hex is 0.00, 0.43, 0.65, 0.05. Web safe color of #f18955 is #ff9966. Color #f18955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001001 01010101
Octal 361 211 125
Decimal 241 137 85
Hex F1 89 55

RGB Percentages of Color #f18955

%52.05
%29.59
%18.36

CMYK Percentages of Color #f18955

%0
%43
%65
%5

Triadic Colors of #f18955

#f18955 #55f189 #8955f1

Analogous Colors of #f18955

#f18955 #f1d755 #f1556f

Monochromatic Colors of #f18955

#f18955

Complementary Color

#f18955 #55bdf1

#f18955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18955 Color CSS Codes

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

#f18955 Text Font Color

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

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


#f18955 Background Color

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

This div background color is #f18955


#f18955 Border Color

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

This div border color is #f18955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18955

#f18955 Color Palettes


Comments

No comments written yet.

Please login to write comment.