Color Hex Logo

#ffa353 Color Hex

#FFA353
(255,163,83)
0 Favorites   0 Comments

Color spaces of #ffa353

RGB 25516383
HSL0.081.000.66
HSV28°67°100°
CMYK 0.000.360.67   0.00
XYZ55.898548.078914.5176
Yxy48.07890.47170.4057
Hunter Lab69.339022.556936.1236
CIE-Lab74.874727.211954.5062

#ffa353 color RGB value is (255,163,83).

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

The process color (four color CMYK) of #ffa353 color hex is 0.00, 0.36, 0.67, 0.00. Web safe color of #ffa353 is #ff9966. Color #ffa353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 01010011
Octal 377 243 123
Decimal 255 163 83
Hex FF A3 53

RGB Percentages of Color #ffa353

%50.90
%32.53
%16.57

CMYK Percentages of Color #ffa353

%0
%36
%67
%0

Triadic Colors of #ffa353

#ffa353 #53ffa3 #a353ff

Analogous Colors of #ffa353

#ffa353 #fff953 #ff5359

Monochromatic Colors of #ffa353

#ffa353

Complementary Color

#ffa353 #53afff

#ffa353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa353 Color CSS Codes

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

#ffa353 Text Font Color

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

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


#ffa353 Background Color

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

This div background color is #ffa353


#ffa353 Border Color

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

This div border color is #ffa353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa353

Related Colors


Comments

No comments written yet.

Please login to write comment.