Color Hex Logo

#f8811e Color Hex

#F8811E
(248,129,30)
0 Favorites   0 Comments

Color spaces of #f8811e

RGB 24812930
HSL0.080.940.55
HSV27°88°97°
CMYK 0.000.480.88   0.03
XYZ46.796035.75075.6625
Yxy35.75070.53050.4053
Hunter Lab59.791935.066936.2394
CIE-Lab66.329039.948467.2938

#f8811e color RGB value is (248,129,30).

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

The process color (four color CMYK) of #f8811e color hex is 0.00, 0.48, 0.88, 0.03. Web safe color of #f8811e is #ff9933. Color #f8811e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000001 00011110
Octal 370 201 36
Decimal 248 129 30
Hex F8 81 1E

RGB Percentages of Color #f8811e

%60.93
%31.70
%7.37

CMYK Percentages of Color #f8811e

%0
%48
%88
%3

Triadic Colors of #f8811e

#f8811e #1ef881 #811ef8

Analogous Colors of #f8811e

#f8811e #f8ee1e #f81e28

Monochromatic Colors of #f8811e

#f8811e

Complementary Color

#f8811e #1e95f8

#f8811e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8811e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8811e Color CSS Codes

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

#f8811e Text Font Color

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

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


#f8811e Background Color

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

This div background color is #f8811e


#f8811e Border Color

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

This div border color is #f8811e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8811e

Related Colors


Comments

No comments written yet.

Please login to write comment.