Color Hex Logo

#f94622 Color Hex

#F94622
(249,70,34)
0 Favorites   0 Comments

Color spaces of #f94622

RGB 2497034
HSL0.030.950.55
HSV10°86°98°
CMYK 0.000.720.86   0.02
XYZ41.545824.63554.0788
Yxy24.63550.59130.3506
Hunter Lab49.634262.551929.8716
CIE-Lab56.718566.018358.4571

#f94622 color RGB value is (249,70,34).

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

The process color (four color CMYK) of #f94622 color hex is 0.00, 0.72, 0.86, 0.02. Web safe color of #f94622 is #ff3333. Color #f94622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 00100010
Octal 371 106 42
Decimal 249 70 34
Hex F9 46 22

RGB Percentages of Color #f94622

%70.54
%19.83
%9.63

CMYK Percentages of Color #f94622

%0
%72
%86
%2

Triadic Colors of #f94622

#f94622 #22f946 #4622f9

Analogous Colors of #f94622

#f94622 #f9b222 #f9226a

Monochromatic Colors of #f94622

#f94622

Complementary Color

#f94622 #22d5f9

#f94622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94622 Color CSS Codes

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

#f94622 Text Font Color

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

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


#f94622 Background Color

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

This div background color is #f94622


#f94622 Border Color

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

This div border color is #f94622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94622


Comments

No comments written yet.

Please login to write comment.