Color Hex Logo

#fffa1f Color Hex

#FFFA1F
(255,250,31)
0 Favorites   0 Comments

Color spaces of #fffa1f

RGB 25525031
HSL0.161.000.56
HSV59°88°100°
CMYK 0.000.020.88   0.00
XYZ75.672989.730114.6276
Yxy89.73010.42030.4984
Hunter Lab94.7260-23.173757.1526
CIE-Lab95.8847-18.846090.4730

#fffa1f color RGB value is (255,250,31).

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

The process color (four color CMYK) of #fffa1f color hex is 0.00, 0.02, 0.88, 0.00. Web safe color of #fffa1f is #ffff33. Color #fffa1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 00011111
Octal 377 372 37
Decimal 255 250 31
Hex FF FA 1F

RGB Percentages of Color #fffa1f

%47.57
%46.64
%5.78

CMYK Percentages of Color #fffa1f

%0
%2
%88
%0

Triadic Colors of #fffa1f

#fffa1f #1ffffa #fa1fff

Analogous Colors of #fffa1f

#fffa1f #94ff1f #ff8a1f

Monochromatic Colors of #fffa1f

#fffa1f

Complementary Color

#fffa1f #1f24ff

#fffa1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffa1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffa1f Color CSS Codes

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

#fffa1f Text Font Color

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

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


#fffa1f Background Color

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

This div background color is #fffa1f


#fffa1f Border Color

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

This div border color is #fffa1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffa1f

Related Colors


Comments

No comments written yet.

Please login to write comment.