color codes Logo

#fabf1b color codes

#FABF1B
(250,191,27)
0 Favorites   0 Comments

Color spaces of #fabf1b

RGB 25019127
HSL0.120.960.54
HSV44°89°98°
CMYK 0.000.240.89   0.02
XYZ58.253057.66479.0971
Yxy57.66470.46600.4613
Hunter Lab75.93734.040746.0533
CIE-Lab80.55208.541679.0355

#fabf1b color RGB value is (250,191,27).

#fabf1b hex color red value is 250, green value is 191 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fabf1b hue: 0.12 , saturation: 0.96 and the lightness value of fabf1b is 0.54.

The process color (four color CMYK) of #fabf1b color code is 0.00, 0.24, 0.89, 0.02. Web safe color of #fabf1b is #ffcc33. Color #fabf1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 00011011
Octal 372 277 33
Decimal 250 191 27
Hex FA BF 1B

RGB Percentages of Color #fabf1b

%53.42
%40.81
%5.77

CMYK Percentages of Color #fabf1b

%0
%24
%89
%2

Triadic Colors of #fabf1b

#fabf1b #1bfabf #bf1bfa

Analogous Colors of #fabf1b

#fabf1b #c6fa1b #fa501b

Monochromatic Colors of #fabf1b

#fabf1b

Complementary Color

#fabf1b #1b56fa

#fabf1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf1b Color CSS Codes

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

#fabf1b Text Font Color

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

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


#fabf1b Background Color

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

This div background color is #fabf1b


#fabf1b Border Color

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

This div border color is #fabf1b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,191,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fabf1b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf1b


Comments

No comments written yet.

Please login to write comment.