color codes Logo

#f9fe1f color codes

#F9FE1F
(249,254,31)
0 Favorites   0 Comments

Color spaces of #f9fe1f

RGB 24925431
HSL0.170.990.56
HSV61°88°100°
CMYK 0.020.000.88   0.00
XYZ74.756191.122314.9446
Yxy91.12230.41340.5039
Hunter Lab95.4580-27.262757.5383
CIE-Lab96.4604-23.206590.7309

#f9fe1f color RGB value is (249,254,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111110 00011111
Octal 371 376 37
Decimal 249 254 31
Hex F9 FE 1F

RGB Percentages of Color #f9fe1f

%46.63
%47.57
%5.81

CMYK Percentages of Color #f9fe1f

%2
%0
%88
%0

Triadic Colors of #f9fe1f

#f9fe1f #1ff9fe #fe1ff9

Analogous Colors of #f9fe1f

#f9fe1f #8afe1f #fe941f

Monochromatic Colors of #f9fe1f

#f9fe1f

Complementary Color

#f9fe1f #241ffe

#f9fe1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fe1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fe1f Color CSS Codes

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

#f9fe1f Text Font Color

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

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


#f9fe1f Background Color

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

This div background color is #f9fe1f


#f9fe1f Border Color

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

This div border color is #f9fe1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fe1f


Comments

No comments written yet.

Please login to write comment.