Color Hex Logo

#ffa323 Color Hex

#FFA323
(255,163,35)
0 Favorites   0 Comments

Color spaces of #ffa323

RGB 25516335
HSL0.101.000.57
HSV35°86°100°
CMYK 0.000.360.86   0.00
XYZ54.640647.57577.8933
Yxy47.57570.49620.4321
Hunter Lab68.975120.697341.4976
CIE-Lab74.556525.417172.7389

#ffa323 color RGB value is (255,163,35).

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

The process color (four color CMYK) of #ffa323 color hex is 0.00, 0.36, 0.86, 0.00. Web safe color of #ffa323 is #ff9933. Color #ffa323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 00100011
Octal 377 243 43
Decimal 255 163 35
Hex FF A3 23

RGB Percentages of Color #ffa323

%56.29
%35.98
%7.73

CMYK Percentages of Color #ffa323

%0
%36
%86
%0

Triadic Colors of #ffa323

#ffa323 #23ffa3 #a323ff

Analogous Colors of #ffa323

#ffa323 #edff23 #ff3523

Monochromatic Colors of #ffa323

#ffa323

Complementary Color

#ffa323 #237fff

#ffa323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa323 Color CSS Codes

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

#ffa323 Text Font Color

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

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


#ffa323 Background Color

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

This div background color is #ffa323


#ffa323 Border Color

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

This div border color is #ffa323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa323


Comments

No comments written yet.

Please login to write comment.