color codes Logo

#ffa33c color codes

#FFA33C
(255,163,60)
0 Favorites   0 Comments

Color spaces of #ffa33c

RGB 25516360
HSL0.091.000.62
HSV32°76°100°
CMYK 0.000.360.76   0.00
XYZ55.152847.780610.5907
Yxy47.78060.48580.4209
Hunter Lab69.123521.456839.3024
CIE-Lab74.686326.152664.3776

#ffa33c color RGB value is (255,163,60).

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

The process color (four color CMYK) of #ffa33c color code is 0.00, 0.36, 0.76, 0.00. Web safe color of #ffa33c is #ff9933. Color #ffa33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 00111100
Octal 377 243 74
Decimal 255 163 60
Hex FF A3 3C

RGB Percentages of Color #ffa33c

%53.35
%34.10
%12.55

CMYK Percentages of Color #ffa33c

%0
%36
%76
%0

Triadic Colors of #ffa33c

#ffa33c #3cffa3 #a33cff

Analogous Colors of #ffa33c

#ffa33c #faff3c #ff413c

Monochromatic Colors of #ffa33c

#ffa33c

Complementary Color

#ffa33c #3c98ff

#ffa33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa33c Color CSS Codes

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

#ffa33c Text Font Color

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

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


#ffa33c Background Color

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

This div background color is #ffa33c


#ffa33c Border Color

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

This div border color is #ffa33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa33c


Comments

No comments written yet.

Please login to write comment.