Color Hex Logo

#f95627 Color Hex

#F95627
(249,86,39)
0 Favorites   0 Comments

Color spaces of #f95627

RGB 2498639
HSL0.040.950.56
HSV13°84°98°
CMYK 0.000.650.84   0.02
XYZ42.760926.94184.8660
Yxy26.94180.57340.3613
Hunter Lab51.905556.217730.7756
CIE-Lab58.920460.191358.1989

#f95627 color RGB value is (249,86,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 00100111
Octal 371 126 47
Decimal 249 86 39
Hex F9 56 27

RGB Percentages of Color #f95627

%66.58
%22.99
%10.43

CMYK Percentages of Color #f95627

%0
%65
%84
%2

Triadic Colors of #f95627

#f95627 #27f956 #5627f9

Analogous Colors of #f95627

#f95627 #f9bf27 #f92761

Monochromatic Colors of #f95627

#f95627

Complementary Color

#f95627 #27caf9

#f95627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95627 Color CSS Codes

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

#f95627 Text Font Color

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

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


#f95627 Background Color

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

This div background color is #f95627


#f95627 Border Color

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

This div border color is #f95627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95627


Comments

No comments written yet.

Please login to write comment.