Color Hex Logo

#f86910 Color Hex

#F86910
(248,105,16)
0 Favorites   0 Comments

Color spaces of #f86910

RGB 24810516
HSL0.060.940.52
HSV23°94°97°
CMYK 0.000.580.94   0.03
XYZ43.856530.09703.9880
Yxy30.09700.56270.3861
Hunter Lab54.860746.689334.0925
CIE-Lab61.737851.291867.6113

#f86910 color RGB value is (248,105,16).

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

The process color (four color CMYK) of #f86910 color hex is 0.00, 0.58, 0.94, 0.03. Web safe color of #f86910 is #ff6600. Color #f86910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101001 00010000
Octal 370 151 20
Decimal 248 105 16
Hex F8 69 10

RGB Percentages of Color #f86910

%67.21
%28.46
%4.34

CMYK Percentages of Color #f86910

%0
%58
%94
%3

Triadic Colors of #f86910

#f86910 #10f869 #6910f8

Analogous Colors of #f86910

#f86910 #f8dd10 #f8102b

Monochromatic Colors of #f86910

#f86910

Complementary Color

#f86910 #109ff8

#f86910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86910 Color CSS Codes

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

#f86910 Text Font Color

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

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


#f86910 Background Color

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

This div background color is #f86910


#f86910 Border Color

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

This div border color is #f86910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86910


Comments

No comments written yet.

Please login to write comment.