Color Hex Logo

#f85811 Color Hex

#F85811
(248,88,17)
0 Favorites   0 Comments

Color spaces of #f85811

RGB 2488817
HSL0.050.940.52
HSV18°93°97°
CMYK 0.000.650.93   0.03
XYZ42.302326.97643.5077
Yxy26.97640.58120.3706
Hunter Lab51.938854.488932.3530
CIE-Lab58.952558.678565.5903

#f85811 color RGB value is (248,88,17).

#f85811 hex color red value is 248, green value is 88 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #f85811 hue: 0.05 , saturation: 0.94 and the lightness value of f85811 is 0.52.

The process color (four color CMYK) of #f85811 color hex is 0.00, 0.65, 0.93, 0.03. Web safe color of #f85811 is #ff6600. Color #f85811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011000 00010001
Octal 370 130 21
Decimal 248 88 17
Hex F8 58 11

RGB Percentages of Color #f85811

%70.25
%24.93
%4.82

CMYK Percentages of Color #f85811

%0
%65
%93
%3

Triadic Colors of #f85811

#f85811 #11f858 #5811f8

Analogous Colors of #f85811

#f85811 #f8cc11 #f8113e

Monochromatic Colors of #f85811

#f85811

Complementary Color

#f85811 #11b1f8

#f85811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85811 Color CSS Codes

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

#f85811 Text Font Color

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

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


#f85811 Background Color

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

This div background color is #f85811


#f85811 Border Color

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

This div border color is #f85811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85811


Comments

No comments written yet.

Please login to write comment.