Color Hex Logo

#ffa71a Color Hex

#FFA71A
(255,167,26)
0 Favorites   0 Comments

Color spaces of #ffa71a

RGB 25516726
HSL0.101.000.55
HSV37°90°100°
CMYK 0.000.350.90   0.00
XYZ55.245248.97207.5181
Yxy48.97200.49440.4383
Hunter Lab69.980018.450542.6163
CIE-Lab75.433923.163075.5945

#ffa71a color RGB value is (255,167,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 00011010
Octal 377 247 32
Decimal 255 167 26
Hex FF A7 1A

RGB Percentages of Color #ffa71a

%56.92
%37.28
%5.80

CMYK Percentages of Color #ffa71a

%0
%35
%90
%0

Triadic Colors of #ffa71a

#ffa71a #1affa7 #a71aff

Analogous Colors of #ffa71a

#ffa71a #e5ff1a #ff351a

Monochromatic Colors of #ffa71a

#ffa71a

Complementary Color

#ffa71a #1a72ff

#ffa71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa71a Color CSS Codes

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

#ffa71a Text Font Color

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

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


#ffa71a Background Color

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

This div background color is #ffa71a


#ffa71a Border Color

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

This div border color is #ffa71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa71a


Comments

No comments written yet.

Please login to write comment.