Color Hex Logo

#f00922 Color Hex

#F00922
(240,9,34)
0 Favorites   0 Comments

Color spaces of #f00922

RGB 240934
HSL0.980.930.49
HSV354°96°94°
CMYK 0.000.960.86   0.06
XYZ36.321618.83613.2347
Yxy18.83610.62200.3226
Hunter Lab43.400673.434225.9614
CIE-Lab50.494976.221652.7040

#f00922 color RGB value is (240,9,34).

#f00922 hex color red value is 240, green value is 9 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #f00922 hue: 0.98 , saturation: 0.93 and the lightness value of f00922 is 0.49.

The process color (four color CMYK) of #f00922 color hex is 0.00, 0.96, 0.86, 0.06. Web safe color of #f00922 is #ff0033. Color #f00922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001001 00100010
Octal 360 11 42
Decimal 240 9 34
Hex F0 9 22

RGB Percentages of Color #f00922

%84.81
%3.18
%12.01

CMYK Percentages of Color #f00922

%0
%96
%86
%6

Triadic Colors of #f00922

#f00922 #22f009 #0922f0

Analogous Colors of #f00922

#f00922 #f06409 #f00996

Monochromatic Colors of #f00922

#f00922

Complementary Color

#f00922 #09f0d7

#f00922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00922 Color CSS Codes

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

#f00922 Text Font Color

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

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


#f00922 Background Color

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

This div background color is #f00922


#f00922 Border Color

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

This div border color is #f00922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00922


Comments

No comments written yet.

Please login to write comment.