Color Hex Logo

#ffa53f Color Hex

#FFA53F
(255,165,63)
1 Favorites   0 Comments

Color spaces of #ffa53f

RGB 25516563
HSL0.091.000.62
HSV32°75°100°
CMYK 0.000.350.75   0.00
XYZ55.592348.529111.1397
Yxy48.52910.48230.4210
Hunter Lab69.662820.536539.2830
CIE-Lab75.157425.226863.6272

#ffa53f color RGB value is (255,165,63).

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

The process color (four color CMYK) of #ffa53f color hex is 0.00, 0.35, 0.75, 0.00. Web safe color of #ffa53f is #ff9933. Color #ffa53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 00111111
Octal 377 245 77
Decimal 255 165 63
Hex FF A5 3F

RGB Percentages of Color #ffa53f

%52.80
%34.16
%13.04

CMYK Percentages of Color #ffa53f

%0
%35
%75
%0

Triadic Colors of #ffa53f

#ffa53f #3fffa5 #a53fff

Analogous Colors of #ffa53f

#ffa53f #f9ff3f #ff453f

Monochromatic Colors of #ffa53f

#ffa53f

Complementary Color

#ffa53f #3f99ff

#ffa53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa53f Color CSS Codes

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

#ffa53f Text Font Color

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

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


#ffa53f Background Color

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

This div background color is #ffa53f


#ffa53f Border Color

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

This div border color is #ffa53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa53f

Related Colors


Comments

No comments written yet.

Please login to write comment.