Color Hex Logo

#f86044 Color Hex

#F86044
(248,96,68)
0 Favorites   0 Comments

Color spaces of #f86044

RGB 2489668
HSL0.030.930.62
HSV73°97°
CMYK 0.000.610.73   0.03
XYZ43.937728.73968.7004
Yxy28.73960.53990.3532
Hunter Lab53.609352.480627.9042
CIE-Lab60.551156.645245.8411

#f86044 color RGB value is (248,96,68).

#f86044 hex color red value is 248, green value is 96 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #f86044 hue: 0.03 , saturation: 0.93 and the lightness value of f86044 is 0.62.

The process color (four color CMYK) of #f86044 color hex is 0.00, 0.61, 0.73, 0.03. Web safe color of #f86044 is #ff6633. Color #f86044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100000 01000100
Octal 370 140 104
Decimal 248 96 68
Hex F8 60 44

RGB Percentages of Color #f86044

%60.19
%23.30
%16.50

CMYK Percentages of Color #f86044

%0
%61
%73
%3

Triadic Colors of #f86044

#f86044 #44f860 #6044f8

Analogous Colors of #f86044

#f86044 #f8ba44 #f84482

Monochromatic Colors of #f86044

#f86044

Complementary Color

#f86044 #44dcf8

#f86044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86044 Color CSS Codes

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

#f86044 Text Font Color

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

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


#f86044 Background Color

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

This div background color is #f86044


#f86044 Border Color

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

This div border color is #f86044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86044


Comments

No comments written yet.

Please login to write comment.