Color Hex Logo

#f96715 Color Hex

#F96715
(249,103,21)
0 Favorites   0 Comments

Color spaces of #f96715

RGB 24910321
HSL0.060.950.53
HSV22°92°98°
CMYK 0.000.590.92   0.02
XYZ44.052529.89444.1578
Yxy29.89440.56400.3827
Hunter Lab54.675848.135633.7644
CIE-Lab61.563052.620166.3803

#f96715 color RGB value is (249,103,21).

#f96715 hex color red value is 249, green value is 103 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f96715 hue: 0.06 , saturation: 0.95 and the lightness value of f96715 is 0.53.

The process color (four color CMYK) of #f96715 color hex is 0.00, 0.59, 0.92, 0.02. Web safe color of #f96715 is #ff6600. Color #f96715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 00010101
Octal 371 147 25
Decimal 249 103 21
Hex F9 67 15

RGB Percentages of Color #f96715

%66.76
%27.61
%5.63

CMYK Percentages of Color #f96715

%0
%59
%92
%2

Triadic Colors of #f96715

#f96715 #15f967 #6715f9

Analogous Colors of #f96715

#f96715 #f9d915 #f91535

Monochromatic Colors of #f96715

#f96715

Complementary Color

#f96715 #15a7f9

#f96715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96715 Color CSS Codes

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

#f96715 Text Font Color

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

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


#f96715 Background Color

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

This div background color is #f96715


#f96715 Border Color

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

This div border color is #f96715


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,103,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f96715; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f96715;
  -webkit-box-shadow: 1px 1px 3px 2px #f96715;
  box-shadow:         1px 1px 3px 2px #f96715; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,103,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96715


Comments

No comments written yet.

Please login to write comment.