Color Hex Logo

#ffa033 Color Hex

#FFA033
(255,160,51)
0 Favorites   0 Comments

Color spaces of #ffa033

RGB 25516051
HSL0.091.000.60
HSV32°80°100°
CMYK 0.000.370.80   0.00
XYZ54.408346.64069.2669
Yxy46.64060.49320.4228
Hunter Lab68.293922.692739.7606
CIE-Lab73.959327.401367.1281

#ffa033 color RGB value is (255,160,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 00110011
Octal 377 240 63
Decimal 255 160 51
Hex FF A0 33

RGB Percentages of Color #ffa033

%54.72
%34.33
%10.94

CMYK Percentages of Color #ffa033

%0
%37
%80
%0

Triadic Colors of #ffa033

#ffa033 #33ffa0 #a033ff

Analogous Colors of #ffa033

#ffa033 #f8ff33 #ff3a33

Monochromatic Colors of #ffa033

#ffa033

Complementary Color

#ffa033 #3392ff

#ffa033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa033 Color CSS Codes

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

#ffa033 Text Font Color

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

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


#ffa033 Background Color

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

This div background color is #ffa033


#ffa033 Border Color

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

This div border color is #ffa033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa033


Comments

No comments written yet.

Please login to write comment.