Color Hex Logo

#f9361b Color Hex

#F9361B
(249,54,27)
0 Favorites   0 Comments

Color spaces of #f9361b

RGB 2495427
HSL0.020.950.54
HSV89°98°
CMYK 0.000.780.89   0.02
XYZ40.583922.85723.3098
Yxy22.85720.60800.3424
Hunter Lab47.809267.857629.3618
CIE-Lab54.924970.797859.8663

#f9361b color RGB value is (249,54,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110110 00011011
Octal 371 66 33
Decimal 249 54 27
Hex F9 36 1B

RGB Percentages of Color #f9361b

%75.45
%16.36
%8.18

CMYK Percentages of Color #f9361b

%0
%78
%89
%2

Triadic Colors of #f9361b

#f9361b #1bf936 #361bf9

Analogous Colors of #f9361b

#f9361b #f9a51b #f91b6f

Monochromatic Colors of #f9361b

#f9361b

Complementary Color

#f9361b #1bdef9

#f9361b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9361b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9361b Color CSS Codes

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

#f9361b Text Font Color

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

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


#f9361b Background Color

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

This div background color is #f9361b


#f9361b Border Color

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

This div border color is #f9361b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9361b


Comments

No comments written yet.

Please login to write comment.