Color Hex Logo

#f92c2e Color Hex

#F92C2E
(249,44,46)
0 Favorites   0 Comments

Color spaces of #f92c2e

RGB 2494446
HSL1.000.940.57
HSV359°82°98°
CMYK 0.000.820.82   0.02
XYZ40.460722.13844.7254
Yxy22.13840.60100.3288
Hunter Lab47.051571.156526.9815
CIE-Lab54.173573.655350.7049

#f92c2e color RGB value is (249,44,46).

#f92c2e hex color red value is 249, green value is 44 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f92c2e hue: 1.00 , saturation: 0.94 and the lightness value of f92c2e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101100 00101110
Octal 371 54 56
Decimal 249 44 46
Hex F9 2C 2E

RGB Percentages of Color #f92c2e

%73.45
%12.98
%13.57

CMYK Percentages of Color #f92c2e

%0
%82
%82
%2

Triadic Colors of #f92c2e

#f92c2e #2ef92c #2c2ef9

Analogous Colors of #f92c2e

#f92c2e #f9912c #f92c95

Monochromatic Colors of #f92c2e

#f92c2e

Complementary Color

#f92c2e #2cf9f7

#f92c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92c2e Color CSS Codes

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

#f92c2e Text Font Color

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

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


#f92c2e Background Color

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

This div background color is #f92c2e


#f92c2e Border Color

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

This div border color is #f92c2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92c2e


Comments

No comments written yet.

Please login to write comment.