Color Hex Logo

#f85014 Color Hex

#F85014
(248,80,20)
0 Favorites   0 Comments

Color spaces of #f85014

RGB 2488020
HSL0.040.940.53
HSV16°92°97°
CMYK 0.000.680.92   0.03
XYZ41.706325.74433.4328
Yxy25.74430.58840.3632
Hunter Lab50.738857.930431.5058
CIE-Lab57.793561.872664.0483

#f85014 color RGB value is (248,80,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010000 00010100
Octal 370 120 24
Decimal 248 80 20
Hex F8 50 14

RGB Percentages of Color #f85014

%71.26
%22.99
%5.75

CMYK Percentages of Color #f85014

%0
%68
%92
%3

Triadic Colors of #f85014

#f85014 #14f850 #5014f8

Analogous Colors of #f85014

#f85014 #f8c214 #f8144a

Monochromatic Colors of #f85014

#f85014

Complementary Color

#f85014 #14bcf8

#f85014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85014 Color CSS Codes

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

#f85014 Text Font Color

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

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


#f85014 Background Color

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

This div background color is #f85014


#f85014 Border Color

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

This div border color is #f85014


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,80,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 #f85014">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85014


Comments

No comments written yet.

Please login to write comment.