Color Hex Logo

#ffa815 Color Hex

#FFA815
(255,168,21)
0 Favorites   0 Comments

Color spaces of #ffa815

RGB 25516821
HSL0.101.000.54
HSV38°92°100°
CMYK 0.000.340.92   0.00
XYZ55.378049.31947.3103
Yxy49.31940.49440.4403
Hunter Lab70.227817.857342.9877
CIE-Lab75.649622.567476.7294

#ffa815 color RGB value is (255,168,21).

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

The process color (four color CMYK) of #ffa815 color hex is 0.00, 0.34, 0.92, 0.00. Web safe color of #ffa815 is #ff9900. Color #ffa815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 00010101
Octal 377 250 25
Decimal 255 168 21
Hex FF A8 15

RGB Percentages of Color #ffa815

%57.43
%37.84
%4.73

CMYK Percentages of Color #ffa815

%0
%34
%92
%0

Triadic Colors of #ffa815

#ffa815 #15ffa8 #a815ff

Analogous Colors of #ffa815

#ffa815 #e1ff15 #ff3315

Monochromatic Colors of #ffa815

#ffa815

Complementary Color

#ffa815 #156cff

#ffa815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa815 Color CSS Codes

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

#ffa815 Text Font Color

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

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


#ffa815 Background Color

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

This div background color is #ffa815


#ffa815 Border Color

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

This div border color is #ffa815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa815


Comments

No comments written yet.

Please login to write comment.