Color Hex Logo

#f86c5f Color Hex

#F86C5F
(248,108,95)
0 Favorites   0 Comments

Color spaces of #f86c5f

RGB 24810895
HSL0.010.920.67
HSV62°97°
CMYK 0.000.560.62   0.03
XYZ46.139531.507814.4763
Yxy31.50780.50080.3420
Hunter Lab56.131848.493624.0015
CIE-Lab62.934052.727134.0158

#f86c5f color RGB value is (248,108,95).

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

The process color (four color CMYK) of #f86c5f color hex is 0.00, 0.56, 0.62, 0.03. Web safe color of #f86c5f is #ff6666. Color #f86c5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101100 01011111
Octal 370 154 137
Decimal 248 108 95
Hex F8 6C 5F

RGB Percentages of Color #f86c5f

%54.99
%23.95
%21.06

CMYK Percentages of Color #f86c5f

%0
%56
%62
%3

Triadic Colors of #f86c5f

#f86c5f #5ff86c #6c5ff8

Analogous Colors of #f86c5f

#f86c5f #f8b95f #f85f9f

Monochromatic Colors of #f86c5f

#f86c5f

Complementary Color

#f86c5f #5febf8

#f86c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86c5f Color CSS Codes

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

#f86c5f Text Font Color

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

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


#f86c5f Background Color

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

This div background color is #f86c5f


#f86c5f Border Color

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

This div border color is #f86c5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86c5f


Comments

No comments written yet.

Please login to write comment.