Color Hex Logo

#fbf442 Color Hex

#FBF442
(251,244,66)
0 Favorites   0 Comments

Color spaces of #fbf442

RGB 25124466
HSL0.160.960.62
HSV58°74°98°
CMYK 0.000.030.74   0.02
XYZ73.117785.603917.8238
Yxy85.60390.41420.4849
Hunter Lab92.5224-20.850953.3439
CIE-Lab94.1427-16.613380.4947

#fbf442 color RGB value is (251,244,66).

#fbf442 hex color red value is 251, green value is 244 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #fbf442 hue: 0.16 , saturation: 0.96 and the lightness value of fbf442 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01000010
Octal 373 364 102
Decimal 251 244 66
Hex FB F4 42

RGB Percentages of Color #fbf442

%44.74
%43.49
%11.76

CMYK Percentages of Color #fbf442

%0
%3
%74
%2

Triadic Colors of #fbf442

#fbf442 #42fbf4 #f442fb

Analogous Colors of #fbf442

#fbf442 #a6fb42 #fb9842

Monochromatic Colors of #fbf442

#fbf442

Complementary Color

#fbf442 #4249fb

#fbf442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf442 Color CSS Codes

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

#fbf442 Text Font Color

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

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


#fbf442 Background Color

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

This div background color is #fbf442


#fbf442 Border Color

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

This div border color is #fbf442


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,244,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbf442; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbf442;
  -webkit-box-shadow: 1px 1px 3px 2px #fbf442;
  box-shadow:         1px 1px 3px 2px #fbf442; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,244,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf442


Comments

No comments written yet.

Please login to write comment.