Color Hex Logo

#f96347 Color Hex

#F96347
(249,99,71)
0 Favorites   0 Comments

Color spaces of #f96347

RGB 2499971
HSL0.030.940.63
HSV71°98°
CMYK 0.000.600.71   0.02
XYZ44.666129.51839.3047
Yxy29.51830.53500.3536
Hunter Lab54.330751.668727.8775
CIE-Lab61.236455.816345.0726

#f96347 color RGB value is (249,99,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100011 01000111
Octal 371 143 107
Decimal 249 99 71
Hex F9 63 47

RGB Percentages of Color #f96347

%59.43
%23.63
%16.95

CMYK Percentages of Color #f96347

%0
%60
%71
%2

Triadic Colors of #f96347

#f96347 #47f963 #6347f9

Analogous Colors of #f96347

#f96347 #f9bc47 #f94784

Monochromatic Colors of #f96347

#f96347

Complementary Color

#f96347 #47ddf9

#f96347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96347 Color CSS Codes

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

#f96347 Text Font Color

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

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


#f96347 Background Color

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

This div background color is #f96347


#f96347 Border Color

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

This div border color is #f96347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96347


Comments

No comments written yet.

Please login to write comment.