Color Hex Logo

#f94842 Color Hex

#F94842
(249,72,66)
0 Favorites   0 Comments

Color spaces of #f94842

RGB 2497266
HSL0.010.940.62
HSV73°98°
CMYK 0.000.710.73   0.02
XYZ42.367725.16787.7791
Yxy25.16780.56250.3342
Hunter Lab50.167562.954525.9236
CIE-Lab57.238666.262843.2845

#f94842 color RGB value is (249,72,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 01000010
Octal 371 110 102
Decimal 249 72 66
Hex F9 48 42

RGB Percentages of Color #f94842

%64.34
%18.60
%17.05

CMYK Percentages of Color #f94842

%0
%71
%73
%2

Triadic Colors of #f94842

#f94842 #42f948 #4842f9

Analogous Colors of #f94842

#f94842 #f9a442 #f94298

Monochromatic Colors of #f94842

#f94842

Complementary Color

#f94842 #42f3f9

#f94842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94842 Color CSS Codes

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

#f94842 Text Font Color

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

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


#f94842 Background Color

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

This div background color is #f94842


#f94842 Border Color

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

This div border color is #f94842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94842


Comments

No comments written yet.

Please login to write comment.