Color Hex Logo

#ff9a60 Color Hex

#FF9A60
(255,154,96)
0 Favorites   0 Comments

Color spaces of #ff9a60

RGB 25515496
HSL0.061.000.69
HSV22°62°100°
CMYK 0.000.400.62   0.00
XYZ54.906945.215716.8999
Yxy45.21570.46920.3864
Hunter Lab67.242628.079432.1686
CIE-Lab73.033732.655346.0238

#ff9a60 color RGB value is (255,154,96).

#ff9a60 hex color red value is 255, green value is 154 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ff9a60 hue: 0.06 , saturation: 1.00 and the lightness value of ff9a60 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011010 01100000
Octal 377 232 140
Decimal 255 154 96
Hex FF 9A 60

RGB Percentages of Color #ff9a60

%50.50
%30.50
%19.01

CMYK Percentages of Color #ff9a60

%0
%40
%62
%0

Triadic Colors of #ff9a60

#ff9a60 #60ff9a #9a60ff

Analogous Colors of #ff9a60

#ff9a60 #ffea60 #ff6076

Monochromatic Colors of #ff9a60

#ff9a60

Complementary Color

#ff9a60 #60c5ff

#ff9a60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9a60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9a60 Color CSS Codes

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

#ff9a60 Text Font Color

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

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


#ff9a60 Background Color

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

This div background color is #ff9a60


#ff9a60 Border Color

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

This div border color is #ff9a60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,154,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 #ff9a60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9a60


Comments

No comments written yet.

Please login to write comment.