Color Hex Logo

#ffaf1a Color Hex

#FFAF1A
(255,175,26)
0 Favorites   0 Comments

Color spaces of #ffaf1a

RGB 25517526
HSL0.111.000.55
HSV39°90°100°
CMYK 0.000.310.90   0.00
XYZ56.756451.99458.0218
Yxy51.99450.48600.4453
Hunter Lab72.107214.311743.8791
CIE-Lab77.277518.986976.9803

#ffaf1a color RGB value is (255,175,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 00011010
Octal 377 257 32
Decimal 255 175 26
Hex FF AF 1A

RGB Percentages of Color #ffaf1a

%55.92
%38.38
%5.70

CMYK Percentages of Color #ffaf1a

%0
%31
%90
%0

Triadic Colors of #ffaf1a

#ffaf1a #1affaf #af1aff

Analogous Colors of #ffaf1a

#ffaf1a #ddff1a #ff3d1a

Monochromatic Colors of #ffaf1a

#ffaf1a

Complementary Color

#ffaf1a #1a6aff

#ffaf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf1a Color CSS Codes

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

#ffaf1a Text Font Color

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

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


#ffaf1a Background Color

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

This div background color is #ffaf1a


#ffaf1a Border Color

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

This div border color is #ffaf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf1a


Comments

No comments written yet.

Please login to write comment.