Color Hex Logo

#ffa965 Color Hex

#FFA965
(255,169,101)
0 Favorites   0 Comments

Color spaces of #ffa965

RGB 255169101
HSL0.071.000.70
HSV26°60°100°
CMYK 0.000.340.60   0.00
XYZ57.776950.575519.0288
Yxy50.57550.45360.3970
Hunter Lab71.116520.564433.9172
CIE-Lab76.421225.186847.5283

#ffa965 color RGB value is (255,169,101).

#ffa965 hex color red value is 255, green value is 169 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ffa965 hue: 0.07 , saturation: 1.00 and the lightness value of ffa965 is 0.70.

The process color (four color CMYK) of #ffa965 color hex is 0.00, 0.34, 0.60, 0.00. Web safe color of #ffa965 is #ff9966. Color #ffa965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 01100101
Octal 377 251 145
Decimal 255 169 101
Hex FF A9 65

RGB Percentages of Color #ffa965

%48.57
%32.19
%19.24

CMYK Percentages of Color #ffa965

%0
%34
%60
%0

Triadic Colors of #ffa965

#ffa965 #65ffa9 #a965ff

Analogous Colors of #ffa965

#ffa965 #fff665 #ff656e

Monochromatic Colors of #ffa965

#ffa965

Complementary Color

#ffa965 #65bbff

#ffa965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa965 Color CSS Codes

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

#ffa965 Text Font Color

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

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


#ffa965 Background Color

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

This div background color is #ffa965


#ffa965 Border Color

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

This div border color is #ffa965


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,169,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa965

Related Colors


Comments

No comments written yet.

Please login to write comment.