Color Hex Logo

#f98155 Color Hex

#F98155
(249,129,85)
0 Favorites   0 Comments

Color spaces of #f98155

RGB 24912985
HSL0.040.930.65
HSV16°66°98°
CMYK 0.000.480.66   0.02
XYZ48.556936.496113.0796
Yxy36.49610.49480.3719
Hunter Lab60.412037.750629.4517
CIE-Lab66.897342.390444.2435

#f98155 color RGB value is (249,129,85).

#f98155 hex color red value is 249, green value is 129 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f98155 hue: 0.04 , saturation: 0.93 and the lightness value of f98155 is 0.65.

The process color (four color CMYK) of #f98155 color hex is 0.00, 0.48, 0.66, 0.02. Web safe color of #f98155 is #ff9966. Color #f98155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000001 01010101
Octal 371 201 125
Decimal 249 129 85
Hex F9 81 55

RGB Percentages of Color #f98155

%53.78
%27.86
%18.36

CMYK Percentages of Color #f98155

%0
%48
%66
%2

Triadic Colors of #f98155

#f98155 #55f981 #8155f9

Analogous Colors of #f98155

#f98155 #f9d355 #f9557b

Monochromatic Colors of #f98155

#f98155

Complementary Color

#f98155 #55cdf9

#f98155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98155 Color CSS Codes

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

#f98155 Text Font Color

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

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


#f98155 Background Color

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

This div background color is #f98155


#f98155 Border Color

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

This div border color is #f98155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,129,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 #f98155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98155


Comments

No comments written yet.

Please login to write comment.