Color spaces of #fbfa02
RGB | 251 | 250 | 2 |
---|---|---|---|
HSL | 0.17 | 0.98 | 0.50 |
HSV | 60° | 99° | 98° |
CMYK | 0.00 | 0.00 | 0.99 0.02 |
XYZ | 73.9802 | 88.8848 | 13.3147 |
Yxy | 88.8848 | 0.4199 | 0.5045 |
Hunter Lab | 94.2787 | -24.9195 | 57.6218 |
CIE-Lab | 95.5323 | -20.8083 | 93.0264 |
#fbfa02 color RGB value is (251,250,2).
#fbfa02 hex color red value is 251, green value is 250 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fbfa02 hue: 0.17 , saturation: 0.98 and the lightness value of fbfa02 is 0.50.
The process color (four color CMYK) of #fbfa02 color hex is 0.00, 0.00, 0.99, 0.02. Web safe color of #fbfa02 is #ffff00. Color #fbfa02 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111010 | 00000010 |
Octal | 373 | 372 | 2 |
Decimal | 251 | 250 | 2 |
Hex | FB | FA | 2 |
Shades of #fbfa02
Tints of #fbfa02
RGB Percentages of Color #fbfa02
CMYK Percentages of Color #fbfa02
Complementary Color
#fbfa02 | #0203fb |
#fbfa02 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfa02 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfa02 Color CSS Codes
.mybgcolor {background-color:#fbfa02; } .myforecolor {color:#fbfa02; } .mybordercolor {border:3px solid #fbfa02; }
#fbfa02 Text Font Color
<p style="color:#fbfa02">Text here</p>
This sample text font color is #fbfa02
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.
#fbfa02 Background Color
<div style="background-color:#fbfa02">
Div content here</div>
This div background color is #fbfa02
#fbfa02 Border Color
<div style="border:3px solid #fbfa02">
Div here</div>
This div border color is #fbfa02
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,250,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfa02; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfa02; -webkit-box-shadow: 1px 1px 3px 2px #fbfa02; box-shadow: 1px 1px 3px 2px #fbfa02; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,250,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfa02">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfa02; -webkit-box-shadow: 1px 1px 3px 2px #fbfa02; box-shadow: 1px 1px 3px 2px #fbfa02;">
Div content here</div>
This div box has shadow with color #fbfa02
Comments
No comments written yet.
Please login to write comment.