Color Hex Logo

#f95625 Color Hex

#F95625
(249,86,37)
0 Favorites   0 Comments

Color spaces of #f95625

RGB 2498637
HSL0.040.950.56
HSV14°85°98°
CMYK 0.000.650.85   0.02
XYZ42.728626.92894.6960
Yxy26.92890.57470.3622
Hunter Lab51.893156.163530.9598
CIE-Lab58.908560.146359.0146

#f95625 color RGB value is (249,86,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 00100101
Octal 371 126 45
Decimal 249 86 37
Hex F9 56 25

RGB Percentages of Color #f95625

%66.94
%23.12
%9.95

CMYK Percentages of Color #f95625

%0
%65
%85
%2

Triadic Colors of #f95625

#f95625 #25f956 #5625f9

Analogous Colors of #f95625

#f95625 #f9c025 #f9255e

Monochromatic Colors of #f95625

#f95625

Complementary Color

#f95625 #25c8f9

#f95625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95625 Color CSS Codes

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

#f95625 Text Font Color

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

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


#f95625 Background Color

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

This div background color is #f95625


#f95625 Border Color

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

This div border color is #f95625


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,86,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 #f95625">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95625


Comments

No comments written yet.

Please login to write comment.