Color Hex Logo

#f86014 Color Hex

#F86014
(248,96,20)
0 Favorites   0 Comments

Color spaces of #f86014

RGB 2489620
HSL0.060.940.53
HSV20°92°97°
CMYK 0.000.610.92   0.03
XYZ43.020528.37273.8709
Yxy28.37270.57160.3770
Hunter Lab53.266050.950632.9776
CIE-Lab60.224055.346365.6578

#f86014 color RGB value is (248,96,20).

#f86014 hex color red value is 248, green value is 96 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f86014 hue: 0.06 , saturation: 0.94 and the lightness value of f86014 is 0.53.

The process color (four color CMYK) of #f86014 color hex is 0.00, 0.61, 0.92, 0.03. Web safe color of #f86014 is #ff6600. Color #f86014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100000 00010100
Octal 370 140 24
Decimal 248 96 20
Hex F8 60 14

RGB Percentages of Color #f86014

%68.13
%26.37
%5.49

CMYK Percentages of Color #f86014

%0
%61
%92
%3

Triadic Colors of #f86014

#f86014 #14f860 #6014f8

Analogous Colors of #f86014

#f86014 #f8d214 #f8143a

Monochromatic Colors of #f86014

#f86014

Complementary Color

#f86014 #14acf8

#f86014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86014 Color CSS Codes

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

#f86014 Text Font Color

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

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


#f86014 Background Color

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

This div background color is #f86014


#f86014 Border Color

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

This div border color is #f86014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86014

Related Colors


Comments

No comments written yet.

Please login to write comment.