Color Hex Logo

#f9826e Color Hex

#F9826E
(249,130,110)
0 Favorites   0 Comments

Color spaces of #f9826e

RGB 249130110
HSL0.020.920.70
HSV56°98°
CMYK 0.000.480.56   0.02
XYZ49.864037.230819.3100
Yxy37.23080.46860.3499
Hunter Lab61.017039.092923.9485
CIE-Lab67.449843.563531.5124

#f9826e color RGB value is (249,130,110).

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

The process color (four color CMYK) of #f9826e color hex is 0.00, 0.48, 0.56, 0.02. Web safe color of #f9826e is #ff9966. Color #f9826e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000010 01101110
Octal 371 202 156
Decimal 249 130 110
Hex F9 82 6E

RGB Percentages of Color #f9826e

%50.92
%26.58
%22.49

CMYK Percentages of Color #f9826e

%0
%48
%56
%2

Triadic Colors of #f9826e

#f9826e #6ef982 #826ef9

Analogous Colors of #f9826e

#f9826e #f9c86e #f96ea0

Monochromatic Colors of #f9826e

#f9826e

Complementary Color

#f9826e #6ee5f9

#f9826e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9826e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9826e Color CSS Codes

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

#f9826e Text Font Color

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

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


#f9826e Background Color

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

This div background color is #f9826e


#f9826e Border Color

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

This div border color is #f9826e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9826e


Comments

No comments written yet.

Please login to write comment.