Color Hex Logo

#f9401f Color Hex

#F9401F
(249,64,31)
0 Favorites   0 Comments

Color spaces of #f9401f

RGB 2496431
HSL0.030.950.55
HSV88°98°
CMYK 0.000.740.88   0.02
XYZ41.147623.90553.7418
Yxy23.90550.59810.3475
Hunter Lab48.893364.658929.6878
CIE-Lab55.993167.929159.1025

#f9401f color RGB value is (249,64,31).

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

The process color (four color CMYK) of #f9401f color hex is 0.00, 0.74, 0.88, 0.02. Web safe color of #f9401f is #ff3333. Color #f9401f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 00011111
Octal 371 100 37
Decimal 249 64 31
Hex F9 40 1F

RGB Percentages of Color #f9401f

%72.38
%18.60
%9.01

CMYK Percentages of Color #f9401f

%0
%74
%88
%2

Triadic Colors of #f9401f

#f9401f #1ff940 #401ff9

Analogous Colors of #f9401f

#f9401f #f9ad1f #f91f6b

Monochromatic Colors of #f9401f

#f9401f

Complementary Color

#f9401f #1fd8f9

#f9401f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9401f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9401f Color CSS Codes

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

#f9401f Text Font Color

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

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


#f9401f Background Color

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

This div background color is #f9401f


#f9401f Border Color

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

This div border color is #f9401f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9401f


Comments

No comments written yet.

Please login to write comment.