Color Hex Logo

#ffac1f Color Hex

#FFAC1F
(255,172,31)
0 Favorites   0 Comments

Color spaces of #ffac1f

RGB 25517231
HSL0.101.000.56
HSV38°88°100°
CMYK 0.000.330.88   0.00
XYZ56.239850.86408.1499
Yxy50.86400.48800.4413
Hunter Lab71.319015.950943.1480
CIE-Lab76.596620.640975.3622

#ffac1f color RGB value is (255,172,31).

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

The process color (four color CMYK) of #ffac1f color hex is 0.00, 0.33, 0.88, 0.00. Web safe color of #ffac1f is #ff9933. Color #ffac1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 00011111
Octal 377 254 37
Decimal 255 172 31
Hex FF AC 1F

RGB Percentages of Color #ffac1f

%55.68
%37.55
%6.77

CMYK Percentages of Color #ffac1f

%0
%33
%88
%0

Triadic Colors of #ffac1f

#ffac1f #1fffac #ac1fff

Analogous Colors of #ffac1f

#ffac1f #e2ff1f #ff3c1f

Monochromatic Colors of #ffac1f

#ffac1f

Complementary Color

#ffac1f #1f72ff

#ffac1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffac1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffac1f Color CSS Codes

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

#ffac1f Text Font Color

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

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


#ffac1f Background Color

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

This div background color is #ffac1f


#ffac1f Border Color

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

This div border color is #ffac1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffac1f

Related Colors


Comments

No comments written yet.

Please login to write comment.