Color Hex Logo

#f96851 Color Hex

#F96851
(249,104,81)
0 Favorites   0 Comments

Color spaces of #f96851

RGB 24910481
HSL0.020.930.65
HSV67°98°
CMYK 0.000.580.67   0.02
XYZ45.502430.634411.2994
Yxy30.63440.52040.3504
Hunter Lab55.348449.886926.6398
CIE-Lab62.197854.083340.8381

#f96851 color RGB value is (249,104,81).

#f96851 hex color red value is 249, green value is 104 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #f96851 hue: 0.02 , saturation: 0.93 and the lightness value of f96851 is 0.65.

The process color (four color CMYK) of #f96851 color hex is 0.00, 0.58, 0.67, 0.02. Web safe color of #f96851 is #ff6666. Color #f96851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 01010001
Octal 371 150 121
Decimal 249 104 81
Hex F9 68 51

RGB Percentages of Color #f96851

%57.37
%23.96
%18.66

CMYK Percentages of Color #f96851

%0
%58
%67
%2

Triadic Colors of #f96851

#f96851 #51f968 #6851f9

Analogous Colors of #f96851

#f96851 #f9bc51 #f9518e

Monochromatic Colors of #f96851

#f96851

Complementary Color

#f96851 #51e2f9

#f96851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96851 Color CSS Codes

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

#f96851 Text Font Color

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

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


#f96851 Background Color

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

This div background color is #f96851


#f96851 Border Color

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

This div border color is #f96851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96851


Comments

No comments written yet.

Please login to write comment.