Color Hex Logo

#f99370 Color Hex

#F99370
(249,147,112)
0 Favorites   0 Comments

Color spaces of #f99370

RGB 249147112
HSL0.040.920.71
HSV15°55°98°
CMYK 0.000.410.55   0.02
XYZ52.425342.177020.7071
Yxy42.17700.45460.3658
Hunter Lab64.943830.440826.5563
CIE-Lab70.992835.081834.9738

#f99370 color RGB value is (249,147,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010011 01110000
Octal 371 223 160
Decimal 249 147 112
Hex F9 93 70

RGB Percentages of Color #f99370

%49.02
%28.94
%22.05

CMYK Percentages of Color #f99370

%0
%41
%55
%2

Triadic Colors of #f99370

#f99370 #70f993 #9370f9

Analogous Colors of #f99370

#f99370 #f9d870 #f97092

Monochromatic Colors of #f99370

#f99370

Complementary Color

#f99370 #70d6f9

#f99370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99370 Color CSS Codes

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

#f99370 Text Font Color

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

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


#f99370 Background Color

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

This div background color is #f99370


#f99370 Border Color

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

This div border color is #f99370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99370


Comments

No comments written yet.

Please login to write comment.