Color Hex Logo

#f9550e Color Hex

#F9550E
(249,85,14)
0 Favorites   0 Comments

Color spaces of #f9550e

RGB 2498514
HSL0.050.950.52
HSV18°94°98°
CMYK 0.000.660.94   0.02
XYZ42.394726.66843.3285
Yxy26.66840.58560.3684
Hunter Lab51.641556.165832.3275
CIE-Lab58.666160.190566.1993

#f9550e color RGB value is (249,85,14).

#f9550e hex color red value is 249, green value is 85 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f9550e hue: 0.05 , saturation: 0.95 and the lightness value of f9550e is 0.52.

The process color (four color CMYK) of #f9550e color hex is 0.00, 0.66, 0.94, 0.02. Web safe color of #f9550e is #ff6600. Color #f9550e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010101 00001110
Octal 371 125 16
Decimal 249 85 14
Hex F9 55 E

RGB Percentages of Color #f9550e

%71.55
%24.43
%4.02

CMYK Percentages of Color #f9550e

%0
%66
%94
%2

Triadic Colors of #f9550e

#f9550e #0ef955 #550ef9

Analogous Colors of #f9550e

#f9550e #f9cb0e #f90e3d

Monochromatic Colors of #f9550e

#f9550e

Complementary Color

#f9550e #0eb2f9

#f9550e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9550e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9550e Color CSS Codes

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

#f9550e Text Font Color

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

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


#f9550e Background Color

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

This div background color is #f9550e


#f9550e Border Color

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

This div border color is #f9550e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9550e

Related Colors


Comments

No comments written yet.

Please login to write comment.