Color Hex Logo

#f9857f Color Hex

#F9857F
(249,133,127)
1 Favorites   0 Comments

Color spaces of #f9857f

RGB 249133127
HSL0.010.910.74
HSV49°98°
CMYK 0.000.470.49   0.02
XYZ51.285238.447124.7967
Yxy38.44710.44780.3357
Hunter Lab62.005739.128119.6934
CIE-Lab68.348943.483723.2937

#f9857f color RGB value is (249,133,127).

#f9857f hex color red value is 249, green value is 133 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f9857f hue: 0.01 , saturation: 0.91 and the lightness value of f9857f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 01111111
Octal 371 205 177
Decimal 249 133 127
Hex F9 85 7F

RGB Percentages of Color #f9857f

%48.92
%26.13
%24.95

CMYK Percentages of Color #f9857f

%0
%47
%49
%2

Triadic Colors of #f9857f

#f9857f #7ff985 #857ff9

Analogous Colors of #f9857f

#f9857f #f9c27f #f97fb6

Monochromatic Colors of #f9857f

#f9857f

Complementary Color

#f9857f #7ff3f9

#f9857f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9857f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9857f Color CSS Codes

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

#f9857f Text Font Color

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

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


#f9857f Background Color

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

This div background color is #f9857f


#f9857f Border Color

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

This div border color is #f9857f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9857f


Comments

No comments written yet.

Please login to write comment.