Color Hex Logo

#f9361c Color Hex

#F9361C
(249,54,28)
0 Favorites   0 Comments

Color spaces of #f9361c

RGB 2495428
HSL0.020.950.54
HSV89°98°
CMYK 0.000.780.89   0.02
XYZ40.595722.86193.3718
Yxy22.86190.60750.3421
Hunter Lab47.814167.877429.2888
CIE-Lab54.929870.813459.4873

#f9361c color RGB value is (249,54,28).

#f9361c hex color red value is 249, green value is 54 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f9361c hue: 0.02 , saturation: 0.95 and the lightness value of f9361c is 0.54.

The process color (four color CMYK) of #f9361c color hex is 0.00, 0.78, 0.89, 0.02. Web safe color of #f9361c is #ff3333. Color #f9361c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110110 00011100
Octal 371 66 34
Decimal 249 54 28
Hex F9 36 1C

RGB Percentages of Color #f9361c

%75.23
%16.31
%8.46

CMYK Percentages of Color #f9361c

%0
%78
%89
%2

Triadic Colors of #f9361c

#f9361c #1cf936 #361cf9

Analogous Colors of #f9361c

#f9361c #f9a51c #f91c71

Monochromatic Colors of #f9361c

#f9361c

Complementary Color

#f9361c #1cdff9

#f9361c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9361c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9361c Color CSS Codes

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

#f9361c Text Font Color

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

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


#f9361c Background Color

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

This div background color is #f9361c


#f9361c Border Color

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

This div border color is #f9361c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9361c


Comments

No comments written yet.

Please login to write comment.