Color Hex Logo

#f94e2e Color Hex

#F94E2E
(249,78,46)
0 Favorites   0 Comments

Color spaces of #f94e2e

RGB 2497846
HSL0.030.940.58
HSV82°98°
CMYK 0.000.690.82   0.02
XYZ42.284525.78585.3333
Yxy25.78580.57610.3513
Hunter Lab50.779759.773229.3187
CIE-Lab57.833263.449654.1215

#f94e2e color RGB value is (249,78,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 00101110
Octal 371 116 56
Decimal 249 78 46
Hex F9 4E 2E

RGB Percentages of Color #f94e2e

%66.76
%20.91
%12.33

CMYK Percentages of Color #f94e2e

%0
%69
%82
%2

Triadic Colors of #f94e2e

#f94e2e #2ef94e #4e2ef9

Analogous Colors of #f94e2e

#f94e2e #f9b42e #f92e74

Monochromatic Colors of #f94e2e

#f94e2e

Complementary Color

#f94e2e #2ed9f9

#f94e2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94e2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94e2e Color CSS Codes

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

#f94e2e Text Font Color

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

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


#f94e2e Background Color

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

This div background color is #f94e2e


#f94e2e Border Color

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

This div border color is #f94e2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94e2e

Related Colors


Comments

No comments written yet.

Please login to write comment.