color codes Logo

#faed1f color codes

#FAED1F
(250,237,31)
0 Favorites   0 Comments

Color spaces of #faed1f

RGB 25023731
HSL0.160.960.55
HSV56°88°98°
CMYK 0.000.050.88   0.02
XYZ69.955980.991313.2421
Yxy80.99130.42610.4933
Hunter Lab89.9952-18.738254.2725
CIE-Lab92.1278-14.629687.3375

#faed1f color RGB value is (250,237,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 00011111
Octal 372 355 37
Decimal 250 237 31
Hex FA ED 1F

RGB Percentages of Color #faed1f

%48.26
%45.75
%5.98

CMYK Percentages of Color #faed1f

%0
%5
%88
%2

Triadic Colors of #faed1f

#faed1f #1ffaed #ed1ffa

Analogous Colors of #faed1f

#faed1f #9afa1f #fa801f

Monochromatic Colors of #faed1f

#faed1f

Complementary Color

#faed1f #1f2cfa

#faed1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed1f Color CSS Codes

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

#faed1f Text Font Color

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

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


#faed1f Background Color

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

This div background color is #faed1f


#faed1f Border Color

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

This div border color is #faed1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed1f

#faed1f Color Palettes


Comments

No comments written yet.

Please login to write comment.