Color Hex Logo

#f99375 Color Hex

#F99375
(249,147,117)
0 Favorites   0 Comments

Color spaces of #f99375

RGB 249147117
HSL0.040.920.72
HSV14°53°98°
CMYK 0.000.410.53   0.02
XYZ52.711542.291522.2145
Yxy42.29150.44970.3608
Hunter Lab65.031930.877025.2692
CIE-Lab71.071435.487632.3837

#f99375 color RGB value is (249,147,117).

#f99375 hex color red value is 249, green value is 147 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f99375 hue: 0.04 , saturation: 0.92 and the lightness value of f99375 is 0.72.

The process color (four color CMYK) of #f99375 color hex is 0.00, 0.41, 0.53, 0.02. Web safe color of #f99375 is #ff9966. Color #f99375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010011 01110101
Octal 371 223 165
Decimal 249 147 117
Hex F9 93 75

RGB Percentages of Color #f99375

%48.54
%28.65
%22.81

CMYK Percentages of Color #f99375

%0
%41
%53
%2

Triadic Colors of #f99375

#f99375 #75f993 #9375f9

Analogous Colors of #f99375

#f99375 #f9d575 #f97599

Monochromatic Colors of #f99375

#f99375

Complementary Color

#f99375 #75dbf9

#f99375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99375 Color CSS Codes

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

#f99375 Text Font Color

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

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


#f99375 Background Color

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

This div background color is #f99375


#f99375 Border Color

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

This div border color is #f99375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99375


Comments

No comments written yet.

Please login to write comment.