Color Hex Logo

#f9601f Color Hex

#F9601F
(249,96,31)
0 Favorites   0 Comments

Color spaces of #f9601f

RGB 2499631
HSL0.050.950.55
HSV18°88°98°
CMYK 0.000.610.88   0.02
XYZ43.497128.60444.5250
Yxy28.60440.56770.3733
Hunter Lab53.483151.576432.4219
CIE-Lab60.430955.866862.5014

#f9601f color RGB value is (249,96,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100000 00011111
Octal 371 140 37
Decimal 249 96 31
Hex F9 60 1F

RGB Percentages of Color #f9601f

%66.22
%25.53
%8.24

CMYK Percentages of Color #f9601f

%0
%61
%88
%2

Triadic Colors of #f9601f

#f9601f #1ff960 #601ff9

Analogous Colors of #f9601f

#f9601f #f9cd1f #f91f4b

Monochromatic Colors of #f9601f

#f9601f

Complementary Color

#f9601f #1fb8f9

#f9601f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9601f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9601f Color CSS Codes

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

#f9601f Text Font Color

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

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


#f9601f Background Color

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

This div background color is #f9601f


#f9601f Border Color

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

This div border color is #f9601f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9601f


Comments

No comments written yet.

Please login to write comment.