Color Hex Logo

#f86003 Color Hex

#F86003
(248,96,3)
0 Favorites   0 Comments

Color spaces of #f86003

RGB 248963
HSL0.060.980.49
HSV23°99°97°
CMYK 0.000.610.99   0.03
XYZ42.910728.32883.2925
Yxy28.32880.57570.3801
Hunter Lab53.224850.766233.5897
CIE-Lab60.184655.188969.0437

#f86003 color RGB value is (248,96,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100000 00000011
Octal 370 140 3
Decimal 248 96 3
Hex F8 60 3

RGB Percentages of Color #f86003

%71.47
%27.67
%0.86

CMYK Percentages of Color #f86003

%0
%61
%99
%3

Triadic Colors of #f86003

#f86003 #03f860 #6003f8

Analogous Colors of #f86003

#f86003 #f8db03 #f80320

Monochromatic Colors of #f86003

#f86003

Complementary Color

#f86003 #039bf8

#f86003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86003 Color CSS Codes

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

#f86003 Text Font Color

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

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


#f86003 Background Color

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

This div background color is #f86003


#f86003 Border Color

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

This div border color is #f86003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86003


Comments

No comments written yet.

Please login to write comment.