Color Hex Logo

#f88011 Color Hex

#F88011
(248,128,17)
0 Favorites   0 Comments

Color spaces of #f88011

RGB 24812817
HSL0.080.940.52
HSV29°93°97°
CMYK 0.000.480.93   0.03
XYZ46.531735.43534.9175
Yxy35.43530.53560.4078
Hunter Lab59.527635.357336.7714
CIE-Lab66.086240.250470.3042

#f88011 color RGB value is (248,128,17).

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

The process color (four color CMYK) of #f88011 color hex is 0.00, 0.48, 0.93, 0.03. Web safe color of #f88011 is #ff9900. Color #f88011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000000 00010001
Octal 370 200 21
Decimal 248 128 17
Hex F8 80 11

RGB Percentages of Color #f88011

%63.10
%32.57
%4.33

CMYK Percentages of Color #f88011

%0
%48
%93
%3

Triadic Colors of #f88011

#f88011 #11f880 #8011f8

Analogous Colors of #f88011

#f88011 #f8f411 #f81115

Monochromatic Colors of #f88011

#f88011

Complementary Color

#f88011 #1189f8

#f88011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88011 Color CSS Codes

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

#f88011 Text Font Color

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

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


#f88011 Background Color

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

This div background color is #f88011


#f88011 Border Color

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

This div border color is #f88011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88011


Comments

No comments written yet.

Please login to write comment.