Color Hex Logo

#f97152 Color Hex

#F97152
(249,113,82)
0 Favorites   0 Comments

Color spaces of #f97152

RGB 24911382
HSL0.030.930.65
HSV11°67°98°
CMYK 0.000.550.67   0.02
XYZ46.495032.559211.8166
Yxy32.55920.51170.3583
Hunter Lab57.060745.591827.6642
CIE-Lab63.802449.990742.1920

#f97152 color RGB value is (249,113,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 01010010
Octal 371 161 122
Decimal 249 113 82
Hex F9 71 52

RGB Percentages of Color #f97152

%56.08
%25.45
%18.47

CMYK Percentages of Color #f97152

%0
%55
%67
%2

Triadic Colors of #f97152

#f97152 #52f971 #7152f9

Analogous Colors of #f97152

#f97152 #f9c552 #f95287

Monochromatic Colors of #f97152

#f97152

Complementary Color

#f97152 #52daf9

#f97152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97152 Color CSS Codes

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

#f97152 Text Font Color

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

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


#f97152 Background Color

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

This div background color is #f97152


#f97152 Border Color

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

This div border color is #f97152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97152


Comments

No comments written yet.

Please login to write comment.