Color Hex Logo

#ffa93c Color Hex

#FFA93C
(255,169,60)
0 Favorites   0 Comments

Color spaces of #ffa93c

RGB 25516960
HSL0.091.000.62
HSV34°76°100°
CMYK 0.000.340.76   0.00
XYZ56.243649.962210.9543
Yxy49.96220.48010.4264
Hunter Lab70.683918.336540.2902
CIE-Lab76.046123.023265.6811

#ffa93c color RGB value is (255,169,60).

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

The process color (four color CMYK) of #ffa93c color hex is 0.00, 0.34, 0.76, 0.00. Web safe color of #ffa93c is #ff9933. Color #ffa93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 00111100
Octal 377 251 74
Decimal 255 169 60
Hex FF A9 3C

RGB Percentages of Color #ffa93c

%52.69
%34.92
%12.40

CMYK Percentages of Color #ffa93c

%0
%34
%76
%0

Triadic Colors of #ffa93c

#ffa93c #3cffa9 #a93cff

Analogous Colors of #ffa93c

#ffa93c #f4ff3c #ff473c

Monochromatic Colors of #ffa93c

#ffa93c

Complementary Color

#ffa93c #3c92ff

#ffa93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa93c Color CSS Codes

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

#ffa93c Text Font Color

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

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


#ffa93c Background Color

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

This div background color is #ffa93c


#ffa93c Border Color

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

This div border color is #ffa93c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,169,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 #ffa93c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa93c

Related Colors


Comments

No comments written yet.

Please login to write comment.