Color Hex Logo

#f97425 Color Hex

#F97425
(249,116,37)
0 Favorites   0 Comments

Color spaces of #f97425

RGB 24911637
HSL0.060.950.56
HSV22°85°98°
CMYK 0.000.530.85   0.02
XYZ45.646232.76415.6685
Yxy32.76410.54290.3897
Hunter Lab57.239942.175634.1964
CIE-Lab63.969446.858563.1992

#f97425 color RGB value is (249,116,37).

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

The process color (four color CMYK) of #f97425 color hex is 0.00, 0.53, 0.85, 0.02. Web safe color of #f97425 is #ff6633. Color #f97425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 00100101
Octal 371 164 45
Decimal 249 116 37
Hex F9 74 25

RGB Percentages of Color #f97425

%61.94
%28.86
%9.20

CMYK Percentages of Color #f97425

%0
%53
%85
%2

Triadic Colors of #f97425

#f97425 #25f974 #7425f9

Analogous Colors of #f97425

#f97425 #f9de25 #f92540

Monochromatic Colors of #f97425

#f97425

Complementary Color

#f97425 #25aaf9

#f97425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97425 Color CSS Codes

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

#f97425 Text Font Color

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

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


#f97425 Background Color

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

This div background color is #f97425


#f97425 Border Color

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

This div border color is #f97425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97425


Comments

No comments written yet.

Please login to write comment.