Color Hex Logo

#f8990e Color Hex

#F8990E
(248,153,14)
0 Favorites   0 Comments

Color spaces of #f8990e

RGB 24815314
HSL0.100.940.51
HSV36°94°97°
CMYK 0.000.380.94   0.03
XYZ50.181942.77066.0261
Yxy42.77060.50700.4321
Hunter Lab65.399222.517340.3163
CIE-Lab71.399027.396474.4703

#f8990e color RGB value is (248,153,14).

#f8990e hex color red value is 248, green value is 153 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f8990e hue: 0.10 , saturation: 0.94 and the lightness value of f8990e is 0.51.

The process color (four color CMYK) of #f8990e color hex is 0.00, 0.38, 0.94, 0.03. Web safe color of #f8990e is #ff9900. Color #f8990e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011001 00001110
Octal 370 231 16
Decimal 248 153 14
Hex F8 99 E

RGB Percentages of Color #f8990e

%59.76
%36.87
%3.37

CMYK Percentages of Color #f8990e

%0
%38
%94
%3

Triadic Colors of #f8990e

#f8990e #0ef899 #990ef8

Analogous Colors of #f8990e

#f8990e #e2f80e #f8240e

Monochromatic Colors of #f8990e

#f8990e

Complementary Color

#f8990e #0e6df8

#f8990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8990e Color CSS Codes

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

#f8990e Text Font Color

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

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


#f8990e Background Color

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

This div background color is #f8990e


#f8990e Border Color

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

This div border color is #f8990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8990e


Comments

No comments written yet.

Please login to write comment.