Color Hex Logo

#f9956a Color Hex

#F9956A
(249,149,106)
0 Favorites   0 Comments

Color spaces of #f9956a

RGB 249149106
HSL0.050.920.70
HSV18°57°98°
CMYK 0.000.400.57   0.02
XYZ52.415942.675219.1102
Yxy42.67520.45900.3737
Hunter Lab65.326328.902328.3840
CIE-Lab71.334033.586638.5981

#f9956a color RGB value is (249,149,106).

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

The process color (four color CMYK) of #f9956a color hex is 0.00, 0.40, 0.57, 0.02. Web safe color of #f9956a is #ff9966. Color #f9956a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 01101010
Octal 371 225 152
Decimal 249 149 106
Hex F9 95 6A

RGB Percentages of Color #f9956a

%49.40
%29.56
%21.03

CMYK Percentages of Color #f9956a

%0
%40
%57
%2

Triadic Colors of #f9956a

#f9956a #6af995 #956af9

Analogous Colors of #f9956a

#f9956a #f9dd6a #f96a87

Monochromatic Colors of #f9956a

#f9956a

Complementary Color

#f9956a #6acef9

#f9956a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9956a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9956a Color CSS Codes

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

#f9956a Text Font Color

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

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


#f9956a Background Color

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

This div background color is #f9956a


#f9956a Border Color

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

This div border color is #f9956a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9956a


Comments

No comments written yet.

Please login to write comment.