Color spaces of #fbf299
RGB | 251 | 242 | 153 |
---|---|---|---|
HSL | 0.15 | 0.92 | 0.79 |
HSV | 54° | 39° | 98° |
CMYK | 0.00 | 0.04 | 0.39 0.02 |
XYZ | 77.2856 | 86.3134 | 42.7238 |
Yxy | 86.3134 | 0.3746 | 0.4183 |
Hunter Lab | 92.9050 | -14.0936 | 37.7681 |
CIE-Lab | 94.4462 | -9.3766 | 44.0046 |
#fbf299 color RGB value is (251,242,153).
#fbf299 hex color red value is 251, green value is 242 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fbf299 hue: 0.15 , saturation: 0.92 and the lightness value of fbf299 is 0.79.
The process color (four color CMYK) of #fbf299 color hex is 0.00, 0.04, 0.39, 0.02. Web safe color of #fbf299 is #ffff99. Color #fbf299 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11110010 | 10011001 |
Octal | 373 | 362 | 231 |
Decimal | 251 | 242 | 153 |
Hex | FB | F2 | 99 |
Shades of #fbf299
Tints of #fbf299
RGB Percentages of Color #fbf299
CMYK Percentages of Color #fbf299
Complementary Color
#fbf299 | #99a2fb |
#fbf299 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbf299 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbf299 Color CSS Codes
.mybgcolor {background-color:#fbf299; } .myforecolor {color:#fbf299; } .mybordercolor {border:3px solid #fbf299; }
#fbf299 Text Font Color
<p style="color:#fbf299">Text here</p>
This sample text font color is #fbf299
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.
#fbf299 Background Color
<div style="background-color:#fbf299">
Div content here</div>
This div background color is #fbf299
#fbf299 Border Color
<div style="border:3px solid #fbf299">
Div here</div>
This div border color is #fbf299
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,242,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbf299; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbf299; -webkit-box-shadow: 1px 1px 3px 2px #fbf299; box-shadow: 1px 1px 3px 2px #fbf299; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,242,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbf299">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbf299; -webkit-box-shadow: 1px 1px 3px 2px #fbf299; box-shadow: 1px 1px 3px 2px #fbf299;">
Div content here</div>
This div box has shadow with color #fbf299
#fbf299 Color Palettes
Comments
No comments written yet.
Please login to write comment.