Color Hex Logo

#f9440b Color Hex

#F9440B
(249,68,11)
0 Favorites   0 Comments

Color spaces of #f9440b

RGB 2496811
HSL0.040.950.51
HSV14°96°98°
CMYK 0.000.730.96   0.02
XYZ41.194424.29812.8354
Yxy24.29810.60290.3556
Hunter Lab49.293162.910131.0947
CIE-Lab56.385066.382965.5209

#f9440b color RGB value is (249,68,11).

#f9440b hex color red value is 249, green value is 68 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f9440b hue: 0.04 , saturation: 0.95 and the lightness value of f9440b is 0.51.

The process color (four color CMYK) of #f9440b color hex is 0.00, 0.73, 0.96, 0.02. Web safe color of #f9440b is #ff3300. Color #f9440b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000100 00001011
Octal 371 104 13
Decimal 249 68 11
Hex F9 44 B

RGB Percentages of Color #f9440b

%75.91
%20.73
%3.35

CMYK Percentages of Color #f9440b

%0
%73
%96
%2

Triadic Colors of #f9440b

#f9440b #0bf944 #440bf9

Analogous Colors of #f9440b

#f9440b #f9bb0b #f90b49

Monochromatic Colors of #f9440b

#f9440b

Complementary Color

#f9440b #0bc0f9

#f9440b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9440b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9440b Color CSS Codes

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

#f9440b Text Font Color

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

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


#f9440b Background Color

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

This div background color is #f9440b


#f9440b Border Color

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

This div border color is #f9440b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9440b


Comments

No comments written yet.

Please login to write comment.