Color Hex Logo

#fefa1f Color Hex

#FEFA1F
(254,250,31)
0 Favorites   0 Comments

Color spaces of #fefa1f

RGB 25425031
HSL0.160.990.56
HSV59°88°100°
CMYK 0.000.020.88   0.00
XYZ75.306089.541014.6104
Yxy89.54100.41960.4990
Hunter Lab94.6261-23.540657.0838
CIE-Lab95.8060-19.257290.3775

#fefa1f color RGB value is (254,250,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 00011111
Octal 376 372 37
Decimal 254 250 31
Hex FE FA 1F

RGB Percentages of Color #fefa1f

%47.48
%46.73
%5.79

CMYK Percentages of Color #fefa1f

%0
%2
%88
%0

Triadic Colors of #fefa1f

#fefa1f #1ffefa #fa1ffe

Analogous Colors of #fefa1f

#fefa1f #93fe1f #fe8b1f

Monochromatic Colors of #fefa1f

#fefa1f

Complementary Color

#fefa1f #1f23fe

#fefa1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa1f Color CSS Codes

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

#fefa1f Text Font Color

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

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


#fefa1f Background Color

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

This div background color is #fefa1f


#fefa1f Border Color

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

This div border color is #fefa1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa1f

Related Colors


Comments

No comments written yet.

Please login to write comment.