Color Hex Logo

#faff1f Color Hex

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

Color spaces of #faff1f

RGB 25025531
HSL0.171.000.56
HSV61°88°100°
CMYK 0.020.000.88   0.00
XYZ75.431791.942915.0674
Yxy91.94290.41350.5040
Hunter Lab95.8869-27.380757.8041
CIE-Lab96.7970-23.271191.0294

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

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

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

Base Numbers

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

RGB Percentages of Color #faff1f

%46.64
%47.57
%5.78

CMYK Percentages of Color #faff1f

%2
%0
%88
%0

Triadic Colors of #faff1f

#faff1f #1ffaff #ff1ffa

Analogous Colors of #faff1f

#faff1f #8aff1f #ff941f

Monochromatic Colors of #faff1f

#faff1f

Complementary Color

#faff1f #241fff

#faff1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff1f Color CSS Codes

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

#faff1f Text Font Color

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

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


#faff1f Background Color

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

This div background color is #faff1f


#faff1f Border Color

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

This div border color is #faff1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff1f


Comments

No comments written yet.

Please login to write comment.