Color Hex Logo

#ffa615 Color Hex

#FFA615
(255,166,21)
0 Favorites   0 Comments

Color spaces of #ffa615

RGB 25516621
HSL0.101.000.54
HSV37°92°100°
CMYK 0.000.350.92   0.00
XYZ55.011648.58667.1882
Yxy48.58660.49660.4386
Hunter Lab69.704118.892942.6786
CIE-Lab75.193423.610776.3980

#ffa615 color RGB value is (255,166,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 00010101
Octal 377 246 25
Decimal 255 166 21
Hex FF A6 15

RGB Percentages of Color #ffa615

%57.69
%37.56
%4.75

CMYK Percentages of Color #ffa615

%0
%35
%92
%0

Triadic Colors of #ffa615

#ffa615 #15ffa6 #a615ff

Analogous Colors of #ffa615

#ffa615 #e3ff15 #ff3115

Monochromatic Colors of #ffa615

#ffa615

Complementary Color

#ffa615 #156eff

#ffa615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa615 Color CSS Codes

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

#ffa615 Text Font Color

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

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


#ffa615 Background Color

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

This div background color is #ffa615


#ffa615 Border Color

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

This div border color is #ffa615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa615


Comments

No comments written yet.

Please login to write comment.