Color Hex Logo

#fabf2a Color Hex

#FABF2A
(250,191,42)
0 Favorites   0 Comments

Color spaces of #fabf2a

RGB 25019142
HSL0.120.950.57
HSV43°83°98°
CMYK 0.000.240.83   0.02
XYZ58.473157.752810.2560
Yxy57.75280.46230.4566
Hunter Lab75.99534.351745.1952
CIE-Lab80.60128.864075.5549

#fabf2a color RGB value is (250,191,42).

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

The process color (four color CMYK) of #fabf2a color hex is 0.00, 0.24, 0.83, 0.02. Web safe color of #fabf2a is #ffcc33. Color #fabf2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 00101010
Octal 372 277 52
Decimal 250 191 42
Hex FA BF 2A

RGB Percentages of Color #fabf2a

%51.76
%39.54
%8.70

CMYK Percentages of Color #fabf2a

%0
%24
%83
%2

Triadic Colors of #fabf2a

#fabf2a #2afabf #bf2afa

Analogous Colors of #fabf2a

#fabf2a #cdfa2a #fa572a

Monochromatic Colors of #fabf2a

#fabf2a

Complementary Color

#fabf2a #2a65fa

#fabf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf2a Color CSS Codes

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

#fabf2a Text Font Color

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

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


#fabf2a Background Color

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

This div background color is #fabf2a


#fabf2a Border Color

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

This div border color is #fabf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf2a

Related Colors


Comments

No comments written yet.

Please login to write comment.