Color Hex Logo

#f88300 Color Hex

#F88300
(248,131,0)
0 Favorites   0 Comments

Color spaces of #f88300

RGB 2481310
HSL0.091.000.49
HSV32°100°97°
CMYK 0.000.471.00   0.03
XYZ46.827736.18914.5171
Yxy36.18910.53500.4134
Hunter Lab60.157433.672537.6582
CIE-Lab66.664238.592973.2887

#f88300 color RGB value is (248,131,0).

#f88300 hex color red value is 248, green value is 131 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f88300 hue: 0.09 , saturation: 1.00 and the lightness value of f88300 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000011 00000000
Octal 370 203 0
Decimal 248 131 0
Hex F8 83 0

RGB Percentages of Color #f88300

%65.44
%34.56
%0.00

CMYK Percentages of Color #f88300

%0
%47
%100
%3

Triadic Colors of #f88300

#f88300 #00f883 #8300f8

Analogous Colors of #f88300

#f88300 #f1f800 #f80700

Monochromatic Colors of #f88300

#f88300

Complementary Color

#f88300 #0075f8

#f88300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88300 Color CSS Codes

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

#f88300 Text Font Color

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

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


#f88300 Background Color

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

This div background color is #f88300


#f88300 Border Color

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

This div border color is #f88300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88300


Comments

No comments written yet.

Please login to write comment.