Color Hex Logo

#f9511e Color Hex

#F9511E
(249,81,30)
0 Favorites   0 Comments

Color spaces of #f9511e

RGB 2498130
HSL0.040.950.55
HSV14°88°98°
CMYK 0.000.670.88   0.02
XYZ42.243726.11834.0431
Yxy26.11830.58340.3607
Hunter Lab51.106158.110531.0837
CIE-Lab58.149261.964761.1195

#f9511e color RGB value is (249,81,30).

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

The process color (four color CMYK) of #f9511e color hex is 0.00, 0.67, 0.88, 0.02. Web safe color of #f9511e is #ff6633. Color #f9511e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010001 00011110
Octal 371 121 36
Decimal 249 81 30
Hex F9 51 1E

RGB Percentages of Color #f9511e

%69.17
%22.50
%8.33

CMYK Percentages of Color #f9511e

%0
%67
%88
%2

Triadic Colors of #f9511e

#f9511e #1ef951 #511ef9

Analogous Colors of #f9511e

#f9511e #f9bf1e #f91e58

Monochromatic Colors of #f9511e

#f9511e

Complementary Color

#f9511e #1ec6f9

#f9511e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9511e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9511e Color CSS Codes

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

#f9511e Text Font Color

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

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


#f9511e Background Color

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

This div background color is #f9511e


#f9511e Border Color

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

This div border color is #f9511e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9511e


Comments

No comments written yet.

Please login to write comment.