Color Hex Logo

#ffa865 Color Hex

#FFA865
(255,168,101)
0 Favorites   0 Comments

Color spaces of #ffa865

RGB 255168101
HSL0.071.000.70
HSV26°60°100°
CMYK 0.000.340.60   0.00
XYZ57.591650.204818.9670
Yxy50.20480.45430.3961
Hunter Lab70.855321.088933.7276
CIE-Lab76.194825.709247.2592

#ffa865 color RGB value is (255,168,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01100101
Octal 377 250 145
Decimal 255 168 101
Hex FF A8 65

RGB Percentages of Color #ffa865

%48.66
%32.06
%19.27

CMYK Percentages of Color #ffa865

%0
%34
%60
%0

Triadic Colors of #ffa865

#ffa865 #65ffa8 #a865ff

Analogous Colors of #ffa865

#ffa865 #fff565 #ff656f

Monochromatic Colors of #ffa865

#ffa865

Complementary Color

#ffa865 #65bcff

#ffa865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa865 Color CSS Codes

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

#ffa865 Text Font Color

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

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


#ffa865 Background Color

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

This div background color is #ffa865


#ffa865 Border Color

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

This div border color is #ffa865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa865


Comments

No comments written yet.

Please login to write comment.