Color Hex Logo

#f97304 Color Hex

#F97304
(249,115,4)
0 Favorites   0 Comments

Color spaces of #f97304

RGB 2491154
HSL0.080.970.50
HSV27°98°98°
CMYK 0.000.540.98   0.02
XYZ45.219632.41003.9873
Yxy32.41000.55400.3971
Hunter Lab56.929842.156335.6982
CIE-Lab63.680346.881270.9643

#f97304 color RGB value is (249,115,4).

#f97304 hex color red value is 249, green value is 115 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f97304 hue: 0.08 , saturation: 0.97 and the lightness value of f97304 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110011 00000100
Octal 371 163 4
Decimal 249 115 4
Hex F9 73 4

RGB Percentages of Color #f97304

%67.66
%31.25
%1.09

CMYK Percentages of Color #f97304

%0
%54
%98
%2

Triadic Colors of #f97304

#f97304 #04f973 #7304f9

Analogous Colors of #f97304

#f97304 #f9ee04 #f90410

Monochromatic Colors of #f97304

#f97304

Complementary Color

#f97304 #048af9

#f97304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97304 Color CSS Codes

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

#f97304 Text Font Color

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

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


#f97304 Background Color

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

This div background color is #f97304


#f97304 Border Color

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

This div border color is #f97304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97304


Comments

No comments written yet.

Please login to write comment.