Color Hex Logo

#f8855d Color Hex

#F8855D
(248,133,93)
0 Favorites   0 Comments

Color spaces of #f8855d

RGB 24813393
HSL0.040.920.67
HSV15°63°97°
CMYK 0.000.460.63   0.03
XYZ49.074737.521815.0118
Yxy37.52180.48300.3693
Hunter Lab61.255035.809628.3483
CIE-Lab67.666740.489740.9321

#f8855d color RGB value is (248,133,93).

#f8855d hex color red value is 248, green value is 133 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f8855d hue: 0.04 , saturation: 0.92 and the lightness value of f8855d is 0.67.

The process color (four color CMYK) of #f8855d color hex is 0.00, 0.46, 0.63, 0.03. Web safe color of #f8855d is #ff9966. Color #f8855d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000101 01011101
Octal 370 205 135
Decimal 248 133 93
Hex F8 85 5D

RGB Percentages of Color #f8855d

%52.32
%28.06
%19.62

CMYK Percentages of Color #f8855d

%0
%46
%63
%3

Triadic Colors of #f8855d

#f8855d #5df885 #855df8

Analogous Colors of #f8855d

#f8855d #f8d35d #f85d83

Monochromatic Colors of #f8855d

#f8855d

Complementary Color

#f8855d #5dd0f8

#f8855d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8855d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8855d Color CSS Codes

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

#f8855d Text Font Color

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

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


#f8855d Background Color

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

This div background color is #f8855d


#f8855d Border Color

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

This div border color is #f8855d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8855d


Comments

No comments written yet.

Please login to write comment.