Color Hex Logo

#f94831 Color Hex

#F94831
(249,72,49)
0 Favorites   0 Comments

Color spaces of #f94831

RGB 2497249
HSL0.020.940.58
HSV80°98°
CMYK 0.000.710.80   0.02
XYZ41.938724.99625.5201
Yxy24.99620.57880.3450
Hunter Lab49.996262.239228.4511
CIE-Lab57.071765.688351.9640

#f94831 color RGB value is (249,72,49).

#f94831 hex color red value is 249, green value is 72 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #f94831 hue: 0.02 , saturation: 0.94 and the lightness value of f94831 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 00110001
Octal 371 110 61
Decimal 249 72 49
Hex F9 48 31

RGB Percentages of Color #f94831

%67.30
%19.46
%13.24

CMYK Percentages of Color #f94831

%0
%71
%80
%2

Triadic Colors of #f94831

#f94831 #31f948 #4831f9

Analogous Colors of #f94831

#f94831 #f9ac31 #f9317e

Monochromatic Colors of #f94831

#f94831

Complementary Color

#f94831 #31e2f9

#f94831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94831 Color CSS Codes

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

#f94831 Text Font Color

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

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


#f94831 Background Color

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

This div background color is #f94831


#f94831 Border Color

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

This div border color is #f94831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94831


Comments

No comments written yet.

Please login to write comment.