Color Hex Logo

#f92922 Color Hex

#F92922
(249,41,34)
0 Favorites   0 Comments

Color spaces of #f92922

RGB 2494134
HSL0.010.950.55
HSV86°98°
CMYK 0.000.840.86   0.02
XYZ40.148621.84113.6131
Yxy21.84110.61200.3329
Hunter Lab46.734571.560328.1303
CIE-Lab53.858074.045756.1756

#f92922 color RGB value is (249,41,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101001 00100010
Octal 371 51 42
Decimal 249 41 34
Hex F9 29 22

RGB Percentages of Color #f92922

%76.85
%12.65
%10.49

CMYK Percentages of Color #f92922

%0
%84
%86
%2

Triadic Colors of #f92922

#f92922 #22f929 #2922f9

Analogous Colors of #f92922

#f92922 #f99522 #f92287

Monochromatic Colors of #f92922

#f92922

Complementary Color

#f92922 #22f2f9

#f92922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92922 Color CSS Codes

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

#f92922 Text Font Color

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

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


#f92922 Background Color

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

This div background color is #f92922


#f92922 Border Color

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

This div border color is #f92922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92922


Comments

No comments written yet.

Please login to write comment.