Color Hex Logo

#f88d49 Color Hex

#F88D49
(248,141,73)
0 Favorites   0 Comments

Color spaces of #f88d49

RGB 24814173
HSL0.060.930.63
HSV23°71°97°
CMYK 0.000.430.71   0.03
XYZ49.438939.487311.3194
Yxy39.48730.49320.3939
Hunter Lab62.838930.467833.3071
CIE-Lab69.102835.289452.6878

#f88d49 color RGB value is (248,141,73).

#f88d49 hex color red value is 248, green value is 141 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #f88d49 hue: 0.06 , saturation: 0.93 and the lightness value of f88d49 is 0.63.

The process color (four color CMYK) of #f88d49 color hex is 0.00, 0.43, 0.71, 0.03. Web safe color of #f88d49 is #ff9933. Color #f88d49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001101 01001001
Octal 370 215 111
Decimal 248 141 73
Hex F8 8D 49

RGB Percentages of Color #f88d49

%53.68
%30.52
%15.80

CMYK Percentages of Color #f88d49

%0
%43
%71
%3

Triadic Colors of #f88d49

#f88d49 #49f88d #8d49f8

Analogous Colors of #f88d49

#f88d49 #f8e549 #f8495c

Monochromatic Colors of #f88d49

#f88d49

Complementary Color

#f88d49 #49b4f8

#f88d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88d49 Color CSS Codes

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

#f88d49 Text Font Color

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

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


#f88d49 Background Color

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

This div background color is #f88d49


#f88d49 Border Color

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

This div border color is #f88d49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,141,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f88d49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f88d49;
  -webkit-box-shadow: 1px 1px 3px 2px #f88d49;
  box-shadow:         1px 1px 3px 2px #f88d49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,141,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88d49


Comments

No comments written yet.

Please login to write comment.