Color Hex Logo

#f98373 Color Hex

#F98373
(249,131,115)
0 Favorites   0 Comments

Color spaces of #f98373

RGB 249131115
HSL0.020.920.71
HSV54°98°
CMYK 0.000.470.54   0.02
XYZ50.277737.610120.8292
Yxy37.61010.46250.3459
Hunter Lab61.327139.017122.7916
CIE-Lab67.732343.458329.1266

#f98373 color RGB value is (249,131,115).

#f98373 hex color red value is 249, green value is 131 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f98373 hue: 0.02 , saturation: 0.92 and the lightness value of f98373 is 0.71.

The process color (four color CMYK) of #f98373 color hex is 0.00, 0.47, 0.54, 0.02. Web safe color of #f98373 is #ff9966. Color #f98373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 01110011
Octal 371 203 163
Decimal 249 131 115
Hex F9 83 73

RGB Percentages of Color #f98373

%50.30
%26.46
%23.23

CMYK Percentages of Color #f98373

%0
%47
%54
%2

Triadic Colors of #f98373

#f98373 #73f983 #8373f9

Analogous Colors of #f98373

#f98373 #f9c673 #f973a6

Monochromatic Colors of #f98373

#f98373

Complementary Color

#f98373 #73e9f9

#f98373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98373 Color CSS Codes

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

#f98373 Text Font Color

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

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


#f98373 Background Color

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

This div background color is #f98373


#f98373 Border Color

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

This div border color is #f98373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98373

Related Colors


Comments

No comments written yet.

Please login to write comment.