Color Hex Logo

#f94e25 Color Hex

#F94E25
(249,78,37)
0 Favorites   0 Comments

Color spaces of #f94e25

RGB 2497837
HSL0.030.950.56
HSV12°85°98°
CMYK 0.000.690.85   0.02
XYZ42.125225.72214.4949
Yxy25.72210.58230.3556
Hunter Lab50.717059.506330.2472
CIE-Lab57.772363.231958.0716

#f94e25 color RGB value is (249,78,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 00100101
Octal 371 116 45
Decimal 249 78 37
Hex F9 4E 25

RGB Percentages of Color #f94e25

%68.41
%21.43
%10.16

CMYK Percentages of Color #f94e25

%0
%69
%85
%2

Triadic Colors of #f94e25

#f94e25 #25f94e #4e25f9

Analogous Colors of #f94e25

#f94e25 #f9b825 #f92566

Monochromatic Colors of #f94e25

#f94e25

Complementary Color

#f94e25 #25d0f9

#f94e25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94e25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94e25 Color CSS Codes

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

#f94e25 Text Font Color

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

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


#f94e25 Background Color

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

This div background color is #f94e25


#f94e25 Border Color

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

This div border color is #f94e25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94e25

Related Colors


Comments

No comments written yet.

Please login to write comment.