Color Hex Logo

#f8911a Color Hex

#F8911A
(248,145,26)
0 Favorites   0 Comments

Color spaces of #f8911a

RGB 24814526
HSL0.090.940.54
HSV32°90°97°
CMYK 0.000.420.90   0.03
XYZ49.023340.28186.1686
Yxy40.28180.51350.4219
Hunter Lab63.467926.806438.6650
CIE-Lab69.669831.715670.8928

#f8911a color RGB value is (248,145,26).

#f8911a hex color red value is 248, green value is 145 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f8911a hue: 0.09 , saturation: 0.94 and the lightness value of f8911a is 0.54.

The process color (four color CMYK) of #f8911a color hex is 0.00, 0.42, 0.90, 0.03. Web safe color of #f8911a is #ff9933. Color #f8911a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010001 00011010
Octal 370 221 32
Decimal 248 145 26
Hex F8 91 1A

RGB Percentages of Color #f8911a

%59.19
%34.61
%6.21

CMYK Percentages of Color #f8911a

%0
%42
%90
%3

Triadic Colors of #f8911a

#f8911a #1af891 #911af8

Analogous Colors of #f8911a

#f8911a #f0f81a #f8221a

Monochromatic Colors of #f8911a

#f8911a

Complementary Color

#f8911a #1a81f8

#f8911a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8911a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8911a Color CSS Codes

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

#f8911a Text Font Color

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

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


#f8911a Background Color

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

This div background color is #f8911a


#f8911a Border Color

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

This div border color is #f8911a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8911a


Comments

No comments written yet.

Please login to write comment.