Color Hex Logo

#f97317 Color Hex

#F97317
(249,115,23)
0 Favorites   0 Comments

Color spaces of #f97317

RGB 24911523
HSL0.070.950.53
HSV24°91°98°
CMYK 0.000.540.91   0.02
XYZ45.352332.46314.6863
Yxy32.46310.54970.3935
Hunter Lab56.976442.374435.0069
CIE-Lab63.723847.075167.3653

#f97317 color RGB value is (249,115,23).

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

The process color (four color CMYK) of #f97317 color hex is 0.00, 0.54, 0.91, 0.02. Web safe color of #f97317 is #ff6600. Color #f97317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110011 00010111
Octal 371 163 27
Decimal 249 115 23
Hex F9 73 17

RGB Percentages of Color #f97317

%64.34
%29.72
%5.94

CMYK Percentages of Color #f97317

%0
%54
%91
%2

Triadic Colors of #f97317

#f97317 #17f973 #7317f9

Analogous Colors of #f97317

#f97317 #f9e417 #f9172c

Monochromatic Colors of #f97317

#f97317

Complementary Color

#f97317 #179df9

#f97317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97317 Color CSS Codes

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

#f97317 Text Font Color

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

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


#f97317 Background Color

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

This div background color is #f97317


#f97317 Border Color

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

This div border color is #f97317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97317

Related Colors


Comments

No comments written yet.

Please login to write comment.