Color Hex Logo

#ffa03b Color Hex

#FFA03B
(255,160,59)
0 Favorites   0 Comments

Color spaces of #ffa03b

RGB 25516059
HSL0.091.000.62
HSV31°77°100°
CMYK 0.000.370.77   0.00
XYZ54.600246.717410.2773
Yxy46.71740.48930.4186
Hunter Lab68.350122.978638.9301
CIE-Lab74.008627.676164.1255

#ffa03b color RGB value is (255,160,59).

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

The process color (four color CMYK) of #ffa03b color hex is 0.00, 0.37, 0.77, 0.00. Web safe color of #ffa03b is #ff9933. Color #ffa03b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 00111011
Octal 377 240 73
Decimal 255 160 59
Hex FF A0 3B

RGB Percentages of Color #ffa03b

%53.80
%33.76
%12.45

CMYK Percentages of Color #ffa03b

%0
%37
%77
%0

Triadic Colors of #ffa03b

#ffa03b #3bffa0 #a03bff

Analogous Colors of #ffa03b

#ffa03b #fcff3b #ff3e3b

Monochromatic Colors of #ffa03b

#ffa03b

Complementary Color

#ffa03b #3b9aff

#ffa03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa03b Color CSS Codes

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

#ffa03b Text Font Color

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

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


#ffa03b Background Color

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

This div background color is #ffa03b


#ffa03b Border Color

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

This div border color is #ffa03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa03b


Comments

No comments written yet.

Please login to write comment.