Color Hex Logo

#f95349 Color Hex

#F95349
(249,83,73)
0 Favorites   0 Comments

Color spaces of #f95349

RGB 2498373
HSL0.010.940.63
HSV71°98°
CMYK 0.000.670.71   0.02
XYZ43.362826.80739.1922
Yxy26.80730.54640.3378
Hunter Lab51.775858.888225.7168
CIE-Lab58.795562.518841.2208

#f95349 color RGB value is (249,83,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010011 01001001
Octal 371 123 111
Decimal 249 83 73
Hex F9 53 49

RGB Percentages of Color #f95349

%61.48
%20.49
%18.02

CMYK Percentages of Color #f95349

%0
%67
%71
%2

Triadic Colors of #f95349

#f95349 #49f953 #5349f9

Analogous Colors of #f95349

#f95349 #f9ab49 #f94997

Monochromatic Colors of #f95349

#f95349

Complementary Color

#f95349 #49eff9

#f95349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95349 Color CSS Codes

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

#f95349 Text Font Color

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

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


#f95349 Background Color

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

This div background color is #f95349


#f95349 Border Color

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

This div border color is #f95349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95349


Comments

No comments written yet.

Please login to write comment.