Color Hex Logo

#f96761 Color Hex

#F96761
(249,103,97)
0 Favorites   0 Comments

Color spaces of #f96761

RGB 24910397
HSL0.010.930.68
HSV61°98°
CMYK 0.000.590.61   0.02
XYZ46.074830.703314.8072
Yxy30.70330.50310.3352
Hunter Lab55.410651.457222.9435
CIE-Lab62.256455.464132.0756

#f96761 color RGB value is (249,103,97).

#f96761 hex color red value is 249, green value is 103 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f96761 hue: 0.01 , saturation: 0.93 and the lightness value of f96761 is 0.68.

The process color (four color CMYK) of #f96761 color hex is 0.00, 0.59, 0.61, 0.02. Web safe color of #f96761 is #ff6666. Color #f96761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 01100001
Octal 371 147 141
Decimal 249 103 97
Hex F9 67 61

RGB Percentages of Color #f96761

%55.46
%22.94
%21.60

CMYK Percentages of Color #f96761

%0
%59
%61
%2

Triadic Colors of #f96761

#f96761 #61f967 #6761f9

Analogous Colors of #f96761

#f96761 #f9b361 #f961a7

Monochromatic Colors of #f96761

#f96761

Complementary Color

#f96761 #61f3f9

#f96761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96761 Color CSS Codes

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

#f96761 Text Font Color

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

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


#f96761 Background Color

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

This div background color is #f96761


#f96761 Border Color

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

This div border color is #f96761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96761

Related Colors

#f96761 Color Palettes


Comments

No comments written yet.

Please login to write comment.