Color Hex Logo

#f93122 Color Hex

#F93122
(249,49,34)
0 Favorites   0 Comments

Color spaces of #f93122

RGB 2494934
HSL0.010.950.55
HSV86°98°
CMYK 0.000.800.86   0.02
XYZ40.454022.45193.7149
Yxy22.45190.60720.3370
Hunter Lab47.383469.474828.5200
CIE-Lab54.503272.213456.6900

#f93122 color RGB value is (249,49,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110001 00100010
Octal 371 61 42
Decimal 249 49 34
Hex F9 31 22

RGB Percentages of Color #f93122

%75.00
%14.76
%10.24

CMYK Percentages of Color #f93122

%0
%80
%86
%2

Triadic Colors of #f93122

#f93122 #22f931 #3122f9

Analogous Colors of #f93122

#f93122 #f99d22 #f9227f

Monochromatic Colors of #f93122

#f93122

Complementary Color

#f93122 #22eaf9

#f93122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93122 Color CSS Codes

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

#f93122 Text Font Color

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

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


#f93122 Background Color

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

This div background color is #f93122


#f93122 Border Color

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

This div border color is #f93122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93122


Comments

No comments written yet.

Please login to write comment.