Color Hex Logo

#f86c31 Color Hex

#F86C31
(248,108,49)
0 Favorites   0 Comments

Color spaces of #f86c31

RGB 24810849
HSL0.050.930.58
HSV18°80°97°
CMYK 0.000.560.80   0.03
XYZ44.628330.90336.5185
Yxy30.90330.54390.3766
Hunter Lab55.590746.016231.9612
CIE-Lab62.425950.579256.9776

#f86c31 color RGB value is (248,108,49).

#f86c31 hex color red value is 248, green value is 108 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #f86c31 hue: 0.05 , saturation: 0.93 and the lightness value of f86c31 is 0.58.

The process color (four color CMYK) of #f86c31 color hex is 0.00, 0.56, 0.80, 0.03. Web safe color of #f86c31 is #ff6633. Color #f86c31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101100 00110001
Octal 370 154 61
Decimal 248 108 49
Hex F8 6C 31

RGB Percentages of Color #f86c31

%61.23
%26.67
%12.10

CMYK Percentages of Color #f86c31

%0
%56
%80
%3

Triadic Colors of #f86c31

#f86c31 #31f86c #6c31f8

Analogous Colors of #f86c31

#f86c31 #f8d031 #f8315a

Monochromatic Colors of #f86c31

#f86c31

Complementary Color

#f86c31 #31bdf8

#f86c31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86c31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86c31 Color CSS Codes

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

#f86c31 Text Font Color

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

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


#f86c31 Background Color

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

This div background color is #f86c31


#f86c31 Border Color

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

This div border color is #f86c31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86c31


Comments

No comments written yet.

Please login to write comment.