Color Hex Logo

#f99c60 Color Hex

#F99C60
(249,156,96)
0 Favorites   0 Comments

Color spaces of #f99c60

RGB 24915696
HSL0.070.930.68
HSV24°61°98°
CMYK 0.000.370.61   0.02
XYZ53.066744.761216.9092
Yxy44.76120.46250.3901
Hunter Lab66.903824.500831.8478
CIE-Lab72.734429.240445.4880

#f99c60 color RGB value is (249,156,96).

#f99c60 hex color red value is 249, green value is 156 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f99c60 hue: 0.07 , saturation: 0.93 and the lightness value of f99c60 is 0.68.

The process color (four color CMYK) of #f99c60 color hex is 0.00, 0.37, 0.61, 0.02. Web safe color of #f99c60 is #ff9966. Color #f99c60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011100 01100000
Octal 371 234 140
Decimal 249 156 96
Hex F9 9C 60

RGB Percentages of Color #f99c60

%49.70
%31.14
%19.16

CMYK Percentages of Color #f99c60

%0
%37
%61
%2

Triadic Colors of #f99c60

#f99c60 #60f99c #9c60f9

Analogous Colors of #f99c60

#f99c60 #f9e960 #f96071

Monochromatic Colors of #f99c60

#f99c60

Complementary Color

#f99c60 #60bdf9

#f99c60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99c60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99c60 Color CSS Codes

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

#f99c60 Text Font Color

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

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


#f99c60 Background Color

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

This div background color is #f99c60


#f99c60 Border Color

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

This div border color is #f99c60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99c60


Comments

No comments written yet.

Please login to write comment.