Color Hex Logo

#f8865f Color Hex

#F8865F
(248,134,95)
0 Favorites   0 Comments

Color spaces of #f8865f

RGB 24813495
HSL0.040.920.67
HSV15°62°97°
CMYK 0.000.460.62   0.03
XYZ49.302137.832915.5304
Yxy37.83290.48020.3685
Hunter Lab61.508535.436928.0857
CIE-Lab67.897340.114440.1534

#f8865f color RGB value is (248,134,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000110 01011111
Octal 370 206 137
Decimal 248 134 95
Hex F8 86 5F

RGB Percentages of Color #f8865f

%51.99
%28.09
%19.92

CMYK Percentages of Color #f8865f

%0
%46
%62
%3

Triadic Colors of #f8865f

#f8865f #5ff886 #865ff8

Analogous Colors of #f8865f

#f8865f #f8d35f #f85f85

Monochromatic Colors of #f8865f

#f8865f

Complementary Color

#f8865f #5fd1f8

#f8865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8865f Color CSS Codes

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

#f8865f Text Font Color

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

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


#f8865f Background Color

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

This div background color is #f8865f


#f8865f Border Color

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

This div border color is #f8865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8865f


Comments

No comments written yet.

Please login to write comment.