Color Hex Logo

#ffa718 Color Hex

#FFA718
(255,167,24)
0 Favorites   0 Comments

Color spaces of #ffa718

RGB 25516724
HSL0.101.000.55
HSV37°91°100°
CMYK 0.000.350.91   0.00
XYZ55.223648.96347.4044
Yxy48.96340.49490.4388
Hunter Lab69.973918.418642.7078
CIE-Lab75.428623.131776.0010

#ffa718 color RGB value is (255,167,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 00011000
Octal 377 247 30
Decimal 255 167 24
Hex FF A7 18

RGB Percentages of Color #ffa718

%57.17
%37.44
%5.38

CMYK Percentages of Color #ffa718

%0
%35
%91
%0

Triadic Colors of #ffa718

#ffa718 #18ffa7 #a718ff

Analogous Colors of #ffa718

#ffa718 #e4ff18 #ff3418

Monochromatic Colors of #ffa718

#ffa718

Complementary Color

#ffa718 #1870ff

#ffa718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa718 Color CSS Codes

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

#ffa718 Text Font Color

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

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


#ffa718 Background Color

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

This div background color is #ffa718


#ffa718 Border Color

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

This div border color is #ffa718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa718

Related Colors


Comments

No comments written yet.

Please login to write comment.