Color Hex Logo

#f96247 Color Hex

#F96247
(249,98,71)
0 Favorites   0 Comments

Color spaces of #f96247

RGB 2499871
HSL0.030.940.63
HSV71°98°
CMYK 0.000.610.71   0.02
XYZ44.571929.33009.2733
Yxy29.33000.53590.3526
Hunter Lab54.157252.132227.7578
CIE-Lab61.071856.252244.8880

#f96247 color RGB value is (249,98,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 01000111
Octal 371 142 107
Decimal 249 98 71
Hex F9 62 47

RGB Percentages of Color #f96247

%59.57
%23.44
%16.99

CMYK Percentages of Color #f96247

%0
%61
%71
%2

Triadic Colors of #f96247

#f96247 #47f962 #6247f9

Analogous Colors of #f96247

#f96247 #f9bb47 #f94785

Monochromatic Colors of #f96247

#f96247

Complementary Color

#f96247 #47def9

#f96247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96247 Color CSS Codes

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

#f96247 Text Font Color

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

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


#f96247 Background Color

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

This div background color is #f96247


#f96247 Border Color

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

This div border color is #f96247


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,98,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 #f96247">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96247


Comments

No comments written yet.

Please login to write comment.