Color spaces of #fbf80f
RGB | 251 | 248 | 15 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.52 |
HSV | 59° | 94° | 98° |
CMYK | 0.00 | 0.01 | 0.94 0.02 |
XYZ | 73.4373 | 87.6785 | 13.5050 |
Yxy | 87.6785 | 0.4206 | 0.5021 |
Hunter Lab | 93.6368 | -23.8707 | 56.9945 |
CIE-Lab | 95.0254 | -19.7514 | 91.6819 |
#fbf80f color RGB value is (251,248,15).
#fbf80f hex color red value is 251, green value is 248 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fbf80f hue: 0.16 , saturation: 0.97 and the lightness value of fbf80f is 0.52.
The process color (four color CMYK) of #fbf80f color hex is 0.00, 0.01, 0.94, 0.02. Web safe color of #fbf80f is #ffff00. Color #fbf80f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111000 | 00001111 |
Octal | 373 | 370 | 17 |
Decimal | 251 | 248 | 15 |
Hex | FB | F8 | F |
Shades of #fbf80f
Tints of #fbf80f
RGB Percentages of Color #fbf80f
CMYK Percentages of Color #fbf80f
Complementary Color
#fbf80f | #0f12fb |
#fbf80f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbf80f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbf80f Color CSS Codes
.mybgcolor {background-color:#fbf80f; } .myforecolor {color:#fbf80f; } .mybordercolor {border:3px solid #fbf80f; }
#fbf80f Text Font Color
<p style="color:#fbf80f">Text here</p>
This sample text font color is #fbf80f
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.
#fbf80f Background Color
<div style="background-color:#fbf80f">
Div content here</div>
This div background color is #fbf80f
#fbf80f Border Color
<div style="border:3px solid #fbf80f">
Div here</div>
This div border color is #fbf80f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,248,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbf80f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbf80f; -webkit-box-shadow: 1px 1px 3px 2px #fbf80f; box-shadow: 1px 1px 3px 2px #fbf80f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,248,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbf80f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbf80f; -webkit-box-shadow: 1px 1px 3px 2px #fbf80f; box-shadow: 1px 1px 3px 2px #fbf80f;">
Div content here</div>
This div box has shadow with color #fbf80f
Related Colors
Comments
No comments written yet.
Please login to write comment.