Color Hex Logo

#fbf441 Color Hex

#FBF441
(251,244,65)
0 Favorites   0 Comments

Color spaces of #fbf441

RGB 25124465
HSL0.160.960.62
HSV58°74°98°
CMYK 0.000.030.74   0.02
XYZ73.088585.592317.6698
Yxy85.59230.41440.4854
Hunter Lab92.5161-20.886753.4374
CIE-Lab94.1378-16.652980.8021

#fbf441 color RGB value is (251,244,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01000001
Octal 373 364 101
Decimal 251 244 65
Hex FB F4 41

RGB Percentages of Color #fbf441

%44.82
%43.57
%11.61

CMYK Percentages of Color #fbf441

%0
%3
%74
%2

Triadic Colors of #fbf441

#fbf441 #41fbf4 #f441fb

Analogous Colors of #fbf441

#fbf441 #a5fb41 #fb9741

Monochromatic Colors of #fbf441

#fbf441

Complementary Color

#fbf441 #4148fb

#fbf441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf441 Color CSS Codes

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

#fbf441 Text Font Color

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

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


#fbf441 Background Color

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

This div background color is #fbf441


#fbf441 Border Color

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

This div border color is #fbf441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf441

Related Colors


Comments

No comments written yet.

Please login to write comment.