Color Hex Logo

#f94e48 Color Hex

#F94E48
(249,78,72)
0 Favorites   0 Comments

Color spaces of #f94e48

RGB 2497872
HSL0.010.940.63
HSV71°98°
CMYK 0.000.690.71   0.02
XYZ42.961026.05648.8960
Yxy26.05640.55140.3344
Hunter Lab51.045560.900025.3990
CIE-Lab58.090564.365040.9579

#f94e48 color RGB value is (249,78,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 01001000
Octal 371 116 110
Decimal 249 78 72
Hex F9 4E 48

RGB Percentages of Color #f94e48

%62.41
%19.55
%18.05

CMYK Percentages of Color #f94e48

%0
%69
%71
%2

Triadic Colors of #f94e48

#f94e48 #48f94e #4e48f9

Analogous Colors of #f94e48

#f94e48 #f9a748 #f9489b

Monochromatic Colors of #f94e48

#f94e48

Complementary Color

#f94e48 #48f3f9

#f94e48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94e48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94e48 Color CSS Codes

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

#f94e48 Text Font Color

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

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


#f94e48 Background Color

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

This div background color is #f94e48


#f94e48 Border Color

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

This div border color is #f94e48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94e48

Related Colors


Comments

No comments written yet.

Please login to write comment.