Color Hex Logo

#ffa85b Color Hex

#FFA85B
(255,168,91)
0 Favorites   0 Comments

Color spaces of #ffa85b

RGB 25516891
HSL0.081.000.68
HSV28°64°100°
CMYK 0.000.340.64   0.00
XYZ57.131050.020616.5413
Yxy50.02060.46190.4044
Hunter Lab70.725220.421035.6409
CIE-Lab76.081925.064852.0450

#ffa85b color RGB value is (255,168,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01011011
Octal 377 250 133
Decimal 255 168 91
Hex FF A8 5B

RGB Percentages of Color #ffa85b

%49.61
%32.68
%17.70

CMYK Percentages of Color #ffa85b

%0
%34
%64
%0

Triadic Colors of #ffa85b

#ffa85b #5bffa8 #a85bff

Analogous Colors of #ffa85b

#ffa85b #fffa5b #ff5b60

Monochromatic Colors of #ffa85b

#ffa85b

Complementary Color

#ffa85b #5bb2ff

#ffa85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa85b Color CSS Codes

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

#ffa85b Text Font Color

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

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


#ffa85b Background Color

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

This div background color is #ffa85b


#ffa85b Border Color

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

This div border color is #ffa85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa85b


Comments

No comments written yet.

Please login to write comment.