Color Hex Logo

#ffa00b Color Hex

#FFA00B
(255,160,11)
0 Favorites   0 Comments

Color spaces of #ffa00b

RGB 25516011
HSL0.101.000.52
HSV37°96°100°
CMYK 0.000.370.96   0.00
XYZ53.871246.42586.4384
Yxy46.42580.50470.4350
Hunter Lab68.136521.889842.0931
CIE-Lab73.821026.626976.9461

#ffa00b color RGB value is (255,160,11).

#ffa00b hex color red value is 255, green value is 160 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ffa00b hue: 0.10 , saturation: 1.00 and the lightness value of ffa00b is 0.52.

The process color (four color CMYK) of #ffa00b color hex is 0.00, 0.37, 0.96, 0.00. Web safe color of #ffa00b is #ff9900. Color #ffa00b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 00001011
Octal 377 240 13
Decimal 255 160 11
Hex FF A0 B

RGB Percentages of Color #ffa00b

%59.86
%37.56
%2.58

CMYK Percentages of Color #ffa00b

%0
%37
%96
%0

Triadic Colors of #ffa00b

#ffa00b #0bffa0 #a00bff

Analogous Colors of #ffa00b

#ffa00b #e4ff0b #ff260b

Monochromatic Colors of #ffa00b

#ffa00b

Complementary Color

#ffa00b #0b6aff

#ffa00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa00b Color CSS Codes

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

#ffa00b Text Font Color

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

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


#ffa00b Background Color

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

This div background color is #ffa00b


#ffa00b Border Color

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

This div border color is #ffa00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa00b

Related Colors


Comments

No comments written yet.

Please login to write comment.