Color spaces of #fbf91e
RGB | 251 | 249 | 30 |
---|---|---|---|
HSL | 0.17 | 0.97 | 0.55 |
HSV | 59° | 88° | 98° |
CMYK | 0.00 | 0.01 | 0.88 0.02 |
XYZ | 73.8937 | 88.3543 | 14.3878 |
Yxy | 88.3543 | 0.4183 | 0.5002 |
Hunter Lab | 93.9970 | -24.1707 | 56.7226 |
CIE-Lab | 95.3099 | -20.0293 | 90.0448 |
#fbf91e color RGB value is (251,249,30).
#fbf91e hex color red value is 251, green value is 249 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fbf91e hue: 0.17 , saturation: 0.97 and the lightness value of fbf91e is 0.55.
The process color (four color CMYK) of #fbf91e color hex is 0.00, 0.01, 0.88, 0.02. Web safe color of #fbf91e is #ffff33. Color #fbf91e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111001 | 00011110 |
Octal | 373 | 371 | 36 |
Decimal | 251 | 249 | 30 |
Hex | FB | F9 | 1E |
Shades of #fbf91e
Tints of #fbf91e
RGB Percentages of Color #fbf91e
CMYK Percentages of Color #fbf91e
Complementary Color
#fbf91e | #1e20fb |
#fbf91e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbf91e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbf91e Color CSS Codes
.mybgcolor {background-color:#fbf91e; } .myforecolor {color:#fbf91e; } .mybordercolor {border:3px solid #fbf91e; }
#fbf91e Text Font Color
<p style="color:#fbf91e">Text here</p>
This sample text font color is #fbf91e
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.
#fbf91e Background Color
<div style="background-color:#fbf91e">
Div content here</div>
This div background color is #fbf91e
#fbf91e Border Color
<div style="border:3px solid #fbf91e">
Div here</div>
This div border color is #fbf91e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,249,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbf91e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbf91e; -webkit-box-shadow: 1px 1px 3px 2px #fbf91e; box-shadow: 1px 1px 3px 2px #fbf91e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,249,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbf91e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbf91e; -webkit-box-shadow: 1px 1px 3px 2px #fbf91e; box-shadow: 1px 1px 3px 2px #fbf91e;">
Div content here</div>
This div box has shadow with color #fbf91e
Comments
No comments written yet.
Please login to write comment.