Color Hex Logo

#f88312 Color Hex

#F88312
(248,131,18)
0 Favorites   0 Comments

Color spaces of #f88312

RGB 24813118
HSL0.080.940.52
HSV29°93°97°
CMYK 0.000.470.93   0.03
XYZ46.936936.23275.0920
Yxy36.23270.53180.4105
Hunter Lab60.193633.849337.1200
CIE-Lab66.697338.756670.5252

#f88312 color RGB value is (248,131,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000011 00010010
Octal 370 203 22
Decimal 248 131 18
Hex F8 83 12

RGB Percentages of Color #f88312

%62.47
%33.00
%4.53

CMYK Percentages of Color #f88312

%0
%47
%93
%3

Triadic Colors of #f88312

#f88312 #12f883 #8312f8

Analogous Colors of #f88312

#f88312 #f8f612 #f81214

Monochromatic Colors of #f88312

#f88312

Complementary Color

#f88312 #1287f8

#f88312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88312 Color CSS Codes

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

#f88312 Text Font Color

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

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


#f88312 Background Color

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

This div background color is #f88312


#f88312 Border Color

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

This div border color is #f88312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88312


Comments

No comments written yet.

Please login to write comment.